summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+3
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+4
2014-07-01gallium: add support for stream in so infoIlia Mirkin1-0/+1
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é Fonseca10-21/+21
2014-01-17trace: Re-license trace.xsl under MIT license.José Fonseca1-14/+22
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+3
2013-12-05trace: Reorder dumping of pipe_rasterizer_state.José Fonseca1-3/+11
2013-12-05trace: Dump pipe_sampler_state::seamless_cube_map.José Fonseca1-0/+1
2013-11-28trace: Dump PIPE_QUERY_* enums.José Fonseca5-15/+62
2013-11-28trace: Dump query results faithfully.José Fonseca3-15/+133
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger1-1/+1
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-2/+1
2013-11-15trace: Dump user_buffer members.José Fonseca1-0/+2
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-10-01trace: consolidate C sources list into Makefile.sourcesEmil Velikov3-13/+10
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+21
2013-09-12trace: Support bigger TGSI shaders.José Fonseca1-1/+1
2013-08-22trace: Handle null tokens.José Fonseca1-2/+6
2013-06-22trace: Dump result of create_stream_output_targetJosé Fonseca1-0/+2
2013-06-21trace: Don't dump texture transfers.José Fonseca3-10/+19
2013-06-19trace: Dump pipe_rasterizer_state::clip_halfz.José Fonseca1-0/+1
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-04-25trace: Only close trace files on exit.José Fonseca3-18/+4
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-1/+2
2013-02-22trace: Never close stdout/stderr.José Fonseca1-2/+9
2013-02-22trace: Fix set_constant_buffer dumping.José Fonseca1-2/+2
2013-02-15trace: add context pointer sanity checkingBrian Paul3-0/+23
2013-02-15trace: fix incorrect trace_surface::base.context pointerBrian Paul3-4/+7
2013-02-15trace: whitespace, comment clean-upsBrian Paul1-6/+2
2013-02-15trace: move struct tr_list to tr_texture.hBrian Paul2-5/+8
2013-02-01trace: measure time for each gallium callBrian Paul1-0/+24
2013-02-01trace: add void to function definitionBrian Paul1-1/+2
2013-02-01trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul1-3/+11
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-2/+0
2013-01-10trace: Convert to automakeTom Stellard3-13/+19
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-2/+4
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+0
2012-12-07trace: dump pipe_resource::nr_samplesMarek Olšák1-0/+1
2012-11-09trace: Support geometry shaders.José Fonseca1-115/+71
2012-11-05trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2-15/+23
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-3/+4
2012-10-26trace: Flush before drawing.José Fonseca3-0/+11