diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/i810/i810pipeline.h')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/i810/i810pipeline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/src/drv/i810/i810pipeline.h b/xc/lib/GL/mesa/src/drv/i810/i810pipeline.h index 350f23431..87b95455d 100644 --- a/xc/lib/GL/mesa/src/drv/i810/i810pipeline.h +++ b/xc/lib/GL/mesa/src/drv/i810/i810pipeline.h @@ -7,4 +7,8 @@ extern GLuint i810DDRegisterPipelineStages( struct gl_pipeline_stage *out, extern GLboolean i810DDBuildPrecalcPipeline( GLcontext *ctx ); +extern void i810DDFastPath( struct vertex_buffer *VB ); +extern void i810DDFastPathInit( void ); + + #endif |