mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DriverDetails: Add bug for broken gl_ClipDistance on i965.
This commit is contained in:
@ -204,6 +204,14 @@ enum Bug
|
||||
// GPU memory to system memory. Use glMapBufferRange for BBox reads on AMD, and glGetBufferSubData
|
||||
// everywhere else.
|
||||
BUG_SLOWGETBUFFERSUBDATA,
|
||||
|
||||
// Bug: Broken lines in geometry shaders when writing to gl_ClipDistance
|
||||
// Affected Devices: Mesa i965
|
||||
// Started Version: -1
|
||||
// Ended Version: -1
|
||||
// Mesa hasn't tested geometry shaders on i965 with user-defined clipping planes.
|
||||
// Causes misrenderings on a large amount of things that draw lines.
|
||||
BUG_BROKENCLIPDISTANCE,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
Reference in New Issue
Block a user