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
/
gallium
/
auxiliary
/
pipebuffer
/
pb_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
gallium/pipebuffer: fix parenthesis location
Timothy Arceri
2018-04-03
1
-1
/
+1
*
pb_cache: let drivers choose the number of buckets
Marek Olšák
2018-01-27
1
-4
/
+19
*
pb_cache: call os_time_get outside of the loop
Marek Olšák
2018-01-27
1
-6
/
+6
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/pb_cache: reduce the number of pointer dereferences
Marek Olšák
2016-07-19
1
-7
/
+9
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
1
-17
/
+32
*
gallium/pb_cache: check parameters that are more likely to fail first
Marek Olšák
2016-07-19
1
-8
/
+7
*
gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager
Marek Olšák
2015-12-11
1
-0
/
+286