summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* trace: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+10
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+21
* trace: Support bigger TGSI shaders.José Fonseca2013-09-121-1/+1
* trace: Handle null tokens.José Fonseca2013-08-221-2/+6
* trace: Dump result of create_stream_output_targetJosé Fonseca2013-06-221-0/+2
* trace: Don't dump texture transfers.José Fonseca2013-06-213-10/+19
* trace: Dump pipe_rasterizer_state::clip_halfz.José Fonseca2013-06-191-0/+1
* 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: Only close trace files on exit.José Fonseca2013-04-253-18/+4
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-1/+2
* trace: Never close stdout/stderr.José Fonseca2013-02-221-2/+9
* trace: Fix set_constant_buffer dumping.José Fonseca2013-02-221-2/+2
* trace: add context pointer sanity checkingBrian Paul2013-02-153-0/+23
* trace: fix incorrect trace_surface::base.context pointerBrian Paul2013-02-153-4/+7
* trace: whitespace, comment clean-upsBrian Paul2013-02-151-6/+2
* trace: move struct tr_list to tr_texture.hBrian Paul2013-02-152-5/+8
* trace: measure time for each gallium callBrian Paul2013-02-011-0/+24
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* Clean up .gitignore filesMatt Turner2013-01-101-2/+0
* trace: Convert to automakeTom Stellard2013-01-103-13/+19
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-052-15/+23
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+4
* trace: Flush before drawing.José Fonseca2012-10-263-0/+11
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-253-9/+21
* gallium: unify transfer functionsMarek Olšák2012-10-112-45/+15
* gallium: implement blit in driver wrappersMarek Olšák2012-09-303-6/+88
* 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: implement get_timestampMarek Olšák2012-07-101-0/+19
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-44/+0
* trace: Fix pipe_context::clear dumping.José Fonseca2012-05-121-1/+3
* trace: Fix pipe_shader_state dumping.José Fonseca2012-05-121-2/+4
* 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