index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_format_parse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_format: fix inv_swizzles generation
Dave Airlie
2011-12-30
1
-1
/
+2
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
1
-3
/
+15
*
util: Remove unnecessary semicolons in Python scripts.
Vinson Lee
2010-05-19
1
-1
/
+1
*
util: is_array/mixed/etc is only meaningful for plain formats.
José Fonseca
2010-04-08
1
-0
/
+10
*
util: Support fixed formats conversion.
José Fonseca
2010-04-07
1
-0
/
+4
*
gallium: make the python scripts for format parsing not fail on new formats
Roland Scheidegger
2010-03-30
1
-0
/
+2
*
util: Fix the maximum value computation for SSCALED channels.
José Fonseca
2010-03-06
1
-1
/
+1
*
util: Add a new flag, for formats that can be described as a bitmask.
José Fonseca
2010-03-06
1
-7
/
+1
*
util: Factor some code into u_format_parse.py
José Fonseca
2010-02-26
1
-6
/
+89
*
util: Use python names consistent with u_format.h
José Fonseca
2010-02-26
1
-31
/
+43
*
util: Add is_pot() method to formats.
José Fonseca
2010-02-26
1
-0
/
+7
*
util: Remove import of unused sys module.
Vinson Lee
2010-02-25
1
-3
/
+0
*
util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.
José Fonseca
2010-02-24
1
-2
/
+1
*
util: Factor out the code to shorten a format name.
José Fonseca
2010-02-24
1
-0
/
+10
*
util: Allow '#' comments in u_format.csv.
José Fonseca
2010-02-24
1
-1
/
+9
*
util: Store more derived data in the the format description.
José Fonseca
2010-02-24
1
-0
/
+24
*
util: Auto generate pixel format accessor functions from
José Fonseca
2009-08-30
1
-0
/
+141