summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity
AgeCommit message (Expand)AuthorFilesLines
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