aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* trace: __func__ --> __FUNCTION__.Michal Krol2009-06-101-1/+1
* trace/rbug: Add support for draw block ruleJakob Bornecrantz2009-06-091-1/+32
* trace/rbug: Return textures currently bound to contextJakob Bornecrantz2009-06-091-2/+7
* trace/rbug: Sleep on windows when blockedJakob Bornecrantz2009-06-081-1/+3
* trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz2009-06-051-0/+5
* trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz2009-06-041-0/+57
* trace: Improve shader wrappingJakob Bornecrantz2009-05-181-2/+2
* trace: Export enabled statusJakob Bornecrantz2009-05-161-1/+1
* trace: If either shader is disabled don't drawJakob Bornecrantz2009-05-161-0/+13
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-161-8/+33
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-1/+1
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-191-1/+1
* trace: Keep screen objects on listsJakob Bornecrantz2009-04-171-3/+8
* trace: Fix is_referenced functionsJakob Bornecrantz2009-04-171-2/+6
* trace: Simplify trace_buffer functionJakob Bornecrantz2009-04-171-5/+3
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+44
* trace: Simplify cast wrappers.José Fonseca2009-04-081-6/+2
* 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
* trace: Defer the cast to after the check for enabled trace.José Fonseca2009-03-251-2/+5
* trace: Fix memory leakJakob Bornecrantz2009-03-161-1/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-3/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-5/+45
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-11/+10
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-70/+70
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* trace: Hack to detect writes to user buffers.José Fonseca2008-08-211-0/+11
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-1/+72
* trace: Several fixes.José Fonseca2008-08-151-3/+5
* trace: Make stream a global variable.José Fonseca2008-08-151-270/+227
* trace: Separate the trace screen/context vs the original screen/context.José Fonseca2008-08-141-8/+5
* trace: More dump fixes.José Fonseca2008-08-121-1/+0
* trace: Fix create_blend_state dump.José Fonseca2008-08-121-0/+2
* trace: Fix create_depth_stencil_alpha_state trace.José Fonseca2008-08-121-1/+3
* trace: Trace winsys/screen/context creation.José Fonseca2008-08-121-84/+51
* trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-091-5/+4
* trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca2008-08-081-0/+6
* trace: Dump state.José Fonseca2008-08-071-16/+21
* trace: Trace pipe context calls.José Fonseca2008-08-071-2/+1015
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+41