dri_interface: Introduce DRI tokens for the texBuffer texture formats
[mesa.git] / src / mesa / drivers / dri / r300 / r300_swtcl.h
index cebc895c47a29f6634f1f0a4764872f1c0fe61ff..c271d2654687875d4eb3124480c5b5bf07c8d587 100644 (file)
@@ -50,6 +50,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define SWTCL_OVM_TEX(n) ((n) + 6)
 #define SWTCL_OVM_POINT_SIZE 15
 
+extern void r300ChooseSwtclVertexFormat(GLcontext *ctx, GLuint *InputsRead,  GLuint *OutputsWritten);
 
 extern void r300InitSwtcl( GLcontext *ctx );
 extern void r300DestroySwtcl( GLcontext *ctx );