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_conv.c
Age
Commit message (
Expand
)
Author
2010-10-13
gallivm: More accurate float -> 24bit & 32bit unorm conversion.
José Fonseca
2010-10-13
gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2
Roland Scheidegger
2010-10-09
gallivm: simpler uint8->float conversions
Keith Whitwell
2010-10-09
gallivm: make use of new iround code in lp_bld_conv.
Roland Scheidegger
2010-10-08
gallivm: Remove unnecessary header.
Vinson Lee
2010-10-08
gallivm: round rather than truncate in new 4x4f->1x16ub conversion path
Keith Whitwell
2010-10-08
gallivm: Use the wrappers for SSE pack intrinsics.
José Fonseca
2010-10-08
gallivm: special case conversion 4x4f to 1x16ub
Keith Whitwell
2010-08-09
gallivm: Always use floating-point operators for floating-point types
nobled
2010-07-02
gallivm: Check inputs/outputs in lp_build_conv()
José Fonseca
2010-07-02
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
José Fonseca
2010-07-01
gallivm: Allow to conversions to/from registers of different sizes.
José Fonseca
2010-03-15
gallivm/llvmpipe: rename some constant building functions
Brian Paul
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin