mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Allow logic ops in GLES.
We have a backup plan for them now, so they need to flush. Fixes #2917.
This commit is contained in:
parent
2ed8aab2d7
commit
7e71bd653f
1 changed files with 0 additions and 5 deletions
|
@ -180,13 +180,8 @@ static const CommandTableEntry commandTable[] = {
|
|||
{GE_CMD_ZTEST, FLAG_FLUSHBEFOREONCHANGE},
|
||||
{GE_CMD_ZTESTENABLE, FLAG_FLUSHBEFOREONCHANGE},
|
||||
{GE_CMD_ZWRITEDISABLE, FLAG_FLUSHBEFOREONCHANGE},
|
||||
#ifndef USING_GLES2
|
||||
{GE_CMD_LOGICOP, FLAG_FLUSHBEFOREONCHANGE},
|
||||
{GE_CMD_LOGICOPENABLE, FLAG_FLUSHBEFOREONCHANGE},
|
||||
#else
|
||||
{GE_CMD_LOGICOP, 0},
|
||||
{GE_CMD_LOGICOPENABLE, 0},
|
||||
#endif
|
||||
|
||||
// Can probably ignore this one as we don't support AA lines.
|
||||
{GE_CMD_ANTIALIASENABLE, FLAG_FLUSHBEFOREONCHANGE},
|
||||
|
|
Loading…
Add table
Reference in a new issue