draw: corrections to allow for different cliptest cases
[mesa.git] / src / mesa / drivers / dri / r300 / r300_vertprog.h
1 #ifndef __R300_VERTPROG_H_
2 #define __R300_VERTPROG_H_
3
4 #include "r300_reg.h"
5
6
7 void r300SetupVertexProgram(r300ContextPtr rmesa);
8
9 struct r300_vertex_program * r300SelectAndTranslateVertexShader(GLcontext *ctx);
10
11 #endif