Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 1 | -5/+2 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]> | ||||
* | scons: add alias for identity | Zack Rusin | 2010-11-30 | 1 | -0/+2 |
| | |||||
* | gallium: Remove drm_api and all references to it | Jakob Bornecrantz | 2010-06-24 | 1 | -1/+0 |
| | |||||
* | identity: Add id_drm.c to SCons build. | Vinson Lee | 2010-03-27 | 1 | -1/+2 |
| | | | | This was missed in commit f7cbaae13d67c55abe81ac230de37f564365099f. | ||||
* | identity: Add new identity driver | Jakob Bornecrantz | 2009-06-24 | 1 | -0/+13 |
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. |