DriverDetails: Disable GL_ARB_copy_image on mesa.

This commit is contained in:
degasus
2015-07-25 12:20:00 +02:00
parent e2f42f8fd0
commit d3cf4034de
3 changed files with 13 additions and 5 deletions

View File

@ -234,6 +234,12 @@ namespace DriverDetails
// ab.z <<= cd.z;
// ab.w <<= cd.w;
BUG_BROKENIVECSHIFTS,
// Bug: glCopyImageSubData doesn't work on i965
// Started Version: -1
// Ended Version: 10.6.4
// Mesa meta misses to disable the scissor test.
BUG_BROKENCOPYIMAGE,
};
// Initializes our internal vendor, device family, and driver version