Skip to content

Commit

Permalink
GLES: Remove FBO_UNUSABLE bug check.
Browse files Browse the repository at this point in the history
Was no longer affecting behavior...
  • Loading branch information
unknownbrackets committed Dec 23, 2018
1 parent 675bbc1 commit 4ecaa76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext/native/gfx_es2/gpu_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ void ProcessGPUFeatures() {

DLOG("Checking for GL driver bugs... vendor=%i model='%s'", (int)gl_extensions.gpuVendor, gl_extensions.model);

// Should be table driven instead, this is a quick hack for Galaxy Y
if (System_GetProperty(SYSPROP_NAME) == "samsung:GT-S5360") {
gl_extensions.bugs |= BUG_FBO_UNUSABLE;
}

if (gl_extensions.gpuVendor == GPU_VENDOR_IMGTEC) {
if (!strcmp(gl_extensions.model, "PowerVR SGX 543") ||
!strcmp(gl_extensions.model, "PowerVR SGX 540") ||
Expand Down

0 comments on commit 4ecaa76

Please sign in to comment.