mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
r600g: fix typo in stencil translate.
fixes piglit stencil-twoside and stencil-wrap
This commit is contained in:
parent
13bc2098ca
commit
582129ced6
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static INLINE uint32_t r600_translate_stencil_op(int s_op)
|
|||
case PIPE_STENCIL_OP_DECR:
|
||||
return V_028800_STENCIL_DECR;
|
||||
case PIPE_STENCIL_OP_INCR_WRAP:
|
||||
return V_028800_STENCIL_INVERT;
|
||||
return V_028800_STENCIL_INCR_WRAP;
|
||||
case PIPE_STENCIL_OP_DECR_WRAP:
|
||||
return V_028800_STENCIL_DECR_WRAP;
|
||||
case PIPE_STENCIL_OP_INVERT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue