[Mesa-dev] [RFC PATCH 19/56] mesa: add system value for gl_PatchVerticesIn

Chris Forbes chrisf at ijw.co.nz
Sat Sep 20 18:40:59 PDT 2014


From: Ilia Mirkin <imirkin at alum.mit.edu>

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>

Conflicts:
	src/mesa/main/mtypes.h
---
 src/mesa/main/mtypes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 9bd78e4..b03afd2 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2164,6 +2164,7 @@ typedef enum
     */
    /*@{*/
    SYSTEM_VALUE_TESS_COORD,
+   SYSTEM_VALUE_VERTICES_IN,    /**< Tessellation vertices in input patch */
    /*@}*/
 
    SYSTEM_VALUE_MAX             /**< Number of values */
-- 
2.1.0



More information about the mesa-dev mailing list