Age | Commit message (Collapse) | Author |
|
|
|
GPU: Implemented the depth buffer and depth test + culling
|
|
|
|
GPU: Fixed the index offset and implement BaseVertex when doing indexed rendering.
|
|
GPU: Remove unmapped surfaces from the rasterizer cache and fix our nvmap::Free behavior.
|
|
GPU: Directly copy the pixels when performing a same-layout DMA.
|
|
|
|
|
|
|
|
|
|
|
|
functionality.
This fixes Stardew Valley.
|
|
|
|
GPU: Ignore invalid and disabled textures when drawing.
|
|
|
|
|
|
|
|
unmapped from the GPU's MMU.
|
|
This behavior is confirmed by reverse engineering.
|
|
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
|
|
|
|
Service/Audio: add hwopus service, stub GetWorkBufferSize function
|
|
|
|
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.
|
|
Fix crash at exit
|
|
|
|
* We should be returning our revision instead of what is requested.
Hardware test on a 5.1.0 console
* Added sysversion comment
|
|
|