summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-50/+50
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-161-0/+26
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-2/+4
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-3/+3
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-251-0/+16
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-281-1/+2
* trace: Dump query results faithfully.José Fonseca2013-11-281-15/+67
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-57/+5
* trace: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-75/+7
* trace: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-28/+42
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+21
* trace: Dump result of create_stream_output_targetJosé Fonseca2013-06-221-0/+2
* trace: Don't dump texture transfers.José Fonseca2013-06-211-2/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+3
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-12/+20
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* trace: Fix set_constant_buffer dumping.José Fonseca2013-02-221-2/+2
* trace: add context pointer sanity checkingBrian Paul2013-02-151-0/+15
* trace: fix incorrect trace_surface::base.context pointerBrian Paul2013-02-151-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+4
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-051-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+4
* trace: Flush before drawing.José Fonseca2012-10-261-0/+2
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-251-9/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-40/+14
* gallium: implement blit in driver wrappersMarek Olšák2012-09-301-0/+23
* gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-4/+14
* gallium/trace: consolidate sampler, sampler_view codeBrian Paul2012-08-161-50/+82
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-1/+1
* trace: Fix pipe_context::clear dumping.José Fonseca2012-05-121-1/+3
* trace: Match NULL context members.José Fonseca2012-05-121-73/+79
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-25/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-5/+16
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+2
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* trace: implement stream output interfaceChristoph Bumiller2011-12-151-0/+73
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-7/+7
* trace: implement texture_barrierMarek Olšák2011-05-291-0/+16
* trace: implement render_conditionMarek Olšák2011-05-291-0/+20
* trace: Correct/cleanup.José Fonseca2011-04-061-24/+30
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-26/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+23
* gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_viewsXavier Chantry2010-12-051-0/+6