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
*
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
2017-03-06
1
-1
/
+3
*
util/disk_cache: fix make check
Timothy Arceri
2017-03-06
2
-17
/
+18
*
Revert "glsl: Switch to disable-by-default for the GLSL shader cache"
Timothy Arceri
2017-03-06
1
-7
/
+0
*
util/disk_cache: support caches for multiple architectures
Timothy Arceri
2017-03-06
1
-0
/
+26
*
util/disk_cache: mark read-only arguments const
Grazvydas Ignotas
2017-03-06
2
-27
/
+28
*
android: fix libz dynamic library dependencies
Mauro Rossi
2017-03-04
1
-4
/
+0
*
util/disk_cache: compress individual cache entries
Timothy Arceri
2017-03-03
3
-24
/
+158
*
util/disk_cache: add support for detecting corrupt cache entries
Timothy Arceri
2017-03-03
1
-3
/
+34
*
ralloc: Make sure ralloc() allocations match malloc()'s alignment.
Jonas Pfeil
2017-03-02
1
-1
/
+12
*
util/build-id: Return a pointer rather than copying the data
Jason Ekstrand
2017-03-01
2
-7
/
+5
*
ralloc: Delete autofree handling.
Kenneth Graunke
2017-02-27
2
-27
/
+0
*
util/disk_cache: Use backward compatible st_mtime.
Vinson Lee
2017-02-24
1
-1
/
+1
*
util: automake: add sha1/README to the tarball
Emil Velikov
2017-02-24
1
-1
/
+4
*
util/disk_cache: fix bug with deleting old cache dirs
Timothy Arceri
2017-02-23
1
-4
/
+6
*
util: fix MSVC build issue in disk_cache.h
Brian Paul
2017-02-21
1
-10
/
+16
*
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...
Timothy Arceri
2017-02-22
1
-2
/
+8
*
util/radv: move *_get_function_timestamp() to utils
Timothy Arceri
2017-02-22
1
-0
/
+17
*
util/build-id: define ElfW and NT_GNU_BUILD_ID if needed
Jonathan Gray
2017-02-20
1
-0
/
+8
*
glsl: disable on disk shader cache when running as another user
Timothy Arceri
2017-02-17
1
-0
/
+4
*
util/disk_cache: fix typo in function stub
Timothy Arceri
2017-02-17
1
-1
/
+1
*
util/disk_cache: check cache exists before calling munmap()
Timothy Arceri
2017-02-17
1
-1
/
+2
*
util/disk_cache: add support for removing old versions of the cache
Timothy Arceri
2017-02-17
1
-0
/
+37
*
util/disk_cache: allow drivers to pass a directory structure
Timothy Arceri
2017-02-17
2
-6
/
+26
*
util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZE
Emil Velikov
2017-02-16
1
-2
/
+0
*
util: Add utility build-id code.
Matt Turner
2017-02-15
3
-0
/
+149
*
util: Fix a typo in Makefile.sources
Jason Ekstrand
2017-02-15
1
-1
/
+1
*
util: Add helpers for iterating over Vulkan extension structs
Jason Ekstrand
2017-02-14
2
-1
/
+45
*
util/disk_cache: correctly use stat(3)
Timothy Arceri
2017-02-13
1
-4
/
+4
*
util/disk_cache: use stat() to check if entry is a directory
Timothy Arceri
2017-02-10
1
-9
/
+24
*
util/disk_cache: error check asprintf()
Timothy Arceri
2017-02-10
1
-5
/
+7
*
util/disk_cache: stop using ralloc_asprintf() unnecessarily
Timothy Arceri
2017-02-09
1
-13
/
+12
*
util: add a disk_cache_remove() function
Timothy Arceri
2017-02-09
2
-0
/
+34
*
glsl: Switch to disable-by-default for the GLSL shader cache
Carl Worth
2017-01-31
1
-0
/
+7
*
utils: really remove the __END_DECLS macro
Emil Velikov
2017-01-18
1
-1
/
+0
*
utils: build sha1/disk cache only with Android/Autoconf
Emil Velikov
2017-01-18
2
-0
/
+46
*
util: import sha1 implementation from OpenBSD
17.0-branchpoint
Emil Velikov
2017-01-18
9
-295
/
+289
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
1
-0
/
+9
*
util: fix list_is_singular()
Timothy Arceri
2017-01-12
1
-1
/
+1
*
util: import CRC32 implementation from gallium
Marek Olšák
2016-11-22
3
-0
/
+178
*
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
2016-11-22
1
-6
/
+5
*
mesa: removed redundant #else
George Kyriazis
2016-11-21
1
-1
/
+0
*
util/vk_alloc: Add a vk_zalloc2 helper
Jason Ekstrand
2016-11-17
1
-0
/
+16
*
util/vk_alloc: Ensure NULL is handled correctly in vk_free
Jason Ekstrand
2016-11-16
1
-0
/
+3
*
util: Fix Clang trivial destructor check.
Vinson Lee
2016-11-15
1
-4
/
+4
*
util/disk_cache: use unambiguous naming
Marek Olšák
2016-11-15
2
-42
/
+44
*
util: import cache.c/h from glsl
Marek Olšák
2016-11-15
3
-0
/
+890
*
util: use STATIC_ASSERT instead of static_assert
Tapani Pälli
2016-11-11
1
-1
/
+1
*
util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
Brian Paul
2016-11-09
1
-0
/
+5
*
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
2016-10-31
2
-4
/
+433
*
ralloc: remove memset from ralloc_size
Marek Olšák
2016-10-31
1
-15
/
+11
[next]