Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: pass -std=c99 by default | Chia-I Wu | 2011-11-26 | 1 | -2/+0 |
| | | | | | Several modules expect a C99 compiler already. It is also the default for Makefile build. | ||||
* | r600g: cleanup build include dirs and dependencies | Marek Olšák | 2011-09-12 | 1 | -3/+1 |
| | | | | The scons build still depended on libdrm_radeon. | ||||
* | android: add support for r600g | Chia-I Wu | 2011-08-25 | 1 | -0/+42 |
Tested with a Radeon HD 6250. SurfaceFlinger (the display server and compositor) works. 2D apps with RGB or RGBA visuals work. As for 3D apps, some work but some don't (with serious rendering defects). Reviewed-by: Marek Olšák <[email protected]> |