summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_context.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-50/+50
2015-05-26gallium: use const in set_tess_stateMarek Olšák1-2/+2
2015-05-16trace: implement new tessellation functionsMarek Olšák1-0/+26
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-2/+4
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt1-1/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+4
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-3/+3
2014-02-25gallium: add interface for persistent and coherent buffer mappingsMarek Olšák1-0/+16
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-28trace: Dump PIPE_QUERY_* enums.José Fonseca1-1/+2
2013-11-28trace: Dump query results faithfully.José Fonseca1-15/+67
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger1-1/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-57/+5
2013-10-03trace: remove old bind_*_sampler_states() functionsBrian Paul1-75/+7
2013-10-03trace: implement pipe_context::bind_sampler_states()Brian Paul1-28/+42
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+21
2013-06-22trace: Dump result of create_stream_output_targetJosé Fonseca1-0/+2
2013-06-21trace: Don't dump texture transfers.José Fonseca1-2/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+3
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-12/+20
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-02-22trace: Fix set_constant_buffer dumping.José Fonseca1-2/+2
2013-02-15trace: add context pointer sanity checkingBrian Paul1-0/+15
2013-02-15trace: fix incorrect trace_surface::base.context pointerBrian Paul1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-2/+4
2012-11-09trace: Support geometry shaders.José Fonseca1-115/+71
2012-11-05trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-3/+4
2012-10-26trace: Flush before drawing.José Fonseca1-0/+2
2012-10-25trace: Fix dumping of set_constant_buffer method.José Fonseca1-9/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-40/+14
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-0/+23
2012-08-16gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul1-4/+14
2012-08-16gallium/trace: consolidate sampler, sampler_view codeBrian Paul1-50/+82
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-1/+1
2012-05-12trace: Fix pipe_context::clear dumping.José Fonseca1-1/+3
2012-05-12trace: Match NULL context members.José Fonseca1-73/+79
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-25/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-5/+16
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+2
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2011-12-15trace: implement stream output interfaceChristoph Bumiller1-0/+73
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-7/+7
2011-05-29trace: implement texture_barrierMarek Olšák1-0/+16
2011-05-29trace: implement render_conditionMarek Olšák1-0/+20
2011-04-06trace: Correct/cleanup.José Fonseca1-24/+30
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-3/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-26/+0
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+23
2010-12-05gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_viewsXavier Chantry1-0/+6