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_bufmgr_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/pb_bufmgr_cache: use the new pb_cache module
Marek Olšák
2015-12-11
1
-198
/
+34
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
1
-3
/
+3
*
gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitly
Marek Olšák
2015-09-03
1
-6
/
+36
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
gallium/pb_bufmgr_cache: limit the size of cache
Marek Olšák
2014-09-01
1
-2
/
+18
*
gallium/pipebuffer: change pb_cache_manager_create() size_factor to float
Brian Paul
2014-02-14
1
-4
/
+4
*
gallium/pipebuffer: Add a cache buffer manager bypass mask
Thomas Hellstrom
2014-02-14
1
-3
/
+20
*
pipebuffer, winsys: Add a size match parameter to the cached buffer manager
Thomas Hellstrom
2014-02-14
1
-2
/
+5
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-4
/
+4
*
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
1
-15
/
+15
*
pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking map
Marek Olšák
2011-02-14
1
-7
/
+10
*
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: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
1
-3
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
gallium: cached bufmgr add map busy check
Dave Airlie
2010-03-21
1
-0
/
+9
*
pipebuffer: avoid assert due to increasing a zeroed refcnt
Luca Barbieri
2010-02-23
1
-1
/
+1
*
gallium: use os_time.h in pb_bufmgr_cache.c
Brian Paul
2010-02-10
1
-9
/
+9
*
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
*
gallium: fix ref counting bug in pb_bufmgr
José Fonseca
2009-12-03
1
-4
/
+1
*
gallium: fix reference counting functions to be strict-aliasing compliant
Roland Scheidegger
2009-12-03
1
-0
/
+3
*
pipebuffer: Use a type consistently for sizes/offsets.
José Fonseca
2009-06-18
1
-4
/
+4
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
1
-3
/
+3
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-3
/
+3
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-5
/
+6
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
pipebuffer: Drop (most of) pipe winsys stuff.
José Fonseca
2009-02-01
1
-1
/
+0
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+1
*
pipebuffer: Implement proper buffer validation.
José Fonseca
2009-01-29
1
-1
/
+22
*
Revert "pipebuffer: Implement proper buffer validation."
Keith Whitwell
2008-12-12
1
-22
/
+1
*
pipebuffer: Implement proper buffer validation.
José Fonseca
2008-11-24
1
-1
/
+22
*
pipebuffer: New callback to flush all temporary-held buffers.
José Fonseca
2008-09-18
1
-3
/
+8
*
pipebuffer: Add missing break statement to cache lookup logic.
José Fonseca
2008-09-02
1
-6
/
+14
*
gallium: thread wrapper clean-up
Brian Paul
2008-08-26
1
-9
/
+9
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
pipebuffer: Verify usage flag consistency. Minor cleanups.
José Fonseca
2008-07-02
1
-3
/
+7
*
pipebuffer: Be more lenient when matching cached buffer sizes.
José Fonseca
2008-06-10
1
-2
/
+5
*
pipebuffer: New function to flush the buffer cache.
José Fonseca
2008-04-24
1
-3
/
+9
*
gallium: Several fixes to buffer caching.
José Fonseca
2008-04-15
1
-14
/
+53
*
gallium: Buffer cache.
José Fonseca
2008-04-13
1
-0
/
+299