index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/util/simple_mtx.h: Fix two -Wunused-param warnings.
Gert Wollny
2017-11-17
1
-2
/
+2
*
util: add new ASSERT_BITFIELD_SIZE() macro (v3)
Brian Paul
2017-11-16
1
-0
/
+17
*
util: include unistd.h, which may be required for usleep prototype
Jon Turney
2017-11-10
1
-0
/
+1
*
util/u_thread: fix compilation on Mac OS
Nicolai Hähnle
2017-11-10
1
-1
/
+1
*
util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeout
Nicolai Hähnle
2017-11-10
1
-0
/
+6
*
util/u_queue: add util_queue_fence_wait_timeout
Nicolai Hähnle
2017-11-09
4
-26
/
+121
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
4
-0
/
+325
*
u_queue: add util_queue_finish for waiting for previously added jobs
Nicolai Hähnle
2017-11-09
2
-0
/
+37
*
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
2017-11-09
1
-0
/
+74
*
u_queue: add a futex-based implementation of fences
Nicolai Hähnle
2017-11-09
2
-0
/
+94
*
u_queue: add util_queue_fence_reset
Nicolai Hähnle
2017-11-09
2
-3
/
+14
*
u_queue: export util_queue_fence_signal
Nicolai Hähnle
2017-11-09
2
-1
/
+2
*
u_queue: group fence functions together
Nicolai Hähnle
2017-11-09
1
-9
/
+10
*
util/u_atomic: add p_atomic_xchg
Nicolai Hähnle
2017-11-09
1
-1
/
+31
*
util: move futex helpers into futex.h
Nicolai Hähnle
2017-11-09
4
-21
/
+57
*
mesa: Add new fast mtx_t mutex type for basic use cases
Timothy Arceri
2017-11-09
3
-0
/
+157
*
disk_cache: Fix issue reading GLSL metadata
Jordan Justen
2017-10-31
1
-1
/
+1
*
util: hashtable: make hashing prototypes match
Lionel Landwerlin
2017-10-30
2
-2
/
+3
*
radeonsi: update hack for HTILE corruption in ARK: Survival Evolved
Samuel Pitoiset
2017-10-27
2
-4
/
+4
*
util: use OpenBSD/NetBSD code on FreeBSD/DragonFly
Greg V
2017-10-26
1
-1
/
+2
*
util: add util_strdup() wrapper macro
Brian Paul
2017-10-23
1
-0
/
+2
*
drirc: Group a few games in the glthread whitelist together.
Darren Salt
2017-10-19
1
-6
/
+21
*
drirc: Enable glthread for more games (Saints Row 4 & Gat out of Hell).
Darren Salt
2017-10-19
1
-0
/
+6
*
ralloc: Allow reparenting to a NULL context
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
radv: create on-disk shader cache
Timothy Arceri
2017-10-12
1
-0
/
+15
*
mesa: move _mesa_half_is_negative() to half_float.h
Brian Paul
2017-10-10
1
-0
/
+8
*
disk_cache: remove unnecessary NULL-pointer guards
Nicolai Hähnle
2017-10-10
1
-4
/
+2
*
disk_cache: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-0
/
+1
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
2
-1
/
+30
*
drirc: whitelist glthread for Spec Ops: The Line
Marek Olšák
2017-10-09
1
-0
/
+6
*
radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival Evolved
Marek Olšák
2017-10-06
2
-0
/
+10
*
util: include string.h in u_string.h
Brian Paul
2017-10-03
1
-0
/
+1
*
meson: convert gtest to an internal dependency
Dylan Baker
2017-10-03
1
-2
/
+2
*
util: include stdlib.h in u_string.h to silence MinGW warning
Brian Paul
2017-10-03
1
-0
/
+1
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
1
-5
/
+0
*
drirc: whitelist glthread for Outlast
Kamil Páral
2017-09-29
1
-0
/
+3
*
util/queue: fix a race condition in the fence code
Nicolai Hähnle
2017-09-29
1
-0
/
+13
*
util: fix in-class initialization of static member
Thomas Helland
2017-09-28
1
-3
/
+6
*
util: add util_vasprintf() for Windows (v2)
Brian Paul
2017-09-28
1
-0
/
+22
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
3
-0
/
+198
*
util/ralloc: Don't define assert with magic member without DEBUG
Dylan Baker
2017-09-27
1
-0
/
+8
*
util: Add tests for the string buffer
Thomas Helland
2017-09-26
3
-1
/
+163
*
util: Add a string buffer implementation
Thomas Helland
2017-09-26
3
-0
/
+254
*
util/u_atomic: remove unnecessaty __atomic functions
Grazvydas Ignotas
2017-09-22
1
-12
/
+0
*
configure: check if -latomic is needed for __atomic_*
Grazvydas Ignotas
2017-09-22
1
-1
/
+2
*
radeonsi: allow out-of-order rasterization in commutative blending cases
Nicolai Hähnle
2017-09-18
1
-0
/
+5
*
radeonsi: add drirc option "radeonsi_assume_no_z_fights"
Nicolai Hähnle
2017-09-18
1
-0
/
+5
*
util/u_atomic: Add implementation of __sync_val_compare_and_swap_8
Matt Turner
2017-09-15
1
-0
/
+14
*
util: Link libmesautil into u_atomic_test
Matt Turner
2017-09-15
1
-0
/
+1
*
drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)
Christoph Berliner
2017-09-14
1
-0
/
+15
[next]