summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_defines.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-01 13:45:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-01 13:45:53 -0600
commitb13618c3167002a823e9bb1e744a0a316fd0e2bf (patch)
tree9aac1a463a433d9b4273aad9a1aa86feac79b8f7 /src/mesa/pipe/p_defines.h
parent2727cfddbf64add52181bed999938a90811f01a3 (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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h
index 2a8109b10c..d336f83998 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