summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-04-14 22:41:16 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-04-14 22:41:16 +0000
commit199512968be28aa5a4f41c4f30e0e311e31b252a (patch)
tree60bee4aca578c73d08b71f5b5898e451449d87c3 /src/mesa/drivers/dri/nouveau/nv10_swtcl.h
parent5fd11335f655e27515d9bf92fef5d9a8cd4f6bb5 (diff)
Cleaned stuff in the tcl code
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_swtcl.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_swtcl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
index 7b42967dd8..fd57eeaa95 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
+++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h
@@ -31,8 +31,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "mtypes.h"
-extern void nv10TriInitFunctions( GLcontext *ctx );
extern void nv10Fallback( GLcontext *ctx, GLuint bit, GLboolean mode );
+extern void nv10FinishPrimitive(struct nouveau_context *nmesa);
+extern void nv10RenderStart(GLcontext *ctx);
#define FALLBACK( nmesa, bit, mode ) nouveauFallback( nmesa->glCtx, bit, mode )
#endif /* __NV10_SWTCL_H__ */