summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)Author
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13trace: Fix some typosJakob Bornecrantz
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-12trace: Wrap pipe_buffersJakob Bornecrantz
2009-03-12trace: Add dump util functions for wrapped pointersJakob Bornecrantz
2009-03-11trace: Move buffer functions from winsys to screenJakob Bornecrantz
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz
2009-03-11trace: Fixup trace a bitJakob Bornecrantz
2009-03-11trace: Fixup trace a bitJakob Bornecrantz
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-18gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-09Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-09-16trace: Fix typo in build instructions.José Fonseca
2008-09-08trace: Request a growable file.José Fonseca
2008-09-08trace: Use util's stream.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-23trace: Include u_string.h.Michal Krol
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca
2008-08-22trace: Use a 4 hexadecimal digit suffix.José Fonseca
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
2008-08-21trace: Split the output stream on windows.José Fonseca
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca
2008-08-19trace: Support C++.José Fonseca
2008-08-18trace: Explain how to integrate with a state tracker or winsys.José Fonseca
2008-08-18trace: Preliminary stream implementation for GDI.José Fonseca
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca
2008-08-18trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca
2008-08-15trace: Fix typo.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca
2008-08-15trace: Several fixes.José Fonseca
2008-08-15trace: Trace surface contents.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-14trace: Update status.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca