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_pt.c | |
parent | cb9f0a589623397c3437911aeef39f189213527a (diff) |
draw: switch over to draw_pt paths, will remove old code shortly
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c index b48d0cae9fb..941f6efbe48 100644 --- a/src/gallium/auxiliary/draw/draw_pt.c +++ b/src/gallium/auxiliary/draw/draw_pt.c @@ -68,9 +68,6 @@ draw_pt_arrays(struct draw_context *draw, if (!draw->rasterizer->bypass_vs) { opt |= PT_SHADE; - - if (!draw->use_pt_shaders) - return FALSE; } |