Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -14/+0 |
| | |||||
* | gallium/drivers: Use automake to generate makefile | Tom Stellard | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | gallium: Remove drm_api and all references to it | Jakob Bornecrantz | 2010-06-24 | 1 | -2/+1 |
| | |||||
* | identity: Create a drm_api wrapper | Jakob Bornecrantz | 2009-06-30 | 1 | -1/+2 |
| | |||||
* | identity: Add new identity driver | Jakob Bornecrantz | 2009-06-24 | 1 | -0/+11 |
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. |