projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6864220
)
r500: enable gb tiling for r5xx
author
Dave Airlie
<airlied@redhat.com>
Sat, 22 Mar 2008 00:56:48 +0000
(10:56 +1000)
committer
Alex Deucher
<alex@botch2.com>
Fri, 2 May 2008 19:13:48 +0000
(15:13 -0400)
src/mesa/drivers/dri/r300/r300_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_state.c
b/src/mesa/drivers/dri/r300/r300_state.c
index eab39ec4b0a6d437532e03a4af4c46c8d850ca7c..ac36b3b43c96f4bea76ccfc8b4d1b8a6f737b703 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_state.c
+++ b/
src/mesa/drivers/dri/r300/r300_state.c
@@
-2046,6
+2046,8
@@
static void r300ResetHwState(r300ContextPtr r300)
R300_GB_TILE_PIPE_COUNT_R300;
break;
case CHIP_FAMILY_R420:
+ case CHIP_FAMILY_RV515:
+ case CHIP_FAMILY_R520:
r300->hw.gb_misc.cmd[R300_GB_MISC_TILE_CONFIG] |=
R300_GB_TILE_PIPE_COUNT_R420;
break;