index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-12
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
1
-1
/
+2
2017-09-07
disk_cache: make the thread queue resizable and low priority
Marek Olšák
1
-6
/
+8
2017-09-07
util: rename include guard to avoid clash
Eric Engestrom
1
-3
/
+3
2017-09-06
util/ralloc: set prev-pointers correctly in ralloc_adopt
Nicolai Hähnle
1
-1
/
+3
2017-09-03
util: improve compiler guard
Eric Engestrom
1
-6
/
+6
2017-09-01
util: only use SCHED_IDLE in pthread_setschedparam() when it's defined
Roland Scheidegger
1
-1
/
+1
2017-08-29
util: move string_to_uint_map to glsl
Emil Velikov
3
-221
/
+0
2017-08-28
disk_cache: assert if a cache entries keys don't match mesa
Timothy Arceri
1
-1
/
+3
2017-08-26
xmlconfig: use the portable __VA_ARGS__
Emil Velikov
1
-6
/
+6
2017-08-25
util/disk_cache: write cache item metadata to disk
Timothy Arceri
1
-1
/
+87
2017-08-25
glsl: pass shader source keys to the disk cache
Timothy Arceri
2
-5
/
+9
2017-08-25
util/disk_cache: add struct cache_item_metadata
Timothy Arceri
1
-0
/
+20
2017-08-25
disk_cache: enable limited hash collision detection in release builds
Timothy Arceri
1
-16
/
+10
2017-08-25
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2
-12
/
+38
2017-08-18
anv: Move a comment that got left behind in the u_vector refactor.
Eric Anholt
1
-0
/
+9
2017-08-15
util: Fix build on old glibc.
Eric Anholt
1
-1
/
+3
2017-08-11
util/ralloc: add ralloc_str_append() helper
Timothy Arceri
2
-0
/
+37
2017-08-04
util: Makefile.am: add merge_driinfo.py in extra dist
Juan A. Suarez Romero
1
-0
/
+1
2017-08-02
util: use cannonical form of ARRAY_SIZE
Emil Velikov
1
-1
/
+1
2017-08-02
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
1
-0
/
+9
2017-08-02
util: add merge_driinfo.py
Nicolai Hähnle
1
-0
/
+222
2017-08-02
android: export intermediates from libmesa_util
Tapani Pälli
1
-0
/
+3
2017-07-31
Android: fix xmlconfig build
Rob Herring
1
-0
/
+3
2017-07-31
util/ra: fix memory leak
Eric Engestrom
1
-0
/
+2
2017-07-31
Attempt to fix AppVeyor build, round 2
Nicolai Hähnle
1
-5
/
+7
2017-07-31
Attempt to fix the AppVeyor build
Nicolai Hähnle
1
-4
/
+0
2017-07-31
xmlconfig: move into src/util
Nicolai Hähnle
19
-8
/
+4390
2017-07-25
ra: Add a callback for selecting a register from what's available.
Eric Anholt
2
-14
/
+82
2017-07-25
ra: Don't put a node in its own adjacency set.
Eric Anholt
1
-13
/
+10
2017-07-25
ra: Pull the body of a loop out to a helper function.
Eric Anholt
1
-12
/
+19
2017-07-25
util: fix warning/error on 32bit build
Tapani Pälli
1
-2
/
+2
2017-07-18
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
1
-2
/
+2
2017-07-17
util/u_queue: add an option to resize the queue when it's full
Marek Olšák
2
-3
/
+36
2017-07-14
util: Remove u_math from u_vector
Daniel Stone
2
-1
/
+3
2017-07-10
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
1
-1
/
+1
2017-07-03
util/disk_cache: fix a comment
Nicolai Hähnle
1
-1
/
+1
2017-06-26
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
1
-0
/
+14
2017-06-26
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
1
-0
/
+12
2017-06-18
mesa/util: add util_dynarray_clear() helper
Samuel Pitoiset
1
-0
/
+6
2017-06-14
mesa/util: add a hash table wrapper which support 64-bit keys
Samuel Pitoiset
2
-0
/
+172
2017-06-14
mesa/util: add new util_dynarray_delete_unordered helper
Samuel Pitoiset
1
-0
/
+14
2017-06-13
u_dynarray: fix coverity warning about ignoring return value from reralloc
Dave Airlie
1
-1
/
+1
2017-06-08
util: make set's deleted_key_value declaration consistent with hash table one
Vlad Golovkin
1
-2
/
+2
2017-06-07
util/u_queue: fix a use-before-initialization race for queue->threads
Marek Olšák
2
-17
/
+14
2017-06-07
util: Add extern c to u_dynarray.h
Thomas Helland
1
-0
/
+8
2017-06-07
util: Port nir_array functionality to u_dynarray
Thomas Helland
1
-10
/
+37
2017-06-07
util: Remove unused includes and convert to lower-case memory ops
Thomas Helland
1
-15
/
+12
2017-06-07
util: Move u_dynarray to src/util
Thomas Helland
2
-0
/
+115
2017-06-07
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
3
-3
/
+24
2017-06-07
util/u_queue: add a way to remove a job when we just want to destroy it
Marek Olšák
2
-6
/
+49
[prev]
[next]