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
/
drivers
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
2009-03-25
1
-2
/
+2
*
trace: Fix args to buffer write
Jakob Bornecrantz
2009-03-22
1
-1
/
+1
*
gallium: remove remaining references to origin_lower_left
Keith Whitwell
2009-03-21
1
-1
/
+0
*
trace: Formalize on a standard for data size pair
Jakob Bornecrantz
2009-03-19
1
-10
/
+11
*
trace: Fix memory leak
Jakob Bornecrantz
2009-03-16
1
-1
/
+2
*
trace: Re-init refcounters just incase
Jakob Bornecrantz
2009-03-16
2
-0
/
+5
*
trace: Dump buffer data via buffer writes
Jakob Bornecrantz
2009-03-16
2
-64
/
+37
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-1
/
+1
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-2
/
+1
*
trace: Fix some typos
Jakob Bornecrantz
2009-03-13
1
-2
/
+2
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-3
/
+1
*
trace: Wrap pipe_buffers
Jakob Bornecrantz
2009-03-12
7
-20
/
+215
*
trace: Add dump util functions for wrapped pointers
Jakob Bornecrantz
2009-03-12
2
-1
/
+58
*
trace: Move buffer functions from winsys to screen
Jakob Bornecrantz
2009-03-11
8
-548
/
+458
*
trace: Remove all whitespace at EOL
Jakob Bornecrantz
2009-03-11
11
-297
/
+297
*
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-11
3
-51
/
+61
*
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-11
1
-7
/
+18
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
4
-98
/
+48
*
gallium: Add support for BSD operating systems, tested with FreeBSD
Benjamin Close
2009-02-25
1
-2
/
+2
*
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
1
-5
/
+1
*
gallium: Fix up trace driver for introduction of struct pipe_transfer.
Michel Dänzer
2009-02-18
5
-29
/
+200
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
3
-3
/
+3
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-1
/
+0
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
2
-17
/
+17
*
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-29
1
-16
/
+16
*
gallium: remove redundant size from the constant buffer
Zack Rusin
2009-01-27
1
-1
/
+0
*
gallium: it's a reference value, not a reference number
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
2
-3
/
+3
*
gallium: standardize naming of masks
Zack Rusin
2009-01-27
1
-2
/
+2
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-2
/
+2
*
gallium: Remove the standalone surfaces.
José Fonseca
2009-01-20
2
-65
/
+17
*
Merge commit 'origin/gallium-0.2' into gallium-xlib-rework
Keith Whitwell
2009-01-09
1
-2
/
+2
|
\
|
*
gallium: Replace uint64 by standard uint64_t.
José Fonseca
2009-01-08
1
-2
/
+2
*
|
gallium: split driver-independent code out of xlib winsys
Keith Whitwell
2009-01-08
1
-0
/
+18
|
/
*
trace: Fix typo in build instructions.
José Fonseca
2008-09-16
1
-1
/
+1
*
trace: Request a growable file.
José Fonseca
2008-09-08
1
-1
/
+1
*
trace: Use util's stream.
José Fonseca
2008-09-08
5
-354
/
+6
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
9
-8
/
+9
*
trace: Include u_string.h.
Michal Krol
2008-08-23
1
-0
/
+1
*
trace: Don't trace texture/surfaces releases, only destructions.
José Fonseca
2008-08-22
1
-16
/
+18
*
trace: Use a 4 hexadecimal digit suffix.
José Fonseca
2008-08-22
1
-1
/
+1
*
trace: Hack to detect writes to user buffers.
José Fonseca
2008-08-21
3
-0
/
+64
*
trace: Split the output stream on windows.
José Fonseca
2008-08-21
1
-27
/
+75
*
trace: Fix pipe_clip_state dump.
José Fonseca
2008-08-19
1
-17
/
+6
*
trace: Support C++.
José Fonseca
2008-08-19
2
-0
/
+18
*
trace: Explain how to integrate with a state tracker or winsys.
José Fonseca
2008-08-18
1
-3
/
+42
*
trace: Preliminary stream implementation for GDI.
José Fonseca
2008-08-18
3
-14
/
+145
*
trace: Use long longs to ensure covering 64bits integers.
José Fonseca
2008-08-18
2
-6
/
+6
*
trace: Get the trace file from the GALLIUM_TRACE option itself.
José Fonseca
2008-08-18
4
-13
/
+12
[prev]
[next]