From 9e729a79b0d5c7f2bf42262d57f6e0994c625dbe Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Fri, 22 Feb 2013 11:49:44 -0800 Subject: mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum. This paves the way for eliminating the gl_vert_result enum entirely. Reviewed-by: Kenneth Graunke Reviewed-by: Eric Anholt Tested-by: Brian Paul --- src/mesa/program/prog_print.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/program') diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c index 7e7e081f76b..e5592cf3668 100644 --- a/src/mesa/program/prog_print.c +++ b/src/mesa/program/prog_print.c @@ -263,6 +263,10 @@ arb_output_attrib_string(GLint index, GLenum progType) "result.(sixteen)", /* VERT_RESULT_CLIP_VERTEX */ "result.(seventeen)", /* VERT_RESULT_CLIP_DIST0 */ "result.(eighteen)", /* VERT_RESULT_CLIP_DIST1 */ + "result.(nineteen)", /* VARYING_SLOT_PRIMITIVE_ID */ + "result.(twenty)", /* VARYING_SLOT_LAYER */ + "result.(twenty-one)", /* VARYING_SLOT_FACE */ + "result.(twenty-two)", /* VARYING_SLOT_PNTC */ "result.varying[0]", "result.varying[1]", "result.varying[2]", -- cgit v1.2.3