projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32ca6d
)
r600g: set max max tex/vtx instructions count to 16 for cayman
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 14 Nov 2011 16:01:00 +0000
(11:01 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 14 Nov 2011 16:01:00 +0000
(11:01 -0500)
Cayman is 16 as well.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_asm.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_asm.c
b/src/gallium/drivers/r600/r600_asm.c
index 8d0a04da8fb898b008507a00a6c84d29c675054f..add1276e5dc572daba1a16ef4cd86cb88bb0a49f 100644
(file)
--- a/
src/gallium/drivers/r600/r600_asm.c
+++ b/
src/gallium/drivers/r600/r600_asm.c
@@
-1368,10
+1368,8
@@
static unsigned r600_bytecode_num_tex_and_vtx_instructions(const struct r600_byt
case R700:
case EVERGREEN:
- return 16;
-
case CAYMAN:
- return
64
;
+ return
16
;
default:
R600_ERR("Unknown chip class %d.\n", bc->chip_class);