projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51b066
)
gallium: remove llvm from ir struct
author
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 1 Feb 2018 21:50:09 +0000
(08:50 +1100)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Wed, 28 Feb 2018 23:51:56 +0000
(10:51 +1100)
This was added in
425dc4c4b366
but never used. Also since
100796c15c3a
native has superseded llvm.
Acked-by: Dave Airlie <airlied@redhat.com>
src/gallium/include/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_state.h
b/src/gallium/include/pipe/p_state.h
index 2b56d60b5ed9eed4aeba858237dd74b625a71e12..640e6ed26dca0cc99a9656e720cf20b954567de9 100644
(file)
--- a/
src/gallium/include/pipe/p_state.h
+++ b/
src/gallium/include/pipe/p_state.h
@@
-267,7
+267,6
@@
struct pipe_shader_state
/* TODO move tokens into union. */
const struct tgsi_token *tokens;
union {
- void *llvm;
void *native;
void *nir;
} ir;