mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-06 13:33:57 +01:00
- Limits buffer size to min 720 in the Y axis (1024 section causes conflicts in some cases - TODO) rsx: Fixups to allow large textures for blit operation - Also includes checks for both leaking sections and blit regions for vulkan hotfix for hanging when using WCB addendum - unlock both ro and no blocks before attempting to copy memory blocks gl: Fixups for ARB_explicit_uniform_location - Forces glsl v 430 to make use of the extension rsx/vk: Rework texture cache to minimize recursive access violations - Also modifies the vulkan commandbuffer begin/end/submit mechanism gl: Fix cached_texture_section::is_flushable to take memory protection into account rsx: Fix blit dst offset calculation |
||
|---|---|---|
| .. | ||
| GLCommonDecompiler.cpp | ||
| GLCommonDecompiler.h | ||
| GLFragmentProgram.cpp | ||
| GLFragmentProgram.h | ||
| GLGSRender.cpp | ||
| GLGSRender.h | ||
| GLHelpers.cpp | ||
| GLHelpers.h | ||
| GLProcTable.h | ||
| GLProgramBuffer.h | ||
| GLRenderTargets.cpp | ||
| GLRenderTargets.h | ||
| GLTextOut.h | ||
| GLTexture.cpp | ||
| GLTexture.h | ||
| GLTextureCache.h | ||
| GLVertexBuffers.cpp | ||
| GLVertexProgram.cpp | ||
| GLVertexProgram.h | ||
| OpenGL.cpp | ||
| OpenGL.h | ||