| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | astc: Use 'enum class' instead of 'enum' for EIntegerEncoding | 2020-03-13 | 1 | -25/+25 | |
| | | |||||
| * | Merge branch 'master' into shader-purge | 2020-03-13 | 15 | -47/+177 | |
| |\ | |||||
| | * | Merge pull request #3491 from ReinUsesLisp/polygon-modes | 2020-03-13 | 7 | -2/+99 | |
| | |\ | | | | | | | gl_rasterizer: Implement polygon modes and fill rectangles | ||||
| | | * | gl_rasterizer: Implement polygon modes and fill rectangles | 2020-03-09 | 7 | -2/+99 | |
| | | | | |||||
| | * | | Merge pull request #3483 from namkazt/patch-1 | 2020-03-12 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | vk_rasterizer: fix mistype on SetupGraphicsImages | ||||
| | | * | | vk_reasterizer: fix mistype on SetupGraphicsImages | 2020-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This should use Maxwell3D engine. Fixed some GPU error on Kirby and maybe other games. | ||||
| | * | | | Merge pull request #3480 from ReinUsesLisp/vk-disabled-ubo | 2020-03-12 | 2 | -1/+9 | |
| | |\ \ \ | | | | | | | | | | | vk_rasterizer: Support disabled uniform buffers | ||||
| | | * | | | vk_rasterizer: Support disabled uniform buffers | 2020-03-06 | 2 | -1/+9 | |
| | | | | | | |||||
| | * | | | | Merge pull request #3497 from FernandoS27/microprogfile-extend | 2020-03-12 | 1 | -2/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | Small corrections and features to microprofile | ||||
| | | * | | | | NVFlinger: Do the microprofile Flip after processing a valid frame. | 2020-03-12 | 1 | -2/+2 | |
| | | | | | | | |||||
| | * | | | | | Merge pull request #3496 from vitor-k/remove-enum | 2020-03-12 | 2 | -10/+10 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | framebuffer_layout.h: drop the use of enum for screen dimensions | ||||
| | | * | | | | framebuffer_layout.h: drop the use of enum for screen dimensions. | 2020-03-11 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | +clang format | ||||
| | * | | | | | Merge pull request #3494 from ReinUsesLisp/fix-cs-pipeline | 2020-03-11 | 4 | -29/+39 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | gl_shader_manager: Fix interaction between graphics and compute | ||||
| | | * | | | | gl_shader_manager: Fix interaction between graphics and compute | 2020-03-11 | 4 | -29/+39 | |
| | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | After a compute shader was set to the pipeline, no graphics shader was invoked again. To address this use glUseProgram to bind compute shaders (without state tracking) and call glUseProgram(0) when transitioning out of it back to the graphics pipeline. | ||||
| | * | | | | Merge pull request #3458 from FearlessTobi/voice-issues | 2020-03-10 | 1 | -3/+17 | |
| | |\ \ \ \ | | |/ / / | |/| | | | cubeb_sink: Don't discard other channels when performing downmixing | ||||
| | | * | | | cubeb_sink: Don't discard other channels when performing downmixing | 2020-03-08 | 1 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when performing downmixing, we would discard all channels except the left and right one. This implementation respects them when mixing down to Stereo. It is taken from this document: http://www.atsc.org/wp-content/uploads/2015/03/A52-201212-17.pdf. Fixes Luigis Mansion 3 cutscene and Bayonetta audio. | ||||
| * | | | | | gl_shader_decompiler: Initialize gl_Position on vertex shaders | 2020-03-12 | 1 | -0/+4 | |
| | | | | | | |||||
| * | | | | | gl_shader_decompiler: Add missing {} on smem GLSL emission | 2020-03-12 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | gl_shader_decompiler: Fix regression in render target declarations | 2020-03-12 | 1 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | A previous commit introduced a way to declare as few render targets as possible. Turns out this introduced a regression in some games. | ||||
| * | | | | | engines/maxwell_3d: Add TFB registers and store them in shader registry | 2020-03-09 | 4 | -6/+45 | |
| | | | | | | |||||
| * | | | | | shader/registry: Address feedback | 2020-03-09 | 3 | -13/+18 | |
| | | | | | | |||||
| * | | | | | gl_shader_decompiler: Add identifier to decompiled code | 2020-03-09 | 3 | -8/+16 | |
| | | | | | | |||||
| * | | | | | gl_shader_decompiler: Roll back to GLSL core 430 | 2020-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | RenderDoc won't build shaders if we use GLSL compatibility. | ||||
| * | | | | | const_buffer_engine_interface: Store component types | 2020-03-09 | 4 | -46/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for Vulkan. Sampling integer textures with float handles is illegal. | ||||
| * | | | | | yuzu/loading_screen: Remove unused shader progress mode | 2020-03-09 | 2 | -17/+1 | |
| | | | | | | |||||
| * | | | | | gl_shader_cache: Reduce registry consistency to debug assert | 2020-03-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Registry consistency is something that practically can't happen and it has a measurable runtime cost. Reduce it to a DEBUG_ASSERT. | ||||
| * | | | | | shader/registry: Cache tessellation state | 2020-03-09 | 3 | -3/+10 | |
| | | | | | | |||||
| * | | | | | shader/registry: Store graphics and compute metadata | 2020-03-09 | 8 | -75/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Store information GLSL forces us to provide but it's dynamic state in hardware (workgroup sizes, primitive topology, shared memory size). | ||||
| * | | | | | video_core: Rename "const buffer locker" to "registry" | 2020-03-09 | 16 | -95/+100 | |
| | | | | | | |||||
| * | | | | | gl_shader_cache: Rework shader cache and remove post-specializations | 2020-03-09 | 18 | -1094/+544 | |
| |/ / / / | | | | | | | | | | | | | | | | | Instead of pre-specializing shaders and then post-specializing them, drop the later and only "specialize" the shader while decoding it. | ||||
| * | | | | Merge pull request #3301 from ReinUsesLisp/state-tracker | 2020-03-09 | 50 | -1891/+1578 | |
| |\ \ \ \ | | | | | | | | | | | video_core: Remove gl_state and use a state tracker based on dirty flags | ||||
| | * | | | | video_core/dirty_flags: Address feedback | 2020-02-28 | 1 | -4/+4 | |
| | | | | | | |||||
| | * | | | | renderer_opengl: Fix edge-case where alpha testing might cull presentation | 2020-02-28 | 2 | -0/+7 | |
| | | | | | | |||||
| | * | | | | gl_texture_cache: Remove blending disable on blits | 2020-02-28 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Blending doesn't affect blits. Rasterizer discard does, update the commentaries. | ||||
| | * | | | | gl_rasterizer: Don't disable blending on clears | 2020-02-28 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | Blending doesn't affect clears. | ||||
| | * | | | | dirty_flags: Deduplicate code between OpenGL and Vulkan | 2020-02-28 | 5 | -77/+73 | |
| | | | | | | |||||
| | * | | | | vk_rasterizer: Pass Maxwell registers to dynamic updates | 2020-02-28 | 2 | -26/+21 | |
| | | | | | | |||||
| | * | | | | state_tracker: Remove type traits with named structures | 2020-02-28 | 4 | -18/+22 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Implement dirty flags for stencil properties | 2020-02-28 | 3 | -0/+21 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Implement dirty flags for depth bounds | 2020-02-28 | 3 | -0/+14 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Implement dirty flags for blend constants | 2020-02-28 | 3 | -0/+14 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Implement dirty flags for depth bias | 2020-02-28 | 3 | -0/+17 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Implement dirty flags for scissors | 2020-02-28 | 3 | -0/+14 | |
| | | | | | | |||||
| | * | | | | vk_state_tracker: Initial implementation | 2020-02-28 | 10 | -52/+198 | |
| | | | | | | | | | | | | | | | | | | | | | Add support for render targets and viewports. | ||||
| | * | | | | gl_rasterizer: Remove num vertex buffers magic number | 2020-02-28 | 1 | -2/+4 | |
| | | | | | | |||||
| | * | | | | gl_rasterizer: Only apply polygon offset clamp if enabled | 2020-02-28 | 1 | -3/+6 | |
| | | | | | | |||||
| | * | | | | gl_state_tracker: Implement dirty flags for depth clamp enabling | 2020-02-28 | 3 | -3/+15 | |
| | | | | | | |||||
| | * | | | | gl_rasterizer: Disable scissor 0 when scissor is not used on clear | 2020-02-28 | 1 | -0/+3 | |
| | | | | | | |||||
| | * | | | | gl_rasterizer: Notify depth mask changes on clear | 2020-02-28 | 2 | -1/+6 | |
| | | | | | | |||||
| | * | | | | gl_rasterizer: Minor sort changes to clearing | 2020-02-28 | 1 | -11/+9 | |
| | | | | | | |||||