Add SGX 543 to the halls of the damned.. I mean the ones with terrible precision

This commit is contained in:
Henrik Rydgard 2014-12-15 21:02:16 +01:00
parent 350c5e3ad5
commit 8e092998c2
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,8 @@ void ProcessGPUFeatures() {
}
if (gl_extensions.gpuVendor == GPU_VENDOR_POWERVR) {
if (!strcmp(gl_extensions.model, "PowerVR SGX 540") ||
if (!strcmp(gl_extensions.model, "PowerVR SGX 543") ||
!strcmp(gl_extensions.model, "PowerVR SGX 540") ||
!strcmp(gl_extensions.model, "PowerVR SGX 530") ||
!strcmp(gl_extensions.model, "PowerVR SGX 520") ) {
WLOG("GL DRIVER BUG: PVR with bad and terrible precision");

View File

@ -128,6 +128,7 @@ int RequestHeader::ParseHttpHeader(const char *buffer) {
}
delete [] key;
return 0;
}
void RequestHeader::ParseHeaders(int fd) {