aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
...
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-2/+2
* trace: Fix args to buffer writeJakob Bornecrantz2009-03-221-1/+1
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-1/+0
* trace: Formalize on a standard for data size pairJakob Bornecrantz2009-03-191-10/+11
* trace: Fix memory leakJakob Bornecrantz2009-03-161-1/+2
* trace: Re-init refcounters just incaseJakob Bornecrantz2009-03-162-0/+5
* trace: Dump buffer data via buffer writesJakob Bornecrantz2009-03-162-64/+37
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-2/+1
* trace: Fix some typosJakob Bornecrantz2009-03-131-2/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-3/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-127-20/+215
* trace: Add dump util functions for wrapped pointersJakob Bornecrantz2009-03-122-1/+58
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-118-548/+458
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-1111-297/+297
* trace: Fixup trace a bitJakob Bornecrantz2009-03-113-51/+61
* trace: Fixup trace a bitJakob Bornecrantz2009-03-111-7/+18
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-044-98/+48
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-2/+2
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-5/+1
* gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer2009-02-185-29/+200
* util: Move p_debug.h into util module.José Fonseca2009-02-183-3/+3
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-1/+0
* gallium: make p_winsys internalZack Rusin2009-01-302-17/+17
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-16/+16
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+0
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-272-3/+3
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-2/+2
* gallium: Remove the standalone surfaces.José Fonseca2009-01-202-65/+17
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-091-2/+2
|\
| * gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-2/+2
* | gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-0/+18
|/
* trace: Fix typo in build instructions.José Fonseca2008-09-161-1/+1
* trace: Request a growable file.José Fonseca2008-09-081-1/+1
* trace: Use util's stream.José Fonseca2008-09-085-354/+6
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-249-8/+9
* trace: Include u_string.h.Michal Krol2008-08-231-0/+1
* trace: Don't trace texture/surfaces releases, only destructions.José Fonseca2008-08-221-16/+18
* trace: Use a 4 hexadecimal digit suffix.José Fonseca2008-08-221-1/+1
* trace: Hack to detect writes to user buffers.José Fonseca2008-08-213-0/+64
* trace: Split the output stream on windows.José Fonseca2008-08-211-27/+75
* trace: Fix pipe_clip_state dump.José Fonseca2008-08-191-17/+6
* trace: Support C++.José Fonseca2008-08-192-0/+18
* trace: Explain how to integrate with a state tracker or winsys.José Fonseca2008-08-181-3/+42
* trace: Preliminary stream implementation for GDI.José Fonseca2008-08-183-14/+145
* trace: Use long longs to ensure covering 64bits integers.José Fonseca2008-08-182-6/+6
* trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca2008-08-184-13/+12