summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-01trace: Don't set surface_[fill|copy] if not set on pipeJakob Bornecrantz1-2/+4
2009-06-10trace: __func__ --> __FUNCTION__.Michal Krol1-1/+1
2009-06-09trace/rbug: Add support for draw block ruleJakob Bornecrantz1-1/+32
2009-06-09trace/rbug: Return textures currently bound to contextJakob Bornecrantz1-2/+7
2009-06-08trace/rbug: Sleep on windows when blockedJakob Bornecrantz1-1/+3
2009-06-05trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz1-0/+5
2009-06-04trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz1-0/+57
2009-05-18trace: Improve shader wrappingJakob Bornecrantz1-2/+2
2009-05-16trace: Export enabled statusJakob Bornecrantz1-1/+1
2009-05-16trace: If either shader is disabled don't drawJakob Bornecrantz1-0/+13
2009-05-16trace: Put shaders on a list in the contextJakob Bornecrantz1-8/+33
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz1-1/+1
2009-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz1-1/+1
2009-04-17trace: Keep screen objects on listsJakob Bornecrantz1-3/+8
2009-04-17trace: Fix is_referenced functionsJakob Bornecrantz1-2/+6
2009-04-17trace: Simplify trace_buffer functionJakob Bornecrantz1-5/+3
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+44
2009-04-08trace: Simplify cast wrappers.José Fonseca1-6/+2
2009-04-08trace: Match pipe_context::clear prototype.José Fonseca1-7/+4
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer1-8/+13
2009-03-25trace: Defer the cast to after the check for enabled trace.José Fonseca1-2/+5
2009-03-16trace: Fix memory leakJakob Bornecrantz1-1/+2
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-3/+1
2009-03-12trace: Wrap pipe_buffersJakob Bornecrantz1-5/+45
2009-03-11trace: Move buffer functions from winsys to screenJakob Bornecrantz1-11/+10
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz1-70/+70
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-2/+2
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca1-2/+2
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca1-0/+11
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca1-1/+72
2008-08-15trace: Several fixes.José Fonseca1-3/+5
2008-08-15trace: Make stream a global variable.José Fonseca1-270/+227
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca1-8/+5
2008-08-12trace: More dump fixes.José Fonseca1-1/+0
2008-08-12trace: Fix create_blend_state dump.José Fonseca1-0/+2
2008-08-12trace: Fix create_depth_stencil_alpha_state trace.José Fonseca1-1/+3
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca1-84/+51
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca1-5/+4
2008-08-08trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca1-0/+6
2008-08-07trace: Dump state.José Fonseca1-16/+21
2008-08-07trace: Trace pipe context calls.José Fonseca1-2/+1015
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca1-0/+41