mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Updated Graphics Driver Issues (markdown)
parent
1dc4affbdf
commit
f8463568bc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
|
||||||
### AMD (proprietary)
|
### AMD (proprietary)
|
||||||
**OpenGL.**
|
**OpenGL.**
|
||||||
- glMultiDrawArrays is broken. Workaround implemented and problem reported to AMD. No replies yet.
|
- glMultiDrawArrays is broken. Workaround implemented and problem reported to AMD. No replies yet.
|
||||||
- glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested. Workaround implemented.
|
- ~~glGetTexImage/glGetTextureImage/glGetTextureImageEXT do not work with immutable textures if pack/unpack byteswap is requested. Workaround implemented.~~ Fixed in driver version 19.4.3
|
||||||
|
|
||||||
**Vulkan.**
|
**Vulkan.**
|
||||||
- Raster pattern requires 'Strict Mode' to be enabled to deal with framebuffer feedback loops, otherwise a diagonal line may be observed on screen between triangle edges.
|
- Raster pattern requires 'Strict Mode' to be enabled to deal with framebuffer feedback loops, otherwise a diagonal line may be observed on screen between triangle edges.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue