projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583ed4b
)
r500: enable gb tiling for r5xx
author
Dave Airlie
<airlied@redhat.com>
Sat, 22 Mar 2008 00:56:48 +0000
(10:56 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 22 Mar 2008 00:56:48 +0000
(10:56 +1000)
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 906053dd04c0023a9246a5657f4be6fbd626bbfd..26cf4605ff518b6647f85cd16740fc48ac6adc41 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;