mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace
authorMarek Olšák <maraeo@gmail.com>
Mon, 15 Apr 2013 00:54:58 +0000 (02:54 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 24 Apr 2013 01:23:23 +0000 (03:23 +0200)
commit3975f52eb4ddd2d879fda934f31da033af095dd9
tree0e91f29e2a348947a4aa198ba7c540ef9672303c
parent1e3b4226851fa66d567a1bb3a7e4d14bef265722
mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace

The functions don't affect driver state. There is no code that would rely
on vertices being flushed prior to changing the states, and no code that
would check for _NEW_STENCIL before using the states.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/stencil.c