| Age | Commit message (Collapse) | Author |
|
|
|
Some games set the full GL define value here (including nouveau), but others just seem to set those last 3 bits.
|
|
|
|
|
|
|
|
GPU: Implemented the depth buffer and depth test + culling
|
|
|
|
|
|
GPU: Fixed the index offset and implement BaseVertex when doing indexed rendering.
|
|
GPU: Directly copy the pixels when performing a same-layout DMA.
|
|
|
|
|
|
|
|
|
|
|
|
functionality.
This fixes Stardew Valley.
|
|
|
|
GPU: Ignore invalid and disabled textures when drawing.
|
|
|
|
|
|
|
|
GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation.
|
|
GPU: Implement the RGBA32_UINT rendertarget format.
|
|
operation.
|
|
|
|
|
|
|
|
Rewrite the OpenGL rasterizer cache
|
|
|
|
|
|
gl_rasterizer_cache: Improved cache management based on Citra's implementation.
gl_surface_cache: Add some docstrings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
surfaces.
|
|
|
|
gl_state: Fix state management for texture swizzle.
|
|
gl_state: Remove unused state management from 3DS.
|
|
|
|
|
|
|
|
Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.
|
|
|
|
|
|
GPU: Perform negation after absolute value in the float shader instructions.
|
|
|
|
don't have them.
Like the MOV32I and FMUL32I instructions.
This fixes a potential crash when using these instructions.
|