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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-7
/
+24
*
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
4
-4
/
+1
*
gallium: Fix Thomas's email address
Kenneth Graunke
2017-07-28
3
-3
/
+3
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
7
-42
/
+42
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
7
-34
/
+34
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
4
-5
/
+5
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
7
-8
/
+8
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
7
-8
/
+8
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
1
-1
/
+1
*
gallium/pipebuffer: add pb_slab utility
Nicolai Hähnle
2016-09-27
2
-0
/
+407
*
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
3
-22
/
+43
*
gallium/pb_cache: check parameters that are more likely to fail first
Marek Olšák
2016-07-19
1
-8
/
+7
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
3
-8
/
+10
*
gallium: Format code in pb_buffer_fenced.c according to style guide.
Rovanion Luckey
2016-03-29
1
-129
/
+97
*
gallium/auxiliary: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-2
/
+2
*
gallium/pb_bufmgr_cache: use the new pb_cache module
Marek Olšák
2015-12-11
1
-198
/
+34
*
gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager
Marek Olšák
2015-12-11
2
-0
/
+360
*
gallium: Remove redundant NULL ptr checks
Edward O'Callaghan
2015-12-06
1
-6
/
+4
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
11
-34
/
+34
*
gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitly
Marek Olšák
2015-09-03
2
-6
/
+41
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
10
-35
/
+35
*
pipebuffer: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
6
-6
/
+6
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
gallium/pb_bufmgr_cache: limit the size of cache
Marek Olšák
2014-09-01
2
-3
/
+20
*
gallium/pipebuffer: change pb_cache_manager_create() size_factor to float
Brian Paul
2014-02-14
2
-6
/
+6
*
gallium/pipebuffer: Add a cache buffer manager bypass mask
Thomas Hellstrom
2014-02-14
2
-4
/
+22
*
pipebuffer, winsys: Add a size match parameter to the cached buffer manager
Thomas Hellstrom
2014-02-14
2
-3
/
+7
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
13
-40
/
+40
*
build: Don't build pipebuffer
Matt Turner
2013-01-10
1
-18
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
2
-6
/
+3
*
pipebuffer: split up assertion
Brian Paul
2012-04-18
1
-1
/
+2
*
pipebuffer/debug: Fix a recursive mutex lock
Thomas Hellstrom
2011-10-31
1
-6
/
+3
*
pb_bufmgr_cache: flush cache when create_buffer fails and try again
Marek Olšák
2011-10-08
1
-0
/
+7
*
pb_buffer: inline 'base' sub-struct
Marek Olšák
2011-09-11
9
-91
/
+87
*
pb: Add is_buffer_busy for malloc buffers.
José Fonseca
2011-03-06
1
-1
/
+10
*
pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking map
Marek Olšák
2011-02-14
2
-7
/
+14
*
scons: Remove old pipebuffer SConscript
Jakob Bornecrantz
2010-11-05
1
-18
/
+0
*
pb: fix numDelayed accounting
Dave Airlie
2010-10-05
1
-0
/
+1
*
pb: don't keep checking buffers after first busy
Dave Airlie
2010-10-05
1
-13
/
+19
*
pb: Fix the build, and add notes.
José Fonseca
2010-09-12
5
-5
/
+14
*
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
8
-19
/
+19
*
pipebuffer: Clean up header file inclusion in pb_bufmgr.h.
Vinson Lee
2010-08-26
1
-2
/
+1
[next]