Age | Commit message (Collapse) | Author |
|
This logic duplicates the one in p_config.h, so remove it and adjust
the only two places that were using it.
|
|
Since there's no SSE instruction for this case, fall through to the
generic shuffle code.
Fixes bug fd.o 29468.
|
|
Also fix the test.
|
|
Allow for example to convert from 4 x float32 to 4 x unorm8 and vice versa.
Uses code and ideas from Brian Paul.
|
|
dec_vec_type is already initialized to lp_build_vec_type(dst_type) at
its declaration.
|
|
|
|
|
|
The signatures for pack intrinsics were made more consistent in this
version.
|
|
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.
|