Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: Remove. | Jose Fonseca | 2015-03-02 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | It's unmaintained, and most likely broken: I use trace driver every now and then, and everytime I do I need to fix it up. It's also unused: identity_screen_create is never called. Above all, it's dead weight: if identity driver had the infrastructure for other pass-through drivers (like trace and rbug), then it would make sense on its own right. But as it is implemmented, it's just another driver to (forget) to update whenever there is a gallium interface change. Reviewed-by: Marek Olšák <[email protected]> | ||||
* | gallium/identity: ship all files in the tarball | Emil Velikov | 2014-09-05 | 1 | -0/+2 |
| | | | | | | | | | - include all headers in Makefile.sources - sort the list(s) - bundle the scons buildscript Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> | ||||
* | gallium/drivers: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -3/+1 |
| | | | | | | | | | | * minimise flags duplication * distingush between VISIBILITY C and CXX flags * set only required flags - C and/or CXX v2: add LLVM_CFLAGS back to AM_CFLAGS (add missing backslash) Signed-off-by: Emil Velikov <[email protected]> | ||||
* | identity: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 1 | -0/+11 |
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]> |