summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity
Commit message (Collapse)AuthorAgeFilesLines
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-303-1/+224
|
* identity: Add new identity driverJakob Bornecrantz2009-06-249-0/+1711
This driver does no transformation of the gallium calls going to the real driver, like the identity matrix. It is intended to be the basis for transforming and/or debug drivers like trace and rbug. Authors of this patch are: Michal Krol, orignal heavy lifting. José Fonesca, object wrapping code stolen from trace. Jakob Bornecrantz, put it all toghether and renamed a stuff.