index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-03-20
util/disk_cache: delete .tmp if target exists
Grazvydas Ignotas
1
-1
/
+3
2017-03-20
util/disk_cache: fix stored_keys index
Grazvydas Ignotas
1
-2
/
+2
2017-03-18
util/disk_cache: pass predicate functions file stats directly (v4)
Alan Swanson
1
-34
/
+21
2017-03-17
util/build-id: check dlpi_name before strstr call
Tapani Pälli
1
-0
/
+6
2017-03-16
util/disk_cache: do eviction before creating .tmp
Grazvydas Ignotas
1
-10
/
+8
2017-03-15
util/sha1: drop _mesa_sha1_{update, format} return type
Emil Velikov
2
-7
/
+4
2017-03-15
util/sha1: rework _mesa_sha1_{init,final}
Emil Velikov
2
-34
/
+13
2017-03-15
util/sha1: add non-typedef name for the SHA1_CTX struct
Emil Velikov
2
-1
/
+4
2017-03-15
util/disk_cache: scale cache according to filesystem size
Alan Swanson
1
-3
/
+8
2017-03-15
util/disk_cache: actually enforce cache size
Alan Swanson
1
-1
/
+5
2017-03-15
util/disk_cache: use LRU eviction rather than random eviction
Alan Swanson
1
-43
/
+34
2017-03-15
util/disk_cache: don't fallback to an empty cache dir on evict
Timothy Arceri
1
-6
/
+27
2017-03-15
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
1
-13
/
+28
2017-03-15
util/disk_cache: add helpers for creating/destroying disk cache put jobs
Timothy Arceri
1
-0
/
+40
2017-03-15
util/disk_cache: add thread queue to disk cache
Timothy Arceri
1
-1
/
+15
2017-03-15
util/vk: Add helpers for finding an extension struct
Jason Ekstrand
1
-0
/
+17
2017-03-13
util/vulkan: Add vk_outarray (v2)
Chad Versace
1
-0
/
+140
2017-03-13
util/u_thread.h: Include stdint.h for int64_t definition.
Jose Fonseca
1
-0
/
+2
2017-03-13
util/bitscan: use correct signature for ffs/ffsll
Emil Velikov
2
-6
/
+6
2017-03-13
util/u_queue: make u_queue accessible to cpp
Timothy Arceri
1
-0
/
+8
2017-03-12
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
3
-0
/
+442
2017-03-12
util: add u_thread.h
Timothy Arceri
2
-0
/
+90
2017-03-12
gallium/util: move u_string.h to src/util/u_string.h
Timothy Arceri
2
-0
/
+205
2017-03-10
util: remove shebang from format_srgb.py
Emil Velikov
1
-1
/
+0
2017-03-09
util/disk_cache: fix size subtraction on 32bit
Grazvydas Ignotas
1
-3
/
+3
2017-03-09
util/disk_cache: fix compressed size calculation
Grazvydas Ignotas
1
-1
/
+1
2017-03-06
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
1
-1
/
+3
2017-03-06
util/disk_cache: fix make check
Timothy Arceri
2
-17
/
+18
2017-03-06
Revert "glsl: Switch to disable-by-default for the GLSL shader cache"
Timothy Arceri
1
-7
/
+0
[next]