summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.c
AgeCommit message (Expand)Author
2009-10-14trace: Handle transfer returning nullJakob Bornecrantz
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-07-02trace: Add drm api integrationJakob Bornecrantz
2009-06-01trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz
2009-05-16trace: Export enabled statusJakob Bornecrantz
2009-05-16trace: Unwrap buffer in texture_blanketJakob Bornecrantz
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz
2009-04-20trace: Add initializer for static variablesJakob Bornecrantz
2009-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz
2009-04-17trace: Keep screen objects on listsJakob Bornecrantz
2009-04-17trace: Simplify trace_buffer functionJakob Bornecrantz
2009-04-09trace: Dump the fence, not its pointer.José Fonseca
2009-04-09trace: Use 'flags' name consistently.José Fonseca
2009-04-08trace: Simplify cast wrappers.José Fonseca
2009-03-22trace: Fix args to buffer writeJakob Bornecrantz
2009-03-19trace: Formalize on a standard for data size pairJakob Bornecrantz
2009-03-16trace: Dump buffer data via buffer writesJakob Bornecrantz
2009-03-13trace: Fix some typosJakob Bornecrantz
2009-03-12trace: Wrap pipe_buffersJakob 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: Unify reference counting.Michel Dänzer
2009-02-18gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Trace surface contents.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca