index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-06
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
3
-297
/
+1
2017-06-01
util/rand_xor: add missing include statements
Nicolas Dechesne
1
-0
/
+1
2017-05-31
mesa/util: fix arithmetic use of 'void *' in u_vector_foreach
Samuel Pitoiset
1
-1
/
+1
2017-05-29
util: slab_destroy_child should check whether it's been initialized
Marek Olšák
1
-0
/
+3
2017-05-25
util: remove unneeded Android ifdef from ralloc.c
Rob Herring
1
-5
/
+0
2017-05-23
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2
-3
/
+11
2017-05-22
ralloc: Use strnlen() inside of strncat()
Vladislav Egorov
1
-6
/
+1
2017-05-22
util: Change the pointer hashing function
Thomas Helland
1
-1
/
+2
2017-05-17
Android: correct libz dependency
Chih-Wei Huang
1
-0
/
+1
2017-05-09
util: move ALWAYS_INLINE macro to util/macro.h
Timothy Arceri
1
-0
/
+11
2017-04-28
util/disk_cache: remove percentage based max cache limit
Timothy Arceri
1
-6
/
+2
2017-04-27
disk_cache: use block size rather than file size
Timothy Arceri
1
-5
/
+11
2017-04-27
disk_cache: reduce default cache size to 5% of filesystem
Timothy Arceri
1
-2
/
+2
2017-04-18
util/queue: don't hang at exit
Rob Clark
1
-1
/
+10
2017-04-03
util: fix MSVC warning in u_align_u32()
Brian Paul
1
-1
/
+1
2017-04-03
util: #include "c99_compat.h" to fix Windows build
Brian Paul
2
-0
/
+2
2017-04-03
util: s/SHA1_H/MESA_SHA1_H/
Brian Paul
1
-2
/
+2
2017-04-03
util/u_atomic: provide 64bit atomics where they're missing
Grazvydas Ignotas
2
-0
/
+76
2017-03-25
util/disk_cache: don't deadlock on premature EOF
Grazvydas Ignotas
1
-17
/
+26
2017-03-24
util/disk_cache: write cache entry keys to file header
Timothy Arceri
1
-6
/
+44
2017-03-24
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2
-43
/
+15
2017-03-24
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
1
-51
/
+26
2017-03-23
util/disk_cache: use rand_xorshift128plus() to get our random int
Timothy Arceri
1
-8
/
+10
2017-03-23
util/rand_xor: add function to seed rand
Timothy Arceri
2
-0
/
+69
2017-03-23
util: move rand_xorshift128plus() to utils
Timothy Arceri
3
-0
/
+55
2017-03-22
Android: remove host libmesa_util
Rob Herring
1
-35
/
+0
2017-03-22
util: automake: beautify sources list
Emil Velikov
1
-3
/
+3
2017-03-22
util/strndup: move header inclusion as applicable
Emil Velikov
1
-2
/
+1
2017-03-22
util: inline strndup implementation in the header
Emil Velikov
3
-50
/
+20
2017-03-22
util: consistently use ifndef guards over pragma once
Emil Velikov
4
-2
/
+19
2017-03-22
util/sha1: harmonize _mesa_sha1_* wrappers
Grazvydas Ignotas
2
-9
/
+10
2017-03-21
util/disk_cache: fix build on platforms where shader cache is disabled
Timothy Arceri
1
-1
/
+1
2017-03-21
util/disk_cache: add a write helper
Grazvydas Ignotas
1
-14
/
+23
2017-03-21
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2
-0
/
+21
2017-03-20
util/disk_cache: check rename result
Grazvydas Ignotas
1
-2
/
+6
[next]