summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity
Commit message (Expand)AuthorAgeFilesLines
...
* identity: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-6/+6
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-6/+6
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-21/+21
|\ \ | |/ |/|
| * gallium: remove return value from draw callsKeith Whitwell2009-12-211-21/+21
* | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-12/+0
|/
* identity: fix copy&paste errorRoland Scheidegger2009-12-041-1/+1
* id: Implement separate vertex sampler state.Michal Krol2009-12-011-9/+49
* id: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-8/+8
* identity: Add missing screen methods.Michal Krol2009-11-194-1/+98
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-52/+38
* gallium/identity: remove stray semicolonsBrian Paul2009-08-111-2/+2
* gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+2
* identity: Use the correct textureJakob Bornecrantz2009-08-061-1/+1
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-303-1/+224
* identity: Add new identity driverJakob Bornecrantz2009-06-249-0/+1711