projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e8156
)
r300: Fix typo on < R5xx RS setup for blits.
author
Michel Dänzer
<daenzer@vmware.com>
Tue, 15 Dec 2009 23:37:40 +0000
(
00:37
+0100)
committer
Michel Dänzer
<michel@daenzer.net>
Tue, 15 Dec 2009 23:51:55 +0000
(
00:51
+0100)
src/mesa/drivers/dri/r300/r300_blit.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_blit.c
b/src/mesa/drivers/dri/r300/r300_blit.c
index 3523c2792e54526756dd5715e32861a91b4ad750..ca6dd3bcf8e4d6ea231d54bf68cd7b99044b6417 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_blit.c
+++ b/
src/mesa/drivers/dri/r300/r300_blit.c
@@
-315,8
+315,8
@@
static void r300_emit_rs_setup(struct r300_context *r300)
OUT_BATCH_REGVAL(R300_RS_IP_0,
R300_RS_TEX_PTR(0) |
R300_RS_SEL_S(R300_RS_SEL_C0) |
- R300_RS_SEL_
R
(R300_RS_SEL_C1) |
- R300_RS_SEL_
T
(R300_RS_SEL_K0) |
+ R300_RS_SEL_
T
(R300_RS_SEL_C1) |
+ R300_RS_SEL_
R
(R300_RS_SEL_K0) |
R300_RS_SEL_Q(R300_RS_SEL_K1));
END_BATCH();
}