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: slab_destroy_child should check whether it's been initialized
Marek Olšák
2017-05-29
1
-0
/
+3
*
util: remove unneeded Android ifdef from ralloc.c
Rob Herring
2017-05-25
1
-5
/
+0
*
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-05-23
2
-3
/
+11
*
ralloc: Use strnlen() inside of strncat()
Vladislav Egorov
2017-05-22
1
-6
/
+1
*
util: Change the pointer hashing function
Thomas Helland
2017-05-22
1
-1
/
+2
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-17
1
-0
/
+1
*
util: move ALWAYS_INLINE macro to util/macro.h
Timothy Arceri
2017-05-09
1
-0
/
+11
*
util/disk_cache: remove percentage based max cache limit
Timothy Arceri
2017-04-28
1
-6
/
+2
*
disk_cache: use block size rather than file size
Timothy Arceri
2017-04-27
1
-5
/
+11
*
disk_cache: reduce default cache size to 5% of filesystem
Timothy Arceri
2017-04-27
1
-2
/
+2
*
util/queue: don't hang at exit
Rob Clark
2017-04-18
1
-1
/
+10
*
util: fix MSVC warning in u_align_u32()
Brian Paul
2017-04-03
1
-1
/
+1
*
util: #include "c99_compat.h" to fix Windows build
Brian Paul
2017-04-03
2
-0
/
+2
*
util: s/SHA1_H/MESA_SHA1_H/
Brian Paul
2017-04-03
1
-2
/
+2
*
util/u_atomic: provide 64bit atomics where they're missing
Grazvydas Ignotas
2017-04-03
2
-0
/
+76
*
util/disk_cache: don't deadlock on premature EOF
Grazvydas Ignotas
2017-03-25
1
-17
/
+26
*
util/disk_cache: write cache entry keys to file header
Timothy Arceri
2017-03-24
1
-6
/
+44
*
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2017-03-24
2
-43
/
+15
*
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
2017-03-24
1
-51
/
+26
*
util/disk_cache: use rand_xorshift128plus() to get our random int
Timothy Arceri
2017-03-23
1
-8
/
+10
*
util/rand_xor: add function to seed rand
Timothy Arceri
2017-03-23
2
-0
/
+69
*
util: move rand_xorshift128plus() to utils
Timothy Arceri
2017-03-23
3
-0
/
+55
*
Android: remove host libmesa_util
Rob Herring
2017-03-22
1
-35
/
+0
*
util: automake: beautify sources list
Emil Velikov
2017-03-22
1
-3
/
+3
*
util/strndup: move header inclusion as applicable
Emil Velikov
2017-03-22
1
-2
/
+1
*
util: inline strndup implementation in the header
Emil Velikov
2017-03-22
3
-50
/
+20
*
util: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
4
-2
/
+19
*
util/sha1: harmonize _mesa_sha1_* wrappers
Grazvydas Ignotas
2017-03-22
2
-9
/
+10
*
util/disk_cache: fix build on platforms where shader cache is disabled
Timothy Arceri
2017-03-21
1
-1
/
+1
*
util/disk_cache: add a write helper
Grazvydas Ignotas
2017-03-21
1
-14
/
+23
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
2
-0
/
+21
*
util/disk_cache: check rename result
Grazvydas Ignotas
2017-03-20
1
-2
/
+6
*
util/disk_cache: delete .tmp if target exists
Grazvydas Ignotas
2017-03-20
1
-1
/
+3
*
util/disk_cache: fix stored_keys index
Grazvydas Ignotas
2017-03-20
1
-2
/
+2
*
util/disk_cache: pass predicate functions file stats directly (v4)
Alan Swanson
2017-03-18
1
-34
/
+21
*
util/build-id: check dlpi_name before strstr call
Tapani Pälli
2017-03-17
1
-0
/
+6
*
util/disk_cache: do eviction before creating .tmp
Grazvydas Ignotas
2017-03-16
1
-10
/
+8
*
util/sha1: drop _mesa_sha1_{update, format} return type
Emil Velikov
2017-03-15
2
-7
/
+4
*
util/sha1: rework _mesa_sha1_{init,final}
Emil Velikov
2017-03-15
2
-34
/
+13
*
util/sha1: add non-typedef name for the SHA1_CTX struct
Emil Velikov
2017-03-15
2
-1
/
+4
*
util/disk_cache: scale cache according to filesystem size
Alan Swanson
2017-03-15
1
-3
/
+8
*
util/disk_cache: actually enforce cache size
Alan Swanson
2017-03-15
1
-1
/
+5
*
util/disk_cache: use LRU eviction rather than random eviction
Alan Swanson
2017-03-15
1
-43
/
+34
*
util/disk_cache: don't fallback to an empty cache dir on evict
Timothy Arceri
2017-03-15
1
-6
/
+27
*
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
2017-03-15
1
-13
/
+28
*
util/disk_cache: add helpers for creating/destroying disk cache put jobs
Timothy Arceri
2017-03-15
1
-0
/
+40
*
util/disk_cache: add thread queue to disk cache
Timothy Arceri
2017-03-15
1
-1
/
+15
*
util/vk: Add helpers for finding an extension struct
Jason Ekstrand
2017-03-15
1
-0
/
+17
*
util/vulkan: Add vk_outarray (v2)
Chad Versace
2017-03-13
1
-0
/
+140
*
util/u_thread.h: Include stdint.h for int64_t definition.
Jose Fonseca
2017-03-13
1
-0
/
+2
[next]