summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+4
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+4
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+3
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-4/+6
* trace: add all compute related functionsSamuel Pitoiset2016-02-131-0/+25
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-061-1/+1
* gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov2015-11-211-3/+0
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+5
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-24/+0
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+22
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+3
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-281-2/+1
* trace: Only close trace files on exit.José Fonseca2013-04-251-2/+0
* trace: implement get_timestampMarek Olšák2012-07-101-0/+19
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-44/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-9/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* trace: Correct/cleanup.José Fonseca2011-04-061-12/+12
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+7
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* trace: Use pipe_static_mutex.José Fonseca2011-03-061-2/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-69/+8
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+25
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+4
|\
| * trace: adapt to interface changesRoland Scheidegger2010-05-171-1/+4
* | trace: Remove rbug from traceJakob Bornecrantz2010-05-121-24/+0
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-121-1/+1
* trace: Remove unnecessary header.Vinson Lee2010-04-111-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-254/+40
* 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