summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_rbug.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-12trace: Remove rbug from traceJakob Bornecrantz1-864/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-19/+20
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-8/+8
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+1
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-8/+8
2010-02-10gallium: use os_time.hBrian Paul1-2/+2
2010-02-04trace: Use u_time.José Fonseca1-10/+3
2010-02-03trace: Include the appropriate header instead of defining prototypes.José Fonseca1-1/+1
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-3/+3
2009-12-22trace: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2009-12-22trace: Add PIPE_OS_APPLE.Vinson Lee1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-7/+8
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-4/+4
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-4/+9
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-10-01util: Enable sockets on BSDRobert Noland1-1/+1
2009-06-09trace/rbug: Add support for draw block ruleJakob Bornecrantz1-2/+49
2009-06-09trace/rbug: Return textures currently bound to contextJakob Bornecrantz1-1/+7
2009-06-05trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz1-0/+8
2009-06-04trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz1-1/+168
2009-06-01trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz1-0/+636