Mesa (master): gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2

Tom Stellard tstellar at kemper.freedesktop.org
Fri Jun 1 16:24:53 UTC 2012


Module: Mesa
Branch: master
Commit: 1d118a2a76345063db026b4b4d6cf0df1e341094
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d118a2a76345063db026b4b4d6cf0df1e341094

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Mon Apr 23 12:08:02 2012 -0400

gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2

v2:
  - s/PIPE_SHADER_IR_LLVM_R600/PIPE_SHADER_IR_LLVM/

Reviewed-by: Francisco Jerez <currojerez at riseup.net>

---

 src/gallium/include/pipe/p_defines.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index ad7f24e..d0819e2 100644
--- 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
 };
 
 /**




More information about the mesa-commit mailing list