From fd2e402359e39d2afb9dcce9c64fe09906c4a877 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Sep 2006 21:02:32 +0000 Subject: added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1) --- src/mesa/main/get_gen.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/get_gen.py') diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index e6e1828800..4680fea277 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -2,7 +2,7 @@ # Mesa 3-D graphics library # -# Copyright (C) 1999-2005 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2006 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -157,6 +157,11 @@ StateVars = [ "ctx->Current.RasterPos[1]", "ctx->Current.RasterPos[2]", "ctx->Current.RasterPos[3]"], "", None ), + ( "GL_CURRENT_RASTER_SECONDARY_COLOR", GLfloatN, + ["ctx->Current.RasterSecondaryColor[0]", + "ctx->Current.RasterSecondaryColor[1]", + "ctx->Current.RasterSecondaryColor[2]", + "ctx->Current.RasterSecondaryColor[3]"], "", None ), ( "GL_CURRENT_RASTER_TEXTURE_COORDS", GLfloat, ["ctx->Current.RasterTexCoords[texUnit][0]", "ctx->Current.RasterTexCoords[texUnit][1]", -- cgit v1.2.3