DriverDetails: Add bug for broken gl_ClipDistance on i965.

This commit is contained in:
Jules Blok
2016-08-12 13:42:18 +02:00
parent 94927f360f
commit afa251af42
3 changed files with 11 additions and 1 deletions

View File

@ -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