aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-161-1/+0
* trace: Export enabled statusJakob Bornecrantz2009-05-164-9/+25
* trace: Unwrap buffer in texture_blanketJakob Bornecrantz2009-05-161-1/+3
* trace: If either shader is disabled don't drawJakob Bornecrantz2009-05-162-0/+19
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-166-8/+151
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-166-7/+7
* trace: Add initializer for static variablesJakob Bornecrantz2009-04-203-2/+20
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-194-5/+191
* trace: Keep screen objects on listsJakob Bornecrantz2009-04-178-4/+84
* trace: Fix is_referenced functionsJakob Bornecrantz2009-04-171-2/+6
* trace: Simplify trace_buffer functionJakob Bornecrantz2009-04-175-17/+13
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+44
* trace: Dump the fence, not its pointer.José Fonseca2009-04-091-2/+6
* trace: Use 'flags' name consistently.José Fonseca2009-04-091-6/+6
* trace: Make calls dumping threadsafe.José Fonseca2009-04-081-0/+7
* trace: Make call no global.José Fonseca2009-04-081-3/+4
* trace: Simplify cast wrappers.José Fonseca2009-04-085-58/+29
* trace: Match pipe_context::clear prototype.José Fonseca2009-04-081-7/+4
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-8/+13
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-2/+0
* trace: Defer the cast to after the check for enabled trace.José Fonseca2009-03-251-2/+5
* trace: Update readme.José Fonseca2009-03-251-3/+3
* trace: Number calls.José Fonseca2009-03-252-1/+12
* 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