projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85e512
)
gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 23 Apr 2012 16:08:02 +0000
(12:08 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Fri, 1 Jun 2012 15:26:57 +0000
(11:26 -0400)
v2:
- s/PIPE_SHADER_IR_LLVM_R600/PIPE_SHADER_IR_LLVM/
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/gallium/include/pipe/p_defines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_defines.h
b/src/gallium/include/pipe/p_defines.h
index ad7f24ef39b5d33817268f38bb7e4be6df030b9e..d0819e28a6151cc63ae384586e458c4b44d4d49d 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-536,7
+536,8
@@
enum pipe_shader_cap
*/
enum pipe_shader_ir
{
- PIPE_SHADER_IR_TGSI
+ PIPE_SHADER_IR_TGSI,
+ PIPE_SHADER_IR_LLVM
};
/**