diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-09-17 12:09:11 +0000 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-09-17 12:09:11 +0000 |
commit | e324c52237fd1184a1f8436c8735cdd9ade5e067 (patch) | |
tree | 2e78fd303fa3fa58a6e5d4f3d4b4b563327fb935 /src/mesa/drivers/dri/nouveau/nv10_swtcl.h | |
parent | 908388b11841c50c94c1c746819276809a545a32 (diff) |
Make nouveau actually compile
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_swtcl.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv10_swtcl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h index 03338fbe13..7c854addd2 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.h +++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.h @@ -33,7 +33,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. extern void nv10Fallback( GLcontext *ctx, GLuint bit, GLboolean mode ); extern void nv10FinishPrimitive(struct nouveau_context *nmesa); -extern void nv10RenderStart(GLcontext *ctx); extern void nv10TriInitFunctions(GLcontext *ctx); #define FALLBACK( nmesa, bit, mode ) nouveauFallback( nmesa->glCtx, bit, mode ) |