mesa: Branch 'master'

Patrice Mandin pmandin at kemper.freedesktop.org
Wed Feb 14 19:28:47 UTC 2007


 src/mesa/drivers/dri/nouveau/nv10_state.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 83cf4ce6e40ed1841b94f528dc89838e875c720d (from 99dfca1e7fb32157135511bded07376ebb25acb3)
Author: Patrice Mandin <pmandin at caramail.com>
Date:   Wed Feb 14 20:28:31 2007 +0100

    nouveau: nv10: there are 8 clipping regions

diff --git a/src/mesa/drivers/dri/nouveau/nv10_state.c b/src/mesa/drivers/dri/nouveau/nv10_state.c
index 8fbc76c..d69c682 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_state.c
+++ b/src/mesa/drivers/dri/nouveau/nv10_state.c
@@ -619,7 +619,7 @@ static void nv10WindowMoved(nouveauConte
 	      NV10_TCL_PRIMITIVE_3D_VIEWPORT_CLIP_HORIZ(0), 2);
         OUT_RING_CACHE(((w+x-1) << 16) | x | 0x08000800);
         OUT_RING_CACHE(((h+y-1) << 16) | y | 0x08000800);
-	for (i=1; i<7; i++) {
+	for (i=1; i<8; i++) {
 		BEGIN_RING_CACHE(NvSub3D,
 		      NV10_TCL_PRIMITIVE_3D_VIEWPORT_CLIP_HORIZ(i), 1);
         	OUT_RING_CACHE(0);



More information about the mesa-commit mailing list