|
|
@ -60,6 +60,8 @@ Other Changes: |
|
|
|
[@1025798851] |
|
|
|
[@1025798851] |
|
|
|
- Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to |
|
|
|
- Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to |
|
|
|
workaround/fix state restoring issues. Unknown exactly why so, but bit of a cargo-cult fix. (#3857) |
|
|
|
workaround/fix state restoring issues. Unknown exactly why so, but bit of a cargo-cult fix. (#3857) |
|
|
|
|
|
|
|
- Backends: DirectX10, DirectX11: fixed a crash when backing/restoring state if nothing is bound when |
|
|
|
|
|
|
|
entering the rendering function. (#4045) [@Nemirtingas] |
|
|
|
- Backends: Vulkan: Fix mapped memory Vulkan validation error when buffer sizes are not multiple of |
|
|
|
- Backends: Vulkan: Fix mapped memory Vulkan validation error when buffer sizes are not multiple of |
|
|
|
VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957) [@AgentX1994] |
|
|
|
VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957) [@AgentX1994] |
|
|
|
- Backends: OpenGL3: Don't try to read GL_CLIP_ORIGIN unless we're OpenGL 4.5. (#3998, #2366, #2186) [@s7jones] |
|
|
|
- Backends: OpenGL3: Don't try to read GL_CLIP_ORIGIN unless we're OpenGL 4.5. (#3998, #2366, #2186) [@s7jones] |
|
|
|