projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b37c38c
)
nir/intrinsic: Allow up to four indices
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 14 Oct 2015 23:37:35 +0000
(16:37 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 15 Oct 2015 01:38:33 +0000
(18:38 -0700)
src/glsl/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir.h
b/src/glsl/nir/nir.h
index dbd73f15b2208a9e985a97dde5666e792bd1c426..f2794cb7afb4484b27c1c59445b5afa2c086e6d3 100644
(file)
--- a/
src/glsl/nir/nir.h
+++ b/
src/glsl/nir/nir.h
@@
-874,7
+874,7
@@
typedef struct {
*/
uint8_t num_components;
- int const_index[
3
];
+ int const_index[
4
];
nir_deref_var *variables[2];