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-05-19
util: Remove unused imports from Python scripts.
Vinson Lee
2010-04-09
util: Fix typo in earlier commit.
José Fonseca
2010-04-09
util: ubyte_to_float and float_to_ubyte whenever possible.
José Fonseca
2010-04-09
util: Use consistent symbols in pack generator.
José Fonseca
2010-04-09
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-08
util: Describe, implement, and test the new D3D9 color formats.
José Fonseca
2010-04-08
util: Keep const keyword when unpacking formats.
José Fonseca
2010-04-08
util: Reorder the code generated function so that they are grouped by format.
José Fonseca
2010-04-07
util: Support fixed formats conversion.
José Fonseca
2010-04-07
util: Implement YUV and subsampled RGB format conversion.
José Fonseca
2010-04-06
util: Support all SRGB formats.
José Fonseca
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