index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Unify reference counting.
Michel Dänzer
2009-03-04
9
-47
/
+37
*
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
*
|
gallium: Add support for BSD operating systems, tested with FreeBSD
Benjamin Close
2009-02-25
1
-2
/
+2
*
|
pipebuffer: Allow asymmetric guard sizes for under/overflow detection.
José Fonseca
2009-02-24
2
-8
/
+13
*
|
pipebuffer: Remove unused var.
José Fonseca
2009-02-24
1
-1
/
+0
*
|
Merge commit 'origin/gallium-0.1'
José Fonseca
2009-02-23
4
-16
/
+103
|
\
|
|
*
pipebuffer: Dump debugging info for fenced buffer list.
José Fonseca
2009-02-18
3
-9
/
+100
|
*
pipebuffer: Don't retry to alloc memory block on mm.
José Fonseca
2009-02-18
1
-7
/
+3
*
|
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
1
-3
/
+0
*
|
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
13
-13
/
+13
*
|
pipebuffer: Drop reliance on pipe_winsys.
José Fonseca
2009-02-10
4
-24
/
+54
*
|
pipebuffer: Drop (most of) pipe winsys stuff.
José Fonseca
2009-02-01
6
-275
/
+1
*
|
gallium: make p_winsys internal
Zack Rusin
2009-01-30
4
-8
/
+8
*
|
Merge branch 'gallium-0.2' into gallium-winsys-private
José Fonseca
2009-01-30
1
-1
/
+7
|
\
\
|
*
|
pipebuffer: Consider 0 as no alignment needed.
José Fonseca
2009-01-30
1
-1
/
+7
*
|
|
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-29
1
-4
/
+4
|
/
/
*
|
pipebuffer: Ondemand buffer manager.
José Fonseca
2009-01-29
4
-0
/
+319
*
|
pipebuffer: Implement proper buffer validation.
José Fonseca
2009-01-29
14
-108
/
+359
*
|
pipebuffer: More assertions.
José Fonseca
2009-01-28
1
-0
/
+5
*
|
pipebuffer: Fix alignment assertion.
José Fonseca
2009-01-28
1
-2
/
+2
*
|
pipebuffer: Export the pipe buffer winsys hooks.
José Fonseca
2009-01-28
3
-8
/
+84
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
17
-686
/
+108
|
\
|
|
*
Revert "pipebuffer: Implement proper buffer validation."
Keith Whitwell
2008-12-12
14
-367
/
+108
|
*
Revert "pipebuffer: Ondemand buffer manager."
Keith Whitwell
2008-12-12
4
-319
/
+0
|
*
Revert "pipebuffer: Fix buffer overflow."
Keith Whitwell
2008-12-12
1
-1
/
+1
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-11-25
17
-111
/
+686
|
\
|
|
*
pipebuffer: Fix buffer overflow.
José Fonseca
2008-11-25
1
-1
/
+1
|
*
pipebuffer: Ondemand buffer manager.
José Fonseca
2008-11-24
4
-0
/
+319
|
*
pipebuffer: Implement proper buffer validation.
José Fonseca
2008-11-24
14
-108
/
+367
*
|
gallium: s/mmDestroy/u_mmDestroy/
Brian Paul
2008-11-05
1
-1
/
+1
*
|
pipebuffer: Ensure refcounts of live buffer objects are never zero.
José Fonseca
2008-11-03
2
-5
/
+13
*
|
gallium: prefix memory manager functions with u_ to differentiate from functi...
Brian Paul
2008-10-29
1
-5
/
+5
|
/
*
pipebuffer: New callback to flush all temporary-held buffers.
José Fonseca
2008-09-18
9
-11
/
+113
*
pipebuffer: Add missing break statement to cache lookup logic.
José Fonseca
2008-09-02
1
-6
/
+14
*
pipebuffer: Comment the slab code. Remove the freeSlabs list.
José Fonseca
2008-09-02
1
-27
/
+77
*
pipebuffer: Fix/add detail to the under- overflow report messages.
José Fonseca
2008-08-28
1
-5
/
+8
*
pipebuffer: Check buffer over- & underflows when mapping/unmapping too.
José Fonseca
2008-08-28
1
-16
/
+52
*
gallium: thread wrapper clean-up
Brian Paul
2008-08-26
5
-53
/
+53
*
gallium: include <sched.h> on linux to get sched_yield() proto
Brian
2008-08-25
1
-0
/
+1
*
gallium: include u_memory.h, u_math.h
Brian
2008-08-24
1
-0
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
11
-11
/
+11
*
pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.
José Fonseca
2008-08-07
1
-6
/
+8
[prev]
[next]