Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | identity: Remove unnecessary header. | Vinson Lee | |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2009-11-19 | identity: Add missing screen methods. | Michal Krol | |
2009-06-24 | identity: Add new identity driver | Jakob Bornecrantz | |
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. |