summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity
AgeCommit message (Expand)AuthorFilesLines
2010-05-17identity: adapt to interface changesRoland Scheidegger2-51/+65
2010-05-03identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz3-34/+67
2010-05-03identity: s/texture/resource/Jakob Bornecrantz2-21/+21
2010-05-03identity: Whitespace & StyleJakob Bornecrantz4-52/+52
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca2-4/+4
2010-04-19identity: Implement index bias.José Fonseca1-0/+4
2010-04-10Squashed commit of the following:Keith Whitwell4-410/+176
2010-03-30identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee1-1/+2
2010-03-25identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell4-79/+89
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell3-7/+15
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell4-76/+79
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol3-119/+74
2010-03-09identity: fix copy & paste errorRoland Scheidegger1-4/+4
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-15/+39
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-47/+0
2010-03-01identity: adapt to new vertex element csoRoland Scheidegger1-15/+39
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2-59/+35
2010-02-26gallium/identity: remove unneeded path prefixes on #includesBrian Paul1-5/+5
2010-02-18identity: Propagate api->name and api->driver_name upJakob Bornecrantz1-0/+2
2010-02-10identity: adapt to stencil ref changesRoland Scheidegger1-0/+12
2010-02-08identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell5-21/+21
2010-02-03identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-6/+6
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-21/+21
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-6/+6
2009-12-21gallium: remove return value from draw callsKeith Whitwell1-21/+21
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger1-12/+0
2010-02-23identity: Fix after sampler view changes.Michal Krol1-0/+42
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol2-28/+50
2009-12-04identity: fix copy&paste errorRoland Scheidegger1-1/+1
2009-12-01id: Implement separate vertex sampler state.Michal Krol1-9/+49
2009-12-01id: Update for renamed sampler/texture state setters.Michal Krol1-8/+8
2009-11-19identity: Add missing screen methods.Michal Krol4-1/+98
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz1-52/+38
2009-08-11gallium/identity: remove stray semicolonsBrian Paul1-2/+2
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz1-0/+2
2009-08-06identity: Use the correct textureJakob Bornecrantz1-1/+1
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz3-1/+224
2009-06-24identity: Add new identity driverJakob Bornecrantz9-0/+1711