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
/
util
/
format
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Share a single function pointer for the 4-byte rgba unpack function.
Eric Anholt
2020-07-07
18
-140
/
+106
*
util: Remove the stub pack/unpack functions for YUV formats.
Eric Anholt
2020-07-07
3
-741
/
+27
*
util: Use designated initializers to clean up the format tables' pack/unpack.
Eric Anholt
2020-07-07
1
-51
/
+28
*
util: Merge util_format_read_4* functions.
Eric Anholt
2020-07-07
3
-81
/
+30
*
util: Merge util_format_write_4* functions.
Eric Anholt
2020-07-07
2
-64
/
+13
*
util: Remove unused util_format_planar_is_supported().
Eric Anholt
2020-07-07
2
-29
/
+0
*
util: Mark util_format_description() as a const function.
Eric Anholt
2020-07-07
1
-1
/
+1
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-1
/
+2
*
util/format: Add more multi-planar formats.
Bas Nieuwenhuizen
2020-05-30
4
-0
/
+303
*
util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
Bas Nieuwenhuizen
2020-05-30
3
-0
/
+72
*
util/format: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-3
/
+3
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
gallium/util: Add back (and rename) util_float_to_half implementation
Roland Scheidegger
2020-03-25
1
-1
/
+1
*
Revert "gallium: Fix big-endian addressing of non-bitmask array formats."
Eric Anholt
2020-02-11
1
-17
/
+6
*
util: Drop unpacking from int signed to unsigned and vice versa.
Eric Anholt
2020-02-04
2
-4
/
+2
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
2
-4
/
+104
*
util/format: Add the P010 format used for 10-bit videos
Thong Thai
2020-01-03
4
-0
/
+44
*
util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()
Eric Engestrom
2019-12-27
1
-0
/
+40
*
util/format: remove left-over util_format_description_table declaration
Eric Engestrom
2019-12-27
1
-4
/
+0
*
util/format: add missing vulkan formats
Jonathan Marek
2019-12-19
2
-2
/
+27
*
st/mesa: Add GL_TDFX_texture_compression_FXT1 support
Kenneth Graunke
2019-12-01
1
-0
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
25
-0
/
+11248