aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/shared
Commit message (Expand)AuthorAgeFilesLines
* emulator/opengl/emugen: Ensure correct buffer alignment.David 'Digit' Turner2014-11-251-0/+80
* emulator/opengl: Add UniqueIntegerMap class.David 'Digit' Turner2014-11-253-0/+329
* emulator/opengl/emugen: Use templates to read values from stream.David 'Digit' Turner2014-11-251-0/+107
* emulator/opengl: Cleanup build files + remove obsolete tests.David 'Digit' Turner2014-08-272-28/+19
* Support dynamic lib name without ".dylib" on MacTina Zhang2014-07-273-4/+44
* emulator/opengl: Remove out-of-process handling code.David 'Digit' Turner2014-07-095-493/+5
* emulator/opengl: refactor Thread class.David 'Digit' Turner2014-07-099-265/+455
* emulator/opengl: refactor shared library handling.David 'Digit' Turner2014-07-098-153/+373
* emulator/opengl: Prepare for 64-bit build changes.David 'Digit' Turner2014-06-113-4/+4
* emulator/opengl: Fix GCC 4.8 warnings.David 'Digit' Turner2014-04-281-1/+2
* emulator/opengl: Fix misc. compiler warnings.David 'Digit' Turner2014-04-015-7/+1
* emulator/opengl: Fix Windows SDK build.David 'Digit' Turner2014-03-111-1/+2
* emulator/opengl: Allow standalone build.David 'Digit' Turner2014-03-113-23/+36
* emulator/opengl: Remove libcutils/libutils/liblogDavid 'Digit' Turner2014-03-112-18/+6
* emulator/opengl: Remove <utils/List.h> + <utils/String8.h>David 'Digit' Turner2014-03-112-2/+6
* emulator/opengl: Remove android::KeyedVector usage.David 'Digit' Turner2014-03-116-146/+636
* emulator/opengl: Remove android::Vector<> usage.David 'Digit' Turner2014-03-117-8/+582
* emulator/opengl: Remove <cutils/sockets.h>David 'Digit' Turner2014-03-116-55/+308
* emulator/opengl: Remove Android-specific thread_store.David 'Digit' Turner2014-03-1110-2/+917
* emulator/opengl: Remove android::Mutex.David 'Digit' Turner2014-03-116-27/+305
* emulator/opengl: Build 64-bit unit tests.David 'Digit' Turner2014-03-061-4/+5
* emulator/opengl: Fix SmartPtr memory leak.David 'Digit' Turner2014-03-062-2/+4
* emulator/opengl: Remove compiler warningsDavid 'Digit' Turner2014-03-061-2/+2
* gtest needs -lpthread.Elliott Hughes2014-01-281-0/+1
* emulator/opengl: Refactor SmartPtr implementation.David 'Digit' Turner2014-01-218-171/+438
* emulator/opengl: Get rid of all compiler warnings (Linux).David 'Digit' Turner2014-01-181-3/+4
* Delete buffer data when removing it from the SharedGroup namespaceJesse Hall2013-11-091-14/+36
* Use a per-process server address for the GLES serverJesse Hall2012-07-117-33/+39
* Move emugl system code to development.gitJesse Hall2012-06-062-26/+0
* Explicitly include -X11 while building emulator_rendererBhanu Chetlapalli2012-05-101-1/+1
* Move emulator GLES from development.git to sdk.gitJesse Hall2012-04-1634-0/+4333