summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-132/+4
* trace: include tr_public.hKeith Whitwell2010-03-101-0/+1
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-70/+0
* gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-0/+34
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+26
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* trace: Fix transfer size computation.José Fonseca2009-12-261-1/+1
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-1/+2
* fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+2
* trace: Handle transfer returning nullJakob Bornecrantz2009-10-141-1/+2
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-1/+1
* gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+3
* trace: Add drm api integrationJakob Bornecrantz2009-07-021-12/+18
* trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz2009-06-011-2/+12
* trace: Export enabled statusJakob Bornecrantz2009-05-161-7/+16
* trace: Unwrap buffer in texture_blanketJakob Bornecrantz2009-05-161-1/+3
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-1/+1
* trace: Add initializer for static variablesJakob Bornecrantz2009-04-201-0/+2
* trace: Enable dumping to be turned on and offJakob Bornecrantz2009-04-191-0/+2
* trace: Keep screen objects on listsJakob Bornecrantz2009-04-171-0/+7
* trace: Simplify trace_buffer functionJakob Bornecrantz2009-04-171-5/+5
* 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: Simplify cast wrappers.José Fonseca2009-04-081-17/+12
* trace: Fix args to buffer writeJakob Bornecrantz2009-03-221-1/+1
* trace: Formalize on a standard for data size pairJakob Bornecrantz2009-03-191-10/+11
* trace: Dump buffer data via buffer writesJakob Bornecrantz2009-03-161-64/+36
* trace: Fix some typosJakob Bornecrantz2009-03-131-2/+2
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-13/+29
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-9/+432
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-111-61/+61
* trace: Fixup trace a bitJakob Bornecrantz2009-03-111-49/+54
* trace: Fixup trace a bitJakob Bornecrantz2009-03-111-7/+18
* gallium: Unify reference counting.Michel Dänzer2009-03-041-89/+33
* gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer2009-02-181-27/+104
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* trace: Don't trace texture/surfaces releases, only destructions.José Fonseca2008-08-221-16/+18
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-29/+75
* trace: Trace surface contents.José Fonseca2008-08-151-20/+55
* trace: Make stream a global variable.José Fonseca2008-08-151-105/+91
* trace: Separate the trace screen/context vs the original screen/context.José Fonseca2008-08-141-6/+18
* trace: Trace winsys/screen/context creation.José Fonseca2008-08-121-4/+9
* trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-091-0/+3
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-7/+2
* trace: Dump format names.José Fonseca2008-08-071-1/+1
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+385