aboutsummaryrefslogtreecommitdiff
path: root/distrib/android-emugl/host/libs/Translator/EGL/EglContext.cpp
AgeCommit message (Collapse)Author
2015-03-20emugl: Get rid of EGLNativeContextTypeDavid 'Digit' Turner
Replace it with EglOS::Context* instead. Change-Id: I5ad66fbd7f47bf741ccd47a3b84ce7e0e4828d28
2015-03-20emugl: EglOsApi.h: Get rid of EGLNativeInternalDisplayType wrappers.David 'Digit' Turner
Change-Id: Ia4c2a4cef959a596ff255b1b0b4a9b5960f9b2d5
2014-12-07distrib/android-emugl: Move Android GPU emulation sources here.David 'Digit' Turner
This patch is used to add the unmodified sources of the GPU emulation libraries that are normally under sdk/emulator/opengl/. These sources were originally built with the platform build system, but this is no longer the case. Since they are only built through the emulator's own build system (i.e. android-rebuild.sh), it's easier to put them under external/qemu/ to ensure that they are always in sync with the rest of the emulator. Note that the encoder sources are still in the platform under device/generic/goldfish/opengl/. A future patch will update the emulator build system to pick the sources from here, and another one will remove the sources from sdk/ after that. Note: these are the unmodified sources from the following commit in https://android.googlesource.com/platform/sdk.git : 182e469 emulator/opengl: Fix Windows cross-build. Change-Id: If2010577ef4af4c6755ab345f424af0b546f9282