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_parse.py
Age
Commit message (
Expand
)
Author
2010-05-19
util: Remove unnecessary semicolons in Python scripts.
Vinson Lee
2010-04-08
util: is_array/mixed/etc is only meaningful for plain formats.
José Fonseca
2010-04-07
util: Support fixed formats conversion.
José Fonseca
2010-03-30
gallium: make the python scripts for format parsing not fail on new formats
Roland Scheidegger
2010-03-06
util: Fix the maximum value computation for SSCALED channels.
José Fonseca
2010-03-06
util: Add a new flag, for formats that can be described as a bitmask.
José Fonseca
2010-02-26
util: Factor some code into u_format_parse.py
José Fonseca
2010-02-26
util: Use python names consistent with u_format.h
José Fonseca
2010-02-26
util: Add is_pot() method to formats.
José Fonseca
2010-02-25
util: Remove import of unused sys module.
Vinson Lee
2010-02-24
util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.
José Fonseca
2010-02-24
util: Factor out the code to shorten a format name.
José Fonseca
2010-02-24
util: Allow '#' comments in u_format.csv.
José Fonseca
2010-02-24
util: Store more derived data in the the format description.
José Fonseca
2009-08-30
util: Auto generate pixel format accessor functions from
José Fonseca