From 56dcd011b5ec33190f268cf546a4c68f81f5ebd0 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Wed, 17 Feb 2010 18:56:42 +0100 Subject: dri/nouveau: Some multithreaded rendering fixes. --- src/mesa/drivers/dri/nouveau/nv04_driver.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mesa/drivers/dri/nouveau/nv04_driver.h') diff --git a/src/mesa/drivers/dri/nouveau/nv04_driver.h b/src/mesa/drivers/dri/nouveau/nv04_driver.h index 00668710ac..4d599e683a 100644 --- a/src/mesa/drivers/dri/nouveau/nv04_driver.h +++ b/src/mesa/drivers/dri/nouveau/nv04_driver.h @@ -37,10 +37,6 @@ enum { #define NV04_TEXTURE_UNITS 2 -/* nv04_screen.c */ -GLboolean -nv04_screen_init(struct nouveau_screen *screen); - /* nv04_render.c */ void nv04_render_init(GLcontext *ctx); @@ -50,10 +46,10 @@ nv04_render_destroy(GLcontext *ctx); /* nv04_surface.c */ GLboolean -nv04_surface_init(struct nouveau_screen *screen); +nv04_surface_init(GLcontext *ctx); void -nv04_surface_takedown(struct nouveau_screen *screen); +nv04_surface_takedown(GLcontext *ctx); void nv04_surface_copy(GLcontext *ctx, -- cgit v1.2.3