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
...
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-3
/
+0
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-5
/
+5
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-3
/
+1
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_REPLACE macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
2
-2
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
2
-2
/
+1
*
util/tests: Avoid int64_t overflow issues in fast_idiv_by_const test
Michel Dänzer
2019-10-24
1
-2
/
+2
*
util: Use uint64_t for shifting left in sign_extend and strunc
Michel Dänzer
2019-10-24
2
-2
/
+2
*
util/u_queue: skip util_queue_finish if num_threads is 0
Marek Olšák
2019-10-23
1
-0
/
+7
*
util/disk_cache: finish all queue jobs in destroy instead of killing them
Marek Olšák
2019-10-23
1
-0
/
+1
*
util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...
Eric Engestrom
2019-10-16
1
-4
/
+4
*
util: Solaris has linux-style pthread_setname_np
Alan Coopersmith
2019-10-16
1
-1
/
+1
*
util: Workaround lack of flock on Solaris
Alan Coopersmith
2019-10-16
1
-0
/
+10
*
util: Make Solaris implemention of p_atomic_add work with gcc
Alan Coopersmith
2019-10-16
1
-2
/
+2
*
meson/util: Don't run string_buffer tests on mingw
Dylan Baker
2019-10-10
1
-1
/
+4
*
meson: only build timspec test if timespec is available
Dylan Baker
2019-10-10
1
-1
/
+3
*
meson: don't build or run mesa-sha1 test on windows
Dylan Baker
2019-10-10
1
-11
/
+14
*
meson: Add msvc compat args to util/tests
Dylan Baker
2019-10-10
1
-0
/
+1
*
util/xmlconfig: include strndup.h for windows
Dylan Baker
2019-10-10
1
-0
/
+1
*
util: use _WIN32 instead of WIN32
Dylan Baker
2019-10-10
1
-1
/
+1
*
util: fix to detect NetBSD properly
OBATA Akio
2019-10-09
1
-3
/
+6
*
util: simplify BSD includes
Jan Beich
2019-10-09
1
-7
/
+2
*
util: detect AltiVec at runtime on BSDs
Jan Beich
2019-10-09
1
-4
/
+23
*
util: skip AltiVec detection if built with -maltivec
Jan Beich
2019-10-09
1
-1
/
+9
*
util: detect NEON at runtime on FreeBSD
Jan Beich
2019-10-09
1
-0
/
+9
*
util: skip NEON detection if built with -mfpu=neon
Jan Beich
2019-10-09
1
-1
/
+3
*
drirc: enable vk_x11_override_min_image_count for DOOM
Samuel Pitoiset
2019-10-09
1
-0
/
+5
*
radeonsi: enable zerovram for Rocket League
Clément Guérin
2019-10-08
1
-0
/
+3
*
util/rb_tree: Stop relying on &iter->field != NULL
Jason Ekstrand
2019-09-26
1
-41
/
+28
*
util/rb_tree: Also test _safe iterators
Jason Ekstrand
2019-09-26
1
-0
/
+42
*
util/rb_tree: Replace useless ifs with asserts
Jason Ekstrand
2019-09-23
1
-2
/
+2
*
util/rb_tree: Reverse the order of comparison functions
Jason Ekstrand
2019-09-20
2
-7
/
+7
*
util/rb_tree: Add the unit tests
Jason Ekstrand
2019-09-20
2
-0
/
+199
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
5
-0
/
+1094
*
util/disk_cache: make use of the total job size limiting feature
Timothy Arceri
2019-09-19
1
-1
/
+1
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
3
-5
/
+19
*
util/disk_cache: bump thread count assigned to disk cache queue
Timothy Arceri
2019-09-19
1
-3
/
+7
*
util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modes
Samuel Iglesias Gonsálvez
2019-09-17
4
-0
/
+95
*
util: add float to float16 conversions with RTZ and RTNE
Samuel Iglesias Gonsálvez
2019-09-17
2
-0
/
+22
*
util: add softfloat functions to operate with doubles and floats
Samuel Iglesias Gonsálvez
2019-09-17
4
-0
/
+1544
*
Fix timespec_from_nsec test for 32-bit time_t
Jon Turney
2019-09-17
1
-1
/
+1
*
drirc: include unreal engine version 0 to 23
Lionel Landwerlin
2019-09-16
1
-1
/
+1
*
util/xmlconfig: fix regexp compile failure check
Lionel Landwerlin
2019-09-16
1
-1
/
+1
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
2
-0
/
+14
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
3
-7
/
+83
*
meson: don't try to generate i18n translations on windows
Dylan Baker
2019-09-10
1
-2
/
+4
*
android: fix linking issues with liblog
Tapani Pälli
2019-09-07
1
-0
/
+2
*
drirc: override minImageCount=2 for gfxbench
Eric Engestrom
2019-09-06
1
-0
/
+4
[prev]
[next]