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: 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
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
12
-56
/
+58
*
gallium: cached bufmgr add map busy check
Dave Airlie
2010-03-21
1
-0
/
+9
*
pipebuffer: slab: if size < alignment, use alignment to find bucket
Luca Barbieri
2010-02-23
1
-1
/
+5
*
pipebuffer: fix inverted signalled checking
Luca Barbieri
2010-02-23
1
-1
/
+1
*
pipebuffer: avoid assert due to increasing a zeroed refcnt
Luca Barbieri
2010-02-23
1
-1
/
+1
*
pipebuffer: Don't synchronize when checking for buffer overflows.
José Fonseca
2010-02-22
1
-1
/
+3
*
gallium: cast to silence waring
Brian Paul
2010-02-10
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
6
-6
/
+6
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
pipebuffer: Reapply the mesa_7_7_branch's changes.
José Fonseca
2010-01-25
2
-335
/
+769
*
gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge
Brian Paul
2010-01-22
2
-769
/
+333
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
8
-487
/
+811
|
\
|
*
pipebuffer: Remove unnecessary header.
Vinson Lee
2010-01-21
1
-1
/
+0
|
*
pipebuffer: Release the lock during map wait. Cleanups.
José Fonseca
2010-01-21
1
-63
/
+131
|
*
pipebuffer: Swap buffers out to system memory when running out of memory.
José Fonseca
2010-01-21
6
-491
/
+706
|
*
pipebuffer: Ensure buffer size/alignment is not zero.
José Fonseca
2010-01-18
1
-0
/
+3
*
|
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-171
/
+111
|
\
|
[next]