gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
authorTom Stellard <thomas.stellard@amd.com>
Mon, 23 Apr 2012 16:08:02 +0000 (12:08 -0400)
committerTom 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

index ad7f24ef39b5d33817268f38bb7e4be6df030b9e..d0819e28a6151cc63ae384586e458c4b44d4d49d 100644 (file)
@@ -536,7 +536,8 @@ enum pipe_shader_cap
  */
 enum pipe_shader_ir
 {
-   PIPE_SHADER_IR_TGSI
+   PIPE_SHADER_IR_TGSI,
+   PIPE_SHADER_IR_LLVM
 };
 
 /**