diff options
| author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-11-19 21:51:28 +0000 | 
|---|---|---|
| committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-11-19 21:51:28 +0000 | 
| commit | a8d34992eac7650aff3d1a2f935ff6369684bc24 (patch) | |
| tree | bacfe8e650c40594d4f457025366866c0c476519 | |
| parent | 3613eba085dea61d11cda61d1f70bf9824282661 (diff) | |
Oops.
| -rw-r--r-- | src/mesa/drivers/dri/nouveau/nv10_swtcl.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c index 1afba77966..c1348b1363 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c +++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c @@ -91,7 +91,6 @@ static inline void nv10StartPrimitive(struct nouveau_context* nmesa,uint32_t pri  inline void nv10FinishPrimitive(struct nouveau_context *nmesa)  { -	FINISH_RING_PRIM();  	if (nmesa->screen->card->type==NV_10)  		BEGIN_RING_SIZE(NvSub3D,NV10_TCL_PRIMITIVE_3D_BEGIN_END,1);  	else if (nmesa->screen->card->type==NV_20) | 
