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_buffer_fenced.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-12
/
+12
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-11
/
+11
*
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/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
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
1
-2
/
+3
*
gallium: Format code in pb_buffer_fenced.c according to style guide.
Rovanion Luckey
2016-03-29
1
-129
/
+97
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
1
-6
/
+6
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-7
/
+7
*
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
1
-1
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
pb_buffer: inline 'base' sub-struct
Marek Olšák
2011-09-11
1
-16
/
+16
*
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
1
-4
/
+4
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-17
/
+17
*
pipebuffer: fix inverted signalled checking
Luca Barbieri
2010-02-23
1
-1
/
+1
*
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
*
pipebuffer: Reapply the mesa_7_7_branch's changes.
José Fonseca
2010-01-25
1
-298
/
+769
*
gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge
Brian Paul
2010-01-22
1
-769
/
+296
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-296
/
+769
|
\
|
*
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
1
-299
/
+703
*
|
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-171
/
+111
|
\
|
|
*
Revert "pipebuffer: Multi-threading fixes for fencing."
Jakob Bornecrantz
2010-01-07
1
-170
/
+111
*
|
Merge remote branch 'origin/mesa_7_7_branch'
José Fonseca
2010-01-06
1
-16
/
+18
|
\
|
|
*
pipebuffer: Multi-threading fixes for fencing.
José Fonseca
2010-01-06
1
-111
/
+170
*
|
gallium: fix reference counting functions to be strict-aliasing compliant
Roland Scheidegger
2009-12-03
1
-1
/
+4
*
|
pb: Make fenced buffers threadsafe.
José Fonseca
2009-11-19
1
-112
/
+168
|
/
*
gallium/util: add casts to silence warnings
Brian Paul
2009-11-02
1
-3
/
+3
*
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2009-10-25
1
-1
/
+1
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-1
/
+1
|
\
|
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
1
-1
/
+1
*
|
pipebuffer: fix warnings
Keith Whitwell
2009-09-24
1
-2
/
+2
|
/
*
pipebuffer: Use a type consistently for sizes/offsets.
José Fonseca
2009-06-18
1
-3
/
+3
*
pb: Dump the fenced buffer sizes.
José Fonseca
2009-05-08
1
-4
/
+6
*
pipebuffer: don't fail when validating mapped buffers
Keith Whitwell
2009-04-24
1
-4
/
+5
*
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
2009-03-25
1
-2
/
+2
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
1
-4
/
+4
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-4
/
+8
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-8
/
+8
*
Merge commit 'origin/gallium-0.1'
José Fonseca
2009-03-03
1
-1
/
+1
|
\
|
*
pipebuffer: Fix copy'n'paste typo.
José Fonseca
2009-03-03
1
-1
/
+1
*
|
pipebuffer: Cleanup merge.
José Fonseca
2009-03-03
1
-43
/
+0
*
|
pb: fix up merge mistakes
Keith Whitwell
2009-03-03
1
-9
/
+7
*
|
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
1
-9
/
+64
|
\
|
|
*
pipebuffer: Cleanup code & comments.
José Fonseca
2009-03-02
1
-11
/
+7
|
*
pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.
José Fonseca
2009-03-02
1
-5
/
+15
|
*
pipebuffer: Wait for the GPU to finish reading too.
José Fonseca
2009-03-02
1
-3
/
+4
|
*
pipebuffer: Remove unused var.
José Fonseca
2009-03-02
1
-1
/
+0
[next]