| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | Maxwell3D: Rework the dirty system to be more consistant and scaleable | 2019-07-17 | 10 | -80/+211 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | shader/half_set_predicate: Fix HSETP2 implementation | 2019-07-19 | 4 | -44/+23 | ||
| * | | | | | | | | | | | | shader/half_set_predicate: Implement missing HSETP2 variants | 2019-07-19 | 2 | -19/+49 | ||
| | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2687 from lioncash/tls-process | 2019-07-18 | 3 | -14/+30 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | kernel/process: Allocate the process' TLS region during initialization | 2019-07-07 | 3 | -3/+14 | ||
| | * | | | | | | | | | | | kernel/process: Move main thread stack allocation to its own function | 2019-07-07 | 2 | -12/+17 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2738 from lioncash/shader-ir | 2019-07-18 | 8 | -99/+103 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | shader_ir: std::move Node instance where applicable | 2019-07-16 | 4 | -60/+67 | ||
| | * | | | | | | | | | | shader_ir: Rename Get/SetTemporal to Get/SetTemporary | 2019-07-16 | 5 | -36/+36 | ||
| | * | | | | | | | | | | shader_ir: Remove unused includes | 2019-07-16 | 1 | -3/+0 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | 2019-07-17 | 1 | -4/+4 | ||
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2740 from lioncash/bra | 2019-07-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | shader/decode/other: Correct branch indirect argument within BRA handling | 2019-07-16 | 1 | -1/+1 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2726 from lioncash/access | 2019-07-17 | 2 | -7/+6 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | core: Remove CurrentArmInterface() global accessor | 2019-07-12 | 2 | -7/+6 | ||
| * | | | | | | | | | Merge pull request #2565 from ReinUsesLisp/track-indirect | 2019-07-16 | 6 | -35/+36 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | shader: Allow tracking of indirect buffers without variable offset | 2019-07-14 | 6 | -35/+36 | ||
| * | | | | | | | | | Merge pull request #2695 from ReinUsesLisp/layer-viewport | 2019-07-15 | 10 | -40/+137 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_shader_decompiler: Fix gl_PointSize redeclaration | 2019-07-11 | 1 | -1/+1 | ||
| | * | | | | | | | | | gl_shader_decompiler: Fix conditional usage of GL_ARB_shader_viewport_layer_a... | 2019-07-11 | 1 | -2/+3 | ||
| | * | | | | | | | | | gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders | 2019-07-07 | 10 | -40/+136 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2705 from FernandoS27/tex-cache-fixes | 2019-07-14 | 7 | -22/+58 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Texture_Cache: Address Feedback | 2019-07-14 | 3 | -13/+17 | ||
| | * | | | | | | | | Texture_Cache: Remove some unprecise fallback case and clang format | 2019-07-14 | 2 | -13/+5 | ||
| | * | | | | | | | | Texture_Cache: Force Framebuffer reset if an active render target is unregist... | 2019-07-14 | 3 | -10/+36 | ||
| | * | | | | | | | | GPU: Add a microprofile for macro interpreter | 2019-07-14 | 2 | -1/+6 | ||
| | * | | | | | | | | GL_State: Add a microprofile timer to OpenGL state. | 2019-07-14 | 1 | -0/+4 | ||
| | * | | | | | | | | Gl_Texture_Cache: Measure Buffer Copy Times | 2019-07-14 | 1 | -0/+2 | ||
| | * | | | | | | | | Texture_Cache: Correct Linear Structural Match. | 2019-07-14 | 1 | -3/+6 | ||
| * | | | | | | | | | Merge pull request #2675 from ReinUsesLisp/opengl-buffer-cache | 2019-07-14 | 16 | -407/+537 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | buffer_cache: Avoid [[nodiscard]] to make clang-format happy | 2019-07-06 | 1 | -5/+4 | ||
| | * | | | | | | | | buffer_cache: Try to fix MinGW build | 2019-07-06 | 1 | -1/+1 | ||
| | * | | | | | | | | gl_rasterizer: Fix nullptr dereference on disabled buffers | 2019-07-06 | 3 | -5/+5 | ||
| | * | | | | | | | | gl_rasterizer: Minor style changes | 2019-07-06 | 4 | -32/+22 | ||
| | * | | | | | | | | gl_rasterizer: Fix vertex and index data invalidations | 2019-07-06 | 4 | -8/+67 | ||
| | * | | | | | | | | gl_buffer_cache: Implement with generic buffer cache | 2019-07-06 | 8 | -291/+92 | ||
| | * | | | | | | | | buffer_cache: Implement a generic buffer cache | 2019-07-06 | 2 | -0/+301 | ||
| | * | | | | | | | | gl_buffer_cache: Remove global system getters | 2019-07-06 | 3 | -9/+14 | ||
| | * | | | | | | | | gl_device: Query SSBO alignment | 2019-07-06 | 2 | -0/+6 | ||
| | * | | | | | | | | gl_buffer_cache: Implement flushing | 2019-07-06 | 2 | -2/+11 | ||
| | * | | | | | | | | gl_rasterizer: Drop gl_global_cache in favor of gl_buffer_cache | 2019-07-06 | 7 | -206/+35 | ||
| | * | | | | | | | | gl_buffer_cache: Rework to support internalized buffers | 2019-07-06 | 3 | -65/+174 | ||
| | * | | | | | | | | gl_buffer_cache: Store in CachedBufferEntry the used buffer handle | 2019-07-06 | 2 | -23/+30 | ||
| | * | | | | | | | | gl_buffer_cache: Return used buffer from Upload function | 2019-07-06 | 4 | -36/+35 | ||
| | * | | | | | | | | gl_rasterizer: Add some commentaries | 2019-07-06 | 1 | -0/+5 | ||
| | * | | | | | | | | gl_rasterizer: Make DrawParameters rasterizer instance const | 2019-07-06 | 1 | -1/+1 | ||
| | * | | | | | | | | gl_rasterizer: Move index buffer uploading to its own method | 2019-07-06 | 2 | -7/+18 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2690 from SciresM/physmem_fixes | 2019-07-14 | 11 | -45/+507 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove unicorn mappings/unmappings | 2019-07-11 | 1 | -19/+0 | ||
| | * | | | | | | | | prefer system reference over global accessor | 2019-07-09 | 3 | -9/+13 | ||