rsx: More fixes

- Workaround for AMD glMultiDrawArrays bug
- Disable disjoint command submission when multidraw support is disabled
This commit is contained in:
kd-11 2017-10-17 13:34:44 +03:00
parent 89dcafbe41
commit 5db45c3699
4 changed files with 38 additions and 15 deletions

View file

@ -595,6 +595,7 @@ namespace rsx
bool execute_method_call = true;
//TODO: Flatten draw calls when multidraw is not supported to simplify checking in the end() methods
if (supports_multidraw)
{
//TODO: Make this cleaner