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
/
util
/
u_format_pack.py
Age
Commit message (
Expand
)
Author
2010-04-01
util: Generate correct format conversions for half floats.
Michal Krol
2010-04-01
util: Use u_half to perform half <--> float conversions.
Michal Krol
2010-04-01
util/format: fix big endian compilation by not trying to byteswap single bytes
Luca Barbieri
2010-03-31
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
util: Make the accessors bidimensional again.
José Fonseca
2010-03-31
util: First stab at half-float conversion.
Michal Krol
2010-03-31
util: Add callback to fetch a single pixel.
José Fonseca
2010-03-31
util: Use u_format_pack.py's code instead of u_format_access.py.
José Fonseca
2010-03-31
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
util: Put the format pack/unpack functions in the description table.
José Fonseca
2010-03-31
util: Make pack/unpack operate on spans.
José Fonseca
2010-03-31
util: Make util_format_xxx_pack_xxx take pointer as arguments.
José Fonseca
2010-03-31
util: Use VOID type for X channels in format descriptions.
José Fonseca
2010-03-30
gallium: make the python scripts for format parsing not fail on new formats
Roland Scheidegger
2010-03-09
util: Use bitshift arithmetic for pack too.
José Fonseca
2010-03-06
util: Use bitshift arithmetic to unpack pixels.
José Fonseca
2010-03-06
util: Several fixes to clamping and test.
José Fonseca
2010-02-26
util: Code generate functions to pack and unpack a single pixel.
José Fonseca