summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-06trace: Use pipe_static_mutex.José Fonseca
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2010-12-05gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_viewsXavier Chantry
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-28trace: Don't try to dump the rgba array if nullJakob Bornecrantz
2010-08-21trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden
2010-08-21trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-05-29trace: adapt to clear interface changesRoland Scheidegger
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17trace: adapt to interface changesRoland Scheidegger
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-13trace: Add missing header.Vinson Lee
2010-05-13trace: Remove unnecessary headers.Vinson Lee
2010-05-12trace: Update READMEJakob Bornecrantz
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz
2010-05-12trace: Remove rbug from traceJakob Bornecrantz
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-02trace: Fix typo in method name.José Fonseca
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-19trace: Implement index bias.José Fonseca
2010-04-18trace: Handle transfers with zero strides correctly.José Fonseca
2010-04-14trace: Ignore transfer_flush_region too.José Fonseca
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca
2010-04-11trace: Remove unnecessary header.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-14trace: Remove unnecessary headers.Vinson Lee