projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7cc992
)
anv/device: Increase the block size for instructions
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 6 Nov 2015 21:29:47 +0000
(13:29 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 6 Nov 2015 21:29:47 +0000
(13:29 -0800)
src/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_device.c
b/src/vulkan/anv_device.c
index 2e330e6bbad902caa7502c2650b7f9244efbe3d9..c5bea7253edd532c88f216a8c5bbf4374ef85f3a 100644
(file)
--- a/
src/vulkan/anv_device.c
+++ b/
src/vulkan/anv_device.c
@@
-661,7
+661,7
@@
VkResult anv_CreateDevice(
anv_state_pool_init(&device->dynamic_state_pool,
&device->dynamic_state_block_pool);
- anv_block_pool_init(&device->instruction_block_pool, device,
2048
);
+ anv_block_pool_init(&device->instruction_block_pool, device,
4096
);
anv_block_pool_init(&device->surface_state_block_pool, device, 4096);
anv_state_pool_init(&device->surface_state_pool,