diff options
| -rw-r--r-- | src/mesa/drivers/dri/nouveau/nv30_state.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/nouveau/nv30_state.c b/src/mesa/drivers/dri/nouveau/nv30_state.c index e788a9235a..9bb4f14909 100644 --- a/src/mesa/drivers/dri/nouveau/nv30_state.c +++ b/src/mesa/drivers/dri/nouveau/nv30_state.c @@ -899,7 +899,7 @@ static GLboolean nv30BindBuffers(nouveauContextPtr nmesa, int num_color,  		OUT_RING        (depth->offset);  		if (nmesa->screen->card->type >= NV_40) {  			BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_LMA_DEPTH_BUFFER_PITCH, 1); -			OUT_RING        (depth->pitch >> 2); +			OUT_RING        (depth->pitch);  		}  	} | 
