diff options
author | Brian <[email protected]> | 2007-10-01 13:45:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-01 13:45:53 -0600 |
commit | b13618c3167002a823e9bb1e744a0a316fd0e2bf (patch) | |
tree | 9aac1a463a433d9b4273aad9a1aa86feac79b8f7 /src/mesa/pipe/p_defines.h | |
parent | 2727cfddbf64add52181bed999938a90811f01a3 (diff) |
fix a few vert/frag program items to get i915 driver going again
Diffstat (limited to 'src/mesa/pipe/p_defines.h')
-rw-r--r-- | src/mesa/pipe/p_defines.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h index 2a8109b10c9..d336f839980 100644 --- a/src/mesa/pipe/p_defines.h +++ b/src/mesa/pipe/p_defines.h @@ -308,10 +308,4 @@ #define PIPE_QUERY_TYPES 3 -/** - * Pipe capabilities/queries - */ -#define PIPE_PARAM_FS_NEEDS_POS 1 - - #endif |