summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.c
AgeCommit message (Expand)Author
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák
2017-10-12gallium: add pipe_screen::check_resource_capabilityMarek Olšák
2017-08-06gallium: introduce device/driver UUID queriesAndres Rodriguez
2017-08-06gallium: introduce memory objectDave Airlie
2017-04-25trace: don't trace resource_destroyMarek Olšák
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul
2017-02-25trace: remove pipe_resource wrappingMarek Olšák
2017-02-23ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri
2017-01-20gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák
2016-04-02gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák
2016-02-13trace: add all compute related functionsSamuel Pitoiset
2015-12-06gallium/drivers: Trivial code-style cleanupEdward O'Callaghan
2015-11-21gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt
2014-01-17s/Tungsten Graphics/VMware/José Fonseca
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie
2013-11-28trace: Dump PIPE_QUERY_* enums.José Fonseca
2013-04-25trace: Only close trace files on exit.José Fonseca
2012-07-10trace: implement get_timestampMarek Olšák
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák
2011-04-06trace: Correct/cleanup.José Fonseca
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