projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3040b2e
)
r600: fix count prediction for IB case
author
Alex Deucher
<alexdeucher@gmail.com>
Wed, 4 Nov 2009 19:43:24 +0000
(14:43 -0500)
committer
Alex Deucher
<alexdeucher@gmail.com>
Wed, 4 Nov 2009 19:43:24 +0000
(14:43 -0500)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/mesa/drivers/dri/r600/r700_render.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/r700_render.c
b/src/mesa/drivers/dri/r600/r700_render.c
index 268bfd8bf0b94bf425710ba3e107f3354451c4fc..b20b129d1709348d1af8d7e1be209de80ae45226 100644
(file)
--- a/
src/mesa/drivers/dri/r600/r700_render.c
+++ b/
src/mesa/drivers/dri/r600/r700_render.c
@@
-379,7
+379,7
@@
static GLuint r700PredictRenderSize(GLcontext* ctx,
dwords = PRE_EMIT_STATE_BUFSZ;
if (ib)
- dwords += nr_prims * 1
4
;
+ dwords += nr_prims * 1
7
;
else {
for (i = 0; i < nr_prims; ++i)
{