- 03 Jul, 2018 16 commits
-
-
bunnei authored
-
David authored
* voice section updating * fixed slight offset miscalculation * fixed overflow
-
bunnei authored
Logging - Customizable backends
-
bunnei authored
gl_rasterizer: Only set cull mode and front face if enabled.
-
bunnei authored
GPU: Don't try to parse the depth test function if the depth test is disabled and use only the least significant 3 bits in the depth test func
-
bunnei authored
GPU: Implemented MUFU suboperation 8, sqrt.
-
bunnei authored
-
Subv authored
Some games set the full GL define value here (including nouveau), but others just seem to set those last 3 bits.
-
Subv authored
-
bunnei authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
GPU: Implemented the depth buffer and depth test + culling
-
Subv authored
-
Subv authored
-
- 02 Jul, 2018 14 commits
-
-
Sebastian Valle authored
GPU: Fixed the index offset and implement BaseVertex when doing indexed rendering.
-
Sebastian Valle authored
GPU: Remove unmapped surfaces from the rasterizer cache and fix our nvmap::Free behavior.
-
Sebastian Valle authored
GPU: Directly copy the pixels when performing a same-layout DMA.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
This fixes Stardew Valley.
-
Subv authored
-
bunnei authored
GPU: Ignore invalid and disabled textures when drawing.
-
Subv authored
-
Subv authored
-
Subv authored
-
- 01 Jul, 2018 5 commits
-
-
Subv authored
-
Subv authored
This behavior is confirmed by reverse engineering.
-
bunnei authored
GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation.
-
bunnei authored
GPU: Implement the RGBA32_UINT rendertarget format.
-
bunnei authored
gl_shader_decompiler: Implement predicate NotEqualWithNan.
-
- 30 Jun, 2018 4 commits
- 29 Jun, 2018 1 commit
-
-
bunnei authored
Rewrite the OpenGL rasterizer cache
-