diff options
author | Brian Paul <[email protected]> | 2011-01-20 09:38:08 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-20 09:44:33 -0700 |
commit | fe49dcb3b03454ec1451b610ea89f2374946e090 (patch) | |
tree | 05533eaf584b8326cc10aa34876f0d658e9a0c71 /src/mesa/main/dd.h | |
parent | b62e78c783a76215f404ba69eef9b4f58b4a07ea (diff) |
mesa: move extra prim mode #defines
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 2eede4268ca..749c30a4cc1 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -881,11 +881,6 @@ struct dd_function_table { */ void (*ValidateTnlModule)( struct gl_context *ctx, GLuint new_state ); - -#define PRIM_OUTSIDE_BEGIN_END (GL_POLYGON+1) -#define PRIM_INSIDE_UNKNOWN_PRIM (GL_POLYGON+2) -#define PRIM_UNKNOWN (GL_POLYGON+3) - /** * Set by the driver-supplied T&L engine. * |