summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-10-06 12:22:55 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-10-07 16:33:52 +0100
commitc48da7d78b4e7bdbe056b3c9668756d49019be06 (patch)
tree9ebc03ca000b5c1d34e666ee3d1ad8ba15e5735e /src/gallium/auxiliary/draw/draw_context.h
parent23e62c94ee17f21e99cc2e11fb1f960c0eb56f16 (diff)
draw: add switch for drivers to force vertex data passthrough
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index 0ab3681b64..3eeb453531 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -160,6 +160,9 @@ void draw_set_render( struct draw_context *draw,
void draw_set_driver_clipping( struct draw_context *draw,
boolean bypass_clipping );
+void draw_set_force_passthrough( struct draw_context *draw,
+ boolean enable );
+
/*******************************************************************************
* Draw pipeline
*/