aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+5
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-69/+69
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-24/+0
* trace: Add missing p_compiler.h include.Jose Fonseca2015-06-121-0/+2
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-162-0/+28
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-2/+4
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+22
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-042-1/+4
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-283-3/+3
* gallium/trace: ship all files in the tarballEmil Velikov2014-09-052-1/+12
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+3
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* gallium: add support for stream in so infoIlia Mirkin2014-07-011-0/+1
* 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