History log of /external/mesa3d/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95ed0e9b6b445c70e920d340818fc0f84d45233e 06-May-2012 Vadim Girlin <vadimgirlin@gmail.com> radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
/external/mesa3d/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
e2a2b33544176a73e44aa7292dbdd1d0d0467394 28-Feb-2012 Dave Airlie <airlied@redhat.com> gallivm: drop deprecated opcodes

These are integer opcodes not deprecated ones.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
141f2c2fc9325a5d30629373bb962f42517967ae 06-Feb-2012 Dave Airlie <airlied@redhat.com> gallivm: enable fetch for integer opcodes. (v2)

The infers the type of data required using the opcode,
and casts the input to the appropriate type.

So far this only handles non-indirect constant and temporaries.

v2: as per Jose suggestion, fetch immediates via floats

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
bc2875aa483a0fef7f6e32c1886f6e2edaba7694 12-Aug-2011 Tom Stellard <thomas.stellard@amd.com> gallivm: Add a new interface for doing TGSI->LLVM conversions

lp_bld_tgsi_soa.c has been adapted to use this new interface, but
lp_bld_tgsi_aos.c has only been partially adapted, since nothing in
gallium currently uses it.

v2:
- Rename lp_bld_tgsi_action.[ch] => lp_bld_tgsi_action.[ch]
- Initialize tgsi_info in lp_bld_tgsi_aos.c
- Fix copyright dates
/external/mesa3d/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c