| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | renderer_opengl: Only enable DEBUG_OUTPUT when graphics debugging is enabled | 2020-06-05 | 1 | -4/+2 | ||
| * | | | | | | Merge pull request #4034 from ReinUsesLisp/storage-texels | 2020-06-07 | 8 | -91/+143 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | vk_shader_decompiler: Implement atomic image operations | 2020-06-02 | 1 | -40/+24 | ||
| | * | | | | | vk_rasterizer: Implement storage texels | 2020-06-02 | 8 | -52/+120 | ||
| * | | | | | | gl_device: Black list NVIDIA 443.24 for fast buffer uploads | 2020-06-06 | 1 | -2/+10 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #4013 from ReinUsesLisp/skip-no-xfb | 2020-06-05 | 1 | -0/+7 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_rasterizer: Skip transform feedbacks when extension is unavailable | 2020-05-29 | 1 | -0/+7 | ||
| * | | | | | | Merge pull request #4031 from Morph1984/fix-gs-outputs | 2020-06-04 | 1 | -1/+13 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Declare gl_Layer and gl_ViewportIndex within gl_PerVert... | 2020-06-01 | 1 | -6/+16 | ||
| | * | | | | | | gl_shader_decompiler: Fix geometry shader outputs for Intel drivers | 2020-06-01 | 1 | -13/+15 | ||
| * | | | | | | | Merge pull request #4009 from ogniK5377/macro-jit-prod | 2020-06-04 | 9 | -187/+1018 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Default init labels and use initializer list for macro engine | 2020-06-04 | 2 | -2/+2 | ||
| | * | | | | | | | Mark parameters as const | 2020-06-03 | 8 | -11/+11 | ||
| | * | | | | | | | Pass by reference instead of copying parameters | 2020-06-02 | 4 | -7/+9 | ||
| | * | | | | | | | Favor switch case over jump table | 2020-05-30 | 2 | -18/+26 | ||
| | * | | | | | | | Implement macro JIT | 2020-05-30 | 9 | -189/+1010 | ||
| * | | | | | | | | Merge pull request #4012 from ReinUsesLisp/mipmap-overlaps | 2020-06-03 | 1 | -28/+43 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | texture_cache: More relaxed reconstruction | 2020-05-29 | 1 | -13/+9 | ||
| | * | | | | | | | texture_cache: Only copy textures that were modified from host | 2020-05-29 | 1 | -2/+6 | ||
| | * | | | | | | | texture_cache: Reload textures when number of resources mismatch | 2020-05-29 | 1 | -0/+9 | ||
| | * | | | | | | | texture_cache: Handle overlaps with multiple subresources | 2020-05-29 | 1 | -27/+33 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4014 from ReinUsesLisp/astc-nvidia | 2020-06-02 | 2 | -8/+19 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | gl_device: Avoid devices with CAVEAT_SUPPORT on ASTC | 2020-05-31 | 2 | -8/+19 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4006 from ReinUsesLisp/squash-ubos | 2020-06-02 | 7 | -79/+173 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | glsl: Squash constant buffers into a single SSBO when we hit the limit | 2020-05-31 | 7 | -79/+173 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4016 from ReinUsesLisp/invocation-info | 2020-06-02 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader/other: Fix hardcoded value in S2R INVOCATION_INFO | 2020-05-30 | 1 | -1/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4033 from ReinUsesLisp/vk-r16ui | 2020-06-02 | 2 | -71/+74 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell_to_vk: Add R16UI image format | 2020-06-02 | 2 | -71/+74 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4001 from ReinUsesLisp/avoid-copies | 2020-06-01 | 1 | -17/+23 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | buffer_cache: Avoid copying twice on certain cases | 2020-05-27 | 1 | -17/+23 | ||
| * | | | | | | | Merge pull request #3998 from ReinUsesLisp/init-3d | 2020-06-01 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | maxwell_3d: Initialize line widths | 2020-05-27 | 1 | -0/+2 | ||
| | * | | | | | | maxwell_3d: Initialize polygon modes | 2020-05-27 | 1 | -0/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4005 from ReinUsesLisp/g24r8 | 2020-06-01 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | format_lookup_table: Implement G24S8 format as S8Z24 | 2020-05-28 | 1 | -1/+2 | ||
| * | | | | | | | Merge pull request #3996 from ReinUsesLisp/front-faces | 2020-06-01 | 2 | -7/+21 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | gl_rasterizer: Port front face flip check from Vulkan | 2020-05-26 | 1 | -5/+20 | ||
| | * | | | | | | fixed_pipeline_state: Remove unnecessary check for front faces flip | 2020-05-26 | 1 | -2/+1 | ||
| * | | | | | | | Merge pull request #3930 from ReinUsesLisp/animal-borders | 2020-05-31 | 4 | -17/+26 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_rasterizer: Implement constant attributes | 2020-05-13 | 4 | -13/+26 | ||
| | * | | | | | | | vk_rasterizer: Remove buffer check in attribute selection | 2020-05-13 | 1 | -4/+0 | ||
| * | | | | | | | | Merge pull request #3958 from FernandoS27/gl-debug | 2020-05-31 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin... | 2020-05-17 | 1 | -0/+3 | ||
| * | | | | | | | | | Merge pull request #3999 from ReinUsesLisp/opt-tex-cache | 2020-05-31 | 1 | -24/+29 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | texture_cache: Use unordered_map::find instead of operator[] on hot code | 2020-05-27 | 1 | -15/+19 | ||
| | * | | | | | | | | | texture_cache: Use small vector for surface vectors | 2020-05-27 | 1 | -9/+10 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | gl_device: Enable compute shaders for Intel proprietary drivers | 2020-05-31 | 3 | -13/+0 | ||
| * | | | | | | | | | Merge pull request #3982 from ReinUsesLisp/membar-cts | 2020-05-30 | 4 | -9/+27 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | shader/other: Implement MEMBAR.CTS | 2020-05-27 | 4 | -9/+27 | ||
| | |/ / / / / / / | ||||||