summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
AgeCommit message (Collapse)Author
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.
2009-10-21llvmpipe: Remove extraneous name in lp_type pre-declaration.José Fonseca
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
Union not worth the hassle of violating C99 or adding a name to the structure.
2009-09-13llvmpipe: Use const keyword for input array arguments.José Fonseca
2009-08-29llvmpipe: Add a bunch of comments.José Fonseca
Description/rationale/to-do items, while I still remember them...
2009-08-29llvmpipe: Simpler variant of lp_build_broadcast_scalar.José Fonseca
2009-08-29llvmpipe: Move lp_build_select to lp_bld_logic.[ch].José Fonseca
2009-08-29llvmpipe: Factor out lp_build_select from lp_build_select_aos.José Fonseca
2009-08-29llvmpipe: Scalar -> vector broadcasting.José Fonseca
2009-08-29llvmpipe: Optimize blend swizzles by using bitmasks instead of shuffles for ↵José Fonseca
ubytes.