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_table.py
Age
Commit message (
Expand
)
Author
2010-10-28
gallium: Avoid using __doc__ in python scripts.
José Fonseca
2010-07-02
util: Add a fetch_rgba_8unorm.
José Fonseca
2010-04-09
util: Reorder format tests -- group by format.
José Fonseca
2010-04-09
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-03
util: Revert unsolicited, untested, unreviewed, and broken changes to format ...
José Fonseca
2010-04-02
gallium/util: add util_format_is_supported to check for pack/unpack
Luca Barbieri
2010-03-31
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.
José Fonseca
2010-03-31
util: Add callback to fetch a single pixel.
José Fonseca
2010-03-31
util: Put the format pack/unpack functions in the description table.
José Fonseca
2010-03-06
util: Add a new flag, for formats that can be described as a bitmask.
José Fonseca
2010-03-06
util: Add the shortened format name to the description.
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-25
util: remove a trailing semicolon in format table code
Brian Paul
2010-02-24
util: Cope with the fact that formats in u_format.csv are not ordered.
José Fonseca
2010-02-24
util: Store more derived data in the the format description.
José Fonseca
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-09
Revert "Simplify the redundant meaning of format layout."
Michal Krol
2009-12-08
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
util/format: Take advantage of sequential nature of pipe_format enum.
Michal Krol
2009-12-03
util: Fix generated swizzle comments.
José Fonseca
2009-08-30
util: Auto generate pixel format accessor functions from
José Fonseca
2009-08-29
util: Make pixel format layout more meaningful.
José Fonseca
2009-08-29
util: Pixel format database.
José Fonseca