summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-06trace: Use pipe_static_mutex.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17trace: adapt to interface changesRoland Scheidegger
2010-05-12trace: Remove rbug from traceJakob Bornecrantz
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca
2010-04-11trace: Remove unnecessary header.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10trace: include tr_public.hKeith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-26trace: Fix transfer size computation.José Fonseca
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
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