rsx/gl: Fix zcull queries and log conditional render modes

- Fixes a situation where a query readback is requested while zcull render is still active
This commit is contained in:
kd-11 2017-08-06 23:06:13 +03:00
parent ae440a92ac
commit 4c019c55d2
4 changed files with 23 additions and 7 deletions

View file

@ -406,6 +406,7 @@ namespace rsx
return;
case 2:
rsx->conditional_render_enabled = true;
LOG_WARNING(RSX, "Conditional rendering mode enabled (mode 2)");
break;
default:
rsx->conditional_render_enabled = false;