mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
rsx: More fixes
- Workaround for AMD glMultiDrawArrays bug - Disable disjoint command submission when multidraw support is disabled
This commit is contained in:
parent
89dcafbe41
commit
5db45c3699
4 changed files with 38 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue