xserver/hw/kdrive/ati ati_draw.c,1.19,1.20

Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/tmp/cvs-serv25889/hw/kdrive/ati

Modified Files:
	ati_draw.c 
Log Message:
Set the right number of texture coordinates for r200 Render support
(still disabled, needs to be tested).


Index: ati_draw.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_draw.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ati_draw.c	19 Jul 2004 07:53:54 -0000	1.19
+++ ati_draw.c	19 Jul 2004 11:19:12 -0000	1.20
@@ -162,8 +162,8 @@
 			OUT_REG(R200_REG_SE_VTE_CNTL, R200_VTX_XY_FMT);
 			OUT_REG(R200_REG_SE_VTX_FMT_0, R200_VTX_XY);
 			OUT_REG(R200_REG_SE_VTX_FMT_1,
-			    (4 << R200_VTX_TEX0_COMP_CNT_SHIFT) |
-			    (4 << R200_VTX_TEX1_COMP_CNT_SHIFT));
+			    (2 << R200_VTX_TEX0_COMP_CNT_SHIFT) |
+			    (2 << R200_VTX_TEX1_COMP_CNT_SHIFT));
 			OUT_REG(R200_REG_SE_VAP_CNTL, 0);
 			OUT_REG(R200_REG_RE_AUX_SCISSOR_CNTL, 0);
 			END_DMA();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.