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
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-405
/
+0
*
gallium: Fix big-endian addressing of non-bitmask array formats.
Eric Anholt
2019-08-28
1
-6
/
+17
*
gallium: Add a block depth field to the u_formats table.
Eric Anholt
2019-08-26
1
-12
/
+13
*
gallium: Make sure we return is_unorm/is_snorm for compressed formats.
Eric Anholt
2019-01-25
1
-0
/
+20
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
1
-0
/
+6
*
python: Use explicit integer divisions
Mathieu Bridon
2018-08-07
1
-2
/
+5
*
gallium: remove shebang from python scripts
Emil Velikov
2017-03-10
1
-1
/
+0
*
gallium: remove execute bit from the python script(s)
Emil Velikov
2017-03-10
1
-0
/
+0
*
mesa: fix typo in python scripts
Roland Scheidegger
2016-02-02
1
-1
/
+1
*
util: Add big-endian layout for a number of formats.
Richard Sandiford
2014-09-16
1
-2
/
+7
*
util: Fix cross-compiles between endiannesses
Richard Sandiford
2014-04-28
1
-29
/
+36
*
util: Split out channel-parsing Python code
Richard Sandiford
2014-04-28
1
-46
/
+50
*
util: Turn inv_swizzle into a global function
Richard Sandiford
2014-04-28
1
-10
/
+0
*
util: Add more query methods to u_format_parse.Format
Richard Sandiford
2014-04-28
1
-7
/
+43
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-0
/
+10
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
1
-1
/
+10
*
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