projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670bd47
)
r600: bump reloc_chunk size
author
Alex Deucher
<alexdeucher@gmail.com>
Sun, 23 Aug 2009 20:06:31 +0000
(16:06 -0400)
committer
Alex Deucher
<alexdeucher@gmail.com>
Sun, 23 Aug 2009 20:06:31 +0000
(16:06 -0400)
This fixes openarena reloc errors. This needs to be
made more dynamic.
src/mesa/drivers/dri/r600/r600_cmdbuf.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/r600_cmdbuf.c
b/src/mesa/drivers/dri/r600/r600_cmdbuf.c
index 38814b6d71e5d9b5ccfd038a1fe276713789e851..10ea766896398a87b8ac563500b49b988ce8899c 100644
(file)
--- a/
src/mesa/drivers/dri/r600/r600_cmdbuf.c
+++ b/
src/mesa/drivers/dri/r600/r600_cmdbuf.c
@@
-322,7
+322,7
@@
static int r600_cs_emit(struct radeon_cs *cs)
struct drm_radeon_cs_chunk cs_chunk[2];
uint32_t length_dw_reloc_chunk;
uint64_t chunk_ptrs[2];
- uint32_t reloc_chunk[
128];
+ uint32_t reloc_chunk[
256];
int r;
int retry = 0;