summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-123-5/+7
* | trace: Remove rbug from traceJakob Bornecrantz2010-05-1210-1277/+5
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* trace: Fix typo in method name.José Fonseca2010-05-021-1/+1
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-232-3/+3
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* trace: Implement index bias.José Fonseca2010-04-191-6/+10
* trace: Handle transfers with zero strides correctly.José Fonseca2010-04-181-2/+10
* trace: Ignore transfer_flush_region too.José Fonseca2010-04-141-7/+0