projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2408899
)
vc4: Remove unused "immediates" field
author
Eric Anholt
<eric@anholt.net>
Tue, 19 Jan 2016 22:18:21 +0000
(14:18 -0800)
committer
Eric Anholt
<eric@anholt.net>
Mon, 18 Apr 2016 23:48:45 +0000
(16:48 -0700)
This was for TGSI, which we no longer have to deal with.
src/gallium/drivers/vc4/vc4_qir.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_qir.h
b/src/gallium/drivers/vc4/vc4_qir.h
index e8ba74b9a4d27415c81afaf080b5b2c9fba6b51f..789918dee68117d0fae0f7bf4c5964d0e5c558d5 100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_qir.h
+++ b/
src/gallium/drivers/vc4/vc4_qir.h
@@
-419,7
+419,6
@@
struct vc4_compile {
enum qstage stage;
uint32_t num_temps;
struct list_head instructions;
- uint32_t immediates[1024];
struct list_head qpu_inst_list;
uint64_t *qpu_insts;