projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5dd39
)
ilo: enable multiple constant buffers
author
Chia-I Wu
<olvaffe@gmail.com>
Mon, 27 May 2013 04:31:01 +0000
(12:31 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Mon, 27 May 2013 04:31:42 +0000
(12:31 +0800)
This effectively enables uniform buffer object support.
src/gallium/drivers/ilo/ilo_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/ilo/ilo_context.h
b/src/gallium/drivers/ilo/ilo_context.h
index 3e12bf1d49213a1b81048184cc1014152c74e261..8d3d14154f337052039dea93fb33d540c61c28a0 100644
(file)
--- a/
src/gallium/drivers/ilo/ilo_context.h
+++ b/
src/gallium/drivers/ilo/ilo_context.h
@@
-36,7
+36,7
@@
* \see brw_context.h
*/
#define ILO_MAX_DRAW_BUFFERS 8
-#define ILO_MAX_CONST_BUFFERS
1
+#define ILO_MAX_CONST_BUFFERS
(1 + 12)
#define ILO_MAX_SAMPLER_VIEWS 16
#define ILO_MAX_SAMPLERS 16
#define ILO_MAX_SO_BINDINGS 64