[Android] Qualcomm glGetShaderInfoLog returns a max of 1024 bytes(tested) for the log, and glGetShaderiv with GL_INFO_LOG_LENGTH /always/ returns 0 on compile failure.

This commit is contained in:
Ryan Houdek
2013-06-18 10:24:36 -05:00
parent fbb82ccab3
commit 6143594db6
3 changed files with 15 additions and 6 deletions

View File

@ -28,6 +28,7 @@ namespace DriverDetails
BugInfo m_qualcommbugs[] = {
{BUG_NODYNUBOACCESS, 300, 14.0, -1.0},
{BUG_BROKENCENTROID, 300, 14.0, -1.0},
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
};
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;