Module: Mesa Branch: master Commit: 1d118a2a76345063db026b4b4d6cf0df1e341094 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d118a2a76345063db026b4b4d6cf0df1e341094
Author: Tom Stellard <[email protected]> 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 <[email protected]> --- 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 }; /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
