summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:11:16 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:11:16 +0100
commita41c05b20a36d2160aa232d08ed57d3095438025 (patch)
tree6cd154a47af906658df9339421919d7f509e3163 /src/gallium/auxiliary/draw/draw_context.c
parentcb9f0a589623397c3437911aeef39f189213527a (diff)
draw: switch over to draw_pt paths, will remove old code shortly
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index 4838b68ed1..5dc3358bd1 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -49,8 +49,6 @@ struct draw_context *draw_create( void )
draw->use_sse = FALSE;
#endif
- draw->use_pt_shaders = GETENV( "GALLIUM_PT_SHADERS" ) != NULL;
-
/* create pipeline stages */
draw->pipeline.wide_line = draw_wide_line_stage( draw );
draw->pipeline.wide_point = draw_wide_point_stage( draw );