[Mesa-dev] [PATCH 02/11] gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
Francisco Jerez
currojerez at riseup.net
Thu May 24 19:27:57 PDT 2012
Tom Stellard <tstellar at gmail.com> writes:
> v2:
> - s/PIPE_SHADER_IR_LLVM_R600/PIPE_SHADER_IR_LLVM/
> ---
> 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
> };
>
> /**
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120525/f3751611/attachment.pgp>
More information about the mesa-dev
mailing list