diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:11:16 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:11:16 +0100 |
commit | a41c05b20a36d2160aa232d08ed57d3095438025 (patch) | |
tree | 6cd154a47af906658df9339421919d7f509e3163 /src/gallium/auxiliary/draw/draw_context.c | |
parent | cb9f0a589623397c3437911aeef39f189213527a (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.c | 2 |
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 4838b68ed17..5dc3358bd1d 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 ); |