diff options
author | Corbin Simpson <[email protected]> | 2009-11-15 05:25:15 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-11-20 17:48:10 -0800 |
commit | 1c181a7eff96816b5d72ea5daab5818eef0ebc60 (patch) | |
tree | 760e188f80947c0bd4b1864b5c33ad645370f594 /src/gallium/drivers/r300/r300_vs.h | |
parent | 015e7e7724a64d3d9e02e57f6a8eb88a6441f596 (diff) |
r300g: Begin separating HW TCL and SW TCL state and setup.
This patch removes draw_context entirely from the HW TCL path and cleans up
a few other things along the way. Hopefully, nothing got broken.
Thanks to Marek Olšák for testing, review, and pointing out my bugs. :3
Diffstat (limited to 'src/gallium/drivers/r300/r300_vs.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_vs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_vs.h b/src/gallium/drivers/r300/r300_vs.h index 2a4ce315e32..00b02bf510d 100644 --- a/src/gallium/drivers/r300/r300_vs.h +++ b/src/gallium/drivers/r300/r300_vs.h @@ -35,9 +35,6 @@ struct r300_vertex_shader { struct pipe_shader_state state; struct tgsi_shader_info info; - /* Fallback shader, because Draw has issues */ - struct draw_vertex_shader* draw; - /* Has this shader been translated yet? */ boolean translated; |