| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Shader_Ir: Downgrade precision and rounding asserts to debug asserts. | 2019-07-18 | 5 | -10/+10 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2704 from FernandoS27/conditional | 2019-07-24 | 3 | -2/+100 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | maxwell3d: Implement Conditional Rendering | 2019-07-17 | 3 | -2/+100 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2734 from ReinUsesLisp/compute-shaders | 2019-07-22 | 15 | -140/+357 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_cache: Fix clang-format issues | 2019-07-15 | 2 | -4/+2 | ||
| | * | | | | | | gl_shader_decompiler: Stub local memory size | 2019-07-15 | 1 | -8/+14 | ||
| | * | | | | | | gl_shader_cache: Address review commentaries | 2019-07-15 | 4 | -13/+12 | ||
| | * | | | | | | gl_shader_cache: Address CI issues | 2019-07-15 | 2 | -3/+3 | ||
| | * | | | | | | gl_rasterizer: Implement compute shaders | 2019-07-15 | 15 | -136/+350 | ||
| * | | | | | | | Merge pull request #2735 from FernandoS27/pipeline-rework | 2019-07-21 | 14 | -116/+528 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | Maxwell3D: Reorganize and address feedback | 2019-07-20 | 3 | -20/+33 | ||
| | * | | | | | | GL_State: Feedback and fixes | 2019-07-17 | 4 | -14/+27 | ||
| | * | | | | | | Maxwell3D: Address Feedback | 2019-07-17 | 5 | -17/+13 | ||
| | * | | | | | | Texture_Cache: Rebase Fixes | 2019-07-17 | 1 | -6/+0 | ||
| | * | | | | | | GL_Rasterizer: Corrections to Clearing. | 2019-07-17 | 4 | -12/+28 | ||
| | * | | | | | | Maxwell3D: Correct marking dirtiness on CB upload | 2019-07-17 | 1 | -0/+1 | ||
| | * | | | | | | GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing | 2019-07-17 | 3 | -7/+63 | ||
| | * | | | | | | Maxwell3D: Implement State Dirty Flags. | 2019-07-17 | 6 | -44/+199 | ||
| | * | | | | | | Maxwell3D: Rework CBData Upload | 2019-07-17 | 2 | -8/+45 | ||
| | * | | | | | | 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 #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 | ||
| | | |/ / | |/| | | ||||||
| * | | | | 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 #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 | ||