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
Commit message (
Expand
)
Author
Age
Files
Lines
*
driconf: allowlist/denylist
Rob Clark
2020-07-16
1
-2
/
+2
*
util: Share a single function pointer for the 4-byte rgba unpack function.
Eric Anholt
2020-07-07
19
-146
/
+115
*
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
*
drirc: Add picom to adaptive_sync exclusion list
Benjamin Cheng
2020-07-04
1
-0
/
+3
*
util: Avoid strict aliasing bugs in xxhash.
Eric Anholt
2020-07-03
1
-0
/
+9
*
radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal
Samuel Pitoiset
2020-07-02
2
-0
/
+11
*
gallium,util: undef ALIGN on FreeBSD to prevent name clash
Greg V
2020-07-01
1
-0
/
+4
*
driconf: add workarounds for SPECviewperf13
Marek Olšák
2020-06-23
1
-0
/
+11
*
glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13
Marek Olšák
2020-06-23
1
-0
/
+5
*
util: rename xmlpool.h to driconf.h
Eric Engestrom
2020-06-22
2
-4
/
+4
*
driconf: drop now unused translation facility
Eric Engestrom
2020-06-22
11
-788
/
+400
*
driconf: drop 9% swedish translation
Eric Engestrom
2020-06-22
4
-287
/
+3
*
driconf: drop 8% dutch translation
Eric Engestrom
2020-06-22
4
-280
/
+3
*
driconf: drop 6% french translation
Eric Engestrom
2020-06-22
4
-275
/
+3
*
driconf: drop 26% spanish translation
Eric Engestrom
2020-06-22
4
-280
/
+3
*
driconf: drop 15% german translation
Eric Engestrom
2020-06-22
4
-282
/
+3
*
driconf: drop 28% catalan translation
Eric Engestrom
2020-06-22
3
-293
/
+2
*
radv: enable radv_no_dynamic_bounds for more Path of Exile executables
Rhys Perry
2020-06-20
1
-1
/
+10
*
radv: enable radv_no_dynamic_bounds for Path of Exile
Rhys Perry
2020-06-19
1
-0
/
+4
*
radv: add new drirc option radv_no_dynamic_bounds
Rhys Perry
2020-06-19
1
-0
/
+5
*
virgl: apply bgra dest swizzle and add Portal 2
Gurchetan Singh
2020-06-18
1
-0
/
+7
*
util: introduce os_dupfd_cloexec() helper
Eric Engestrom
2020-06-18
2
-0
/
+55
*
util/os_file: replace broken windows-detection code with detect_os.h
Eric Engestrom
2020-06-18
1
-3
/
+3
*
util: enable futex usage on BSDs after 7dc2f4788288
Jan Beich
2020-06-16
3
-2
/
+7
*
radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2
Samuel Pitoiset
2020-06-12
1
-0
/
+4
*
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
2020-06-12
1
-0
/
+5
*
util/disk_cache: add fallback for disk_cache_get_function_identifier
Dave Airlie
2020-06-11
1
-0
/
+6
*
util: add BITSET_LAST_BIT() helper
Timothy Arceri
2020-06-03
1
-0
/
+14
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
2
-3
/
+6
*
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
*
radeonsi/drirc: enable zerovram option for 7 Days to Die
Pierre-Eric Pelloux-Prayer
2020-05-27
1
-0
/
+7
*
util/format: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-3
/
+3
*
util: Add SATURATE macro
Alyssa Rosenzweig
2020-05-26
2
-0
/
+6
*
src/util: Remove out-of-range comparison
Kristian H. Kristensen
2020-05-26
1
-1
/
+1
*
util: delete fnv1a hash function
Dmitriy Nester
2020-05-25
4
-65
/
+1
*
util/hash_table: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-7
/
+7
*
tree-wide: fix deprecated GitLab URLs
Eric Engestrom
2020-05-23
1
-4
/
+4
*
util/rand_xor: extend the urandom path to all non-Windows platforms
Eric Engestrom
2020-05-16
1
-2
/
+4
*
util/rand_xor: fallback Linux to time-based instead of fixed seed
Eric Engestrom
2020-05-16
1
-22
/
+14
*
util/rand_xor: drop unused header
Eric Engestrom
2020-05-16
1
-1
/
+0
*
util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ...
Eric Engestrom
2020-05-16
2
-4
/
+4
*
util/rand_xor: use getrandom() when available
Emmanuel Gil Peyrot
2020-05-15
1
-1
/
+11
*
util/ra: Add [de]serialization support
Jason Ekstrand
2020-05-13
2
-0
/
+69
*
util/vma: Add a debug print helper
Jason Ekstrand
2020-05-13
2
-0
/
+24
[next]