summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <[email protected]>2009-04-05 01:00:25 -0700
committerCorbin Simpson <[email protected]>2009-04-05 01:00:25 -0700
commitce7963f338ab95b06619074bc6aaf99c96ff5f11 (patch)
treef53e1e361b07345c0be4bcf160c61db7457bd44e /src/gallium/drivers/r300/r300_context.h
parent484795ff14faa794b7a150f29554a73e0113f67d (diff)
r300-gallium: Properly interface with Draw for vert shaders.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 9d2a07a7d97..fec2bad5461 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -236,6 +236,9 @@ 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;