From 885f10706a096037eea815803dbf4b4d28c3bd27 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 12 Nov 2004 10:23:10 +0000 Subject: added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 5626fe6fcf..739ec5f15b 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2179,6 +2179,7 @@ struct matrix_stack #define DD_POINT_SMOOTH 0x800 #define DD_POINT_SIZE 0x1000 #define DD_POINT_ATTEN 0x2000 +#define DD_TRI_TWOSTENCIL 0x4000 /*@}*/ -- cgit v1.2.3