mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-08 00:35:42 +01:00
* gl: Enable vertex textures * rsx: use textureLod instead of generic texture sample * rsx: handle uploading of W32_X32_Y32_Z32 * gl: Re-enable proper shader logging remove old logging method that overwrites single file * gl: Declare texture_coord_scale for vertex samplers * gl: texture remap fixes; enable remap for vertex textures * gl: offset texture indices to base layer 16 * rsx: Fix W32_Z32_Y32_X32_FLOAT subresource layout * vk: Enable vertex textures * rsx: define special calls for vertex texture fetch * gl: improved vertex texture fetch setup * vk: Fix texture formats and component mapping * vk: Implement vertex texture fetch functions properly * vk/gl: proper fix for primitive restart index revert inadvertent decompiler update * gl: Disable filtering for vertex textures |
||
|---|---|---|
| .. | ||
| GLCommonDecompiler.cpp | ||
| GLCommonDecompiler.h | ||
| GLFragmentProgram.cpp | ||
| GLFragmentProgram.h | ||
| GLGSRender.cpp | ||
| GLGSRender.h | ||
| GLHelpers.cpp | ||
| GLHelpers.h | ||
| GLProcTable.h | ||
| GLProgramBuffer.h | ||
| GLRenderTargets.cpp | ||
| GLRenderTargets.h | ||
| GLTexture.cpp | ||
| GLTexture.h | ||
| GLTextureCache.h | ||
| GLVertexBuffers.cpp | ||
| GLVertexProgram.cpp | ||
| GLVertexProgram.h | ||
| OpenGL.cpp | ||
| OpenGL.h | ||