summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1710-21/+21
* trace: Re-license trace.xsl under MIT license.José Fonseca2014-01-171-14/+22
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+3
* trace: Reorder dumping of pipe_rasterizer_state.José Fonseca2013-12-051-3/+11
* trace: Dump pipe_sampler_state::seamless_cube_map.José Fonseca2013-12-051-0/+1
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-285-15/+62
* trace: Dump query results faithfully.José Fonseca2013-11-283-15/+133
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-2/+1
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* 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