mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
dri/nouveau: Add GL_EXT_stencil_wrap for nv04.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
9c21c1e865
commit
210bcf6d15
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ get_stencil_op(unsigned op)
|
|||
return 0x5;
|
||||
case GL_INVERT:
|
||||
return 0x6;
|
||||
case GL_INCR_WRAP:
|
||||
return 0x7;
|
||||
case GL_DECR_WRAP:
|
||||
return 0x8;
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue