Had some odd problems with add and temps so doing it with mad. Adding some MAD_2...
[mesa.git] / src / mesa / drivers / dri / r300 / r300_cmdbuf.h
index 7f30f15562d8106e4dbaf727b73974994e586fd1..b471f2ac463c998de3a6ae9d0ed4a60ed3cf59b3 100644 (file)
@@ -46,6 +46,9 @@ extern void r300EmitState(r300ContextPtr r300);
 extern void r300InitCmdBuf(r300ContextPtr r300);
 extern void r300DestroyCmdBuf(r300ContextPtr r300);
 
+extern void r300EmitAOS(r300ContextPtr rmesa, GLuint nr, GLuint offset);
+
+
 /**
  * Make sure that enough space is available in the command buffer
  * by flushing if necessary.