projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a1933
)
anv/device: Bump the max program size again
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 12 Jan 2016 21:48:32 +0000
(13:48 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 12 Jan 2016 21:49:05 +0000
(13:49 -0800)
No one will ever need more than 128K, right?
src/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_device.c
b/src/vulkan/anv_device.c
index 1da0cb4367c2792d013381f8bd9fc160c4a2e74f..fa2c24a80f63eb885661ddb51ee37ea63fc0d09a 100644
(file)
--- a/
src/vulkan/anv_device.c
+++ b/
src/vulkan/anv_device.c
@@
-722,7
+722,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,
64
* 1024);
+ anv_block_pool_init(&device->instruction_block_pool, device,
128
* 1024);
anv_pipeline_cache_init(&device->default_pipeline_cache, device);
anv_block_pool_init(&device->surface_state_block_pool, device, 4096);