Skip to content

Commit

Permalink
Allow logic ops in GLES.
Browse files Browse the repository at this point in the history
We have a backup plan for them now, so they need to flush.

Fixes #2917.
  • Loading branch information
unknownbrackets committed Nov 15, 2015
1 parent 2ed8aab commit 7e71bd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GPU/GLES/GLES_GPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 7e71bd6

Please sign in to comment.