index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_format_aos.c
Age
Commit message (
Expand
)
Author
2010-08-09
gallivm: Always use floating-point operators for floating-point types
nobled
2010-07-02
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
José Fonseca
2010-07-02
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-01
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-06-14
gallivm: Use func_to_pointer().
José Fonseca
2010-05-13
gallivm: silence casting warning
Brian Paul
2010-05-12
gallivm: additional comments
Brian Paul
2010-05-12
gallivm: s/bool/boolean
Brian Paul
2010-05-08
gallivm: Don't hardcode number of args twice.
José Fonseca
2010-04-27
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-22
gallivm: Remove unused variable.
Vinson Lee
2010-04-20
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
gallivm: Cleanups and bugfixes to aos format translation.
José Fonseca
2010-04-20
gallivm: New function to fetch a pixel into a 4xfloat AoS vector.
José Fonseca
2010-04-20
gallivm: Bring aos format back to life.
José Fonseca
2010-03-31
llvmpipe: Drop the aos format conversion.
José Fonseca
2010-02-24
gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin