aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* r600g/sb: Fix Android build v2Chih-Wei Huang2013-07-121-2/+3
| | | | | | | Add the sb CXX files to the Android Makefile and also stop using some c++11 features. v2 (Vadim Girlin): use &bc[0] instead of bc.begin()
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-2/+0
| | | | | Several modules expect a C99 compiler already. It is also the default for Makefile build.
* r600g: cleanup build include dirs and dependenciesMarek Olšák2011-09-121-3/+1
| | | | The scons build still depended on libdrm_radeon.
* android: add support for r600gChia-I Wu2011-08-251-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]>