summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-10/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-2/+4
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-2/+5
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3
* trace: implement stream output interfaceChristoph Bumiller2011-12-151-0/+73
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+21
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-9/+8
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+1
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-7/+7
* trace: implement texture_barrierMarek Olšák2011-05-291-0/+16
* trace: implement render_conditionMarek Olšák2011-05-291-0/+20
* trace: Correct/cleanup.José Fonseca2011-04-066-74/+114
* Revert "trace: Dump blend state as a binary blob."José Fonseca2011-04-061-1/+37
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-1/+6
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+7
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-26/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* trace: Use pipe_static_mutex.José Fonseca2011-03-063-22/+1
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+23
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_viewsXavier Chantry2010-12-051-0/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-026-145/+125
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-16/+2
* trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca2010-09-293-19/+42
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+25
* trace: Don't try to dump the rgba array if nullJakob Bornecrantz2010-08-281-1/+4
* trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden2010-08-211-1/+1
* trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden2010-08-211-1/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-88/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-293-0/+74
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-138/+0
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-244-138/+0