summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+2
|/
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-25/+53
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-19/+19
| * trace: adapt to clear interface changesRoland Scheidegger2010-05-291-25/+53
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-3/+3
|/
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-7/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-212-28/+57
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+17
| * trace: adapt to interface changesRoland Scheidegger2010-05-172-28/+40
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-6/+7
|\ \
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
* | | gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-141-1/+0
|/ /
* | trace: Add missing header.Vinson Lee2010-05-131-0/+1
* | trace: Remove unnecessary headers.Vinson Lee2010-05-132-2/+0
* | trace: Update READMEJakob Bornecrantz2010-05-121-25/+12