summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
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_stencilgallium-newclearRoland 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
2010-04-19trace: Implement index bias.José Fonseca1-6/+10
2010-04-18trace: Handle transfers with zero strides correctly.José Fonseca1-2/+10
2010-04-14trace: Ignore transfer_flush_region too.José Fonseca1-7/+0
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca6-76/+142
2010-04-11trace: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell15-608/+278
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-3/+0
2010-03-14trace: Remove unnecessary headers.Vinson Lee1-3/+0
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell6-151/+170
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell4-13/+18
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell6-147/+161
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol6-159/+145
2010-03-10trace: Make tr_public.h c++ friendly.José Fonseca1-9/+17
2010-03-10trace: include tr_public.hKeith Whitwell1-0/+1
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2-25/+67
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell3-3/+38
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger2-25/+67
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-70/+0
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2-65/+35
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol1-1/+0
2010-03-01trace: adapt to new vertex element csoRoland Scheidegger1-24/+67
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2-65/+35
2010-02-26gallium/trace: remove unneeded path prefixes on #includesBrian Paul1-5/+5
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-1/+0
2010-02-18trace: Propagate api->name upJakob Bornecrantz1-0/+1