summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-03-21 10:37:33 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2009-03-21 10:55:45 +0000
commit1bb60d25e09d71861bdb4485378880140b65b062 (patch)
tree9ae29c8a8245983a44973b028fba05f7b0bcb397 /src/gallium/include/pipe
parentd7b7b63bd7cca80e99ad9701f8b56ee365053647 (diff)
gallium: remove remaining references to origin_lower_left
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index aad41fab11..9c7baa3d92 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -117,7 +117,6 @@ struct pipe_rasterizer_state
*/
unsigned bypass_vs_clip_and_viewport:1;
- unsigned origin_lower_left:1; /**< Is (0,0) the lower-left corner? */
unsigned flatshade_first:1; /**< take color attribute from the first vertex of a primitive */
unsigned gl_rasterization_rules:1; /**< enable tweaks for GL rasterization? */