summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+1
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-7/+7
2011-05-29trace: implement texture_barrierMarek Olšák1-0/+16
2011-05-29trace: implement render_conditionMarek Olšák1-0/+20
2011-04-06trace: Correct/cleanup.José Fonseca6-74/+114
2011-04-06Revert "trace: Dump blend state as a binary blob."José Fonseca1-1/+37
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-1/+6
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-3/+1
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+2
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-11/+7
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-26/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2011-03-06trace: Use pipe_static_mutex.José Fonseca3-22/+1
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+23
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2010-12-05gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_viewsXavier Chantry1-0/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger6-145/+125
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca1-0/+2
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-16/+2
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca3-19/+42
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-0/+25
2010-08-28trace: Don't try to dump the rgba array if nullJakob Bornecrantz1-1/+4
2010-08-21trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden1-1/+1
2010-08-21trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden1-1/+1
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-88/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu3-0/+74
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz4-138/+0
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz4-138/+0
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-2/+2
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-25/+53
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-19/+19
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-3/+3
2010-05-29trace: adapt to clear interface changesRoland Scheidegger1-25/+53
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-7/+2
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger2-28/+57
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell1-6/+7
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+17
2010-05-17trace: adapt to interface changesRoland Scheidegger2-28/+40
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-6/+7
2010-05-13trace: Add missing header.Vinson Lee1-0/+1
2010-05-13trace: Remove unnecessary headers.Vinson Lee2-2/+0
2010-05-12trace: Update READMEJakob Bornecrantz1-25/+12
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz3-5/+7
2010-05-12trace: Remove rbug from traceJakob Bornecrantz10-1277/+5
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-05-02trace: Fix typo in method name.José Fonseca1-1/+1
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák1-1/+0
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca2-3/+3
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1