aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-126-76/+142
* trace: Remove unnecessary header.Vinson Lee2010-04-111-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-1015-608/+278
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-3/+0
|\
| * trace: Remove unnecessary headers.Vinson Lee2010-03-141-3/+0
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-136-151/+170
|\|
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-114-13/+18
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-116-147/+161
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-106-159/+145
|\|
| * trace: Make tr_public.h c++ friendly.José Fonseca2010-03-101-9/+17
| * trace: include tr_public.hKeith Whitwell2010-03-101-0/+1
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-102-25/+67
| |\
| | * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-25/+67
| | |\
| | | * trace: adapt to new vertex element csoRoland Scheidegger2010-03-011-24/+67
| | | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
| * | | targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-093-3/+38
| |/ /
| * | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-70/+0
| * | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-65/+35
| |\ \
| | * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-012-65/+35
| * | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
| * | | gallium/trace: remove unneeded path prefixes on #includesBrian Paul2010-02-261-5/+5
| |/ /
| * / trace: Propagate api->name upJakob Bornecrantz2010-02-181-0/+1
| |/
* | trace: Fix after sampler view changes.Michal Krol2010-02-232-2/+59
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-194-47/+66
|/
* trace: Dump blend state as a binary blob.José Fonseca2010-02-151-37/+1