History log of /sdk/emulator/opengl/host/libs/Translator/GLES_V2/GLESv2Context.cpp
Revision Date Author Comments
81e372046c2212585a4ff518ccdcff950d476717 26-Apr-2012 Jesse Hall <jessehall@google.com> Export GL strings through render_api

This also changes the strings reported by the default OpenGL ES
1.1/2.0 to OpenGL translators so they include the strings from the
underlying OpenGL implementation. This will give more useful bug
reports and SDK deployment statistics.

Change-Id: Id2d231a4fe3c40157c24a63ec19785826e037fd3
ce6c3389061fb9fcdefc94fab2044a8e11600b52 16-Apr-2012 Jesse Hall <jessehall@google.com> Move emulator GLES from development.git to sdk.git

The emulator GLES support has two interfaces: a host shared library
interface used by QEMU, and a protocol between the platform and the
host. The host library interface is not versioned; QEMU and the GLES
renderer must match. The protocol on the other hand must be backwards
compatible: a new GLES renderer must support an older platform image.

Thus for branching purposes it makes more sense to put the GLES
renderer in sdk.git, which is branched along with qemu.git for SDK
releases. Platform images will be built against the protocol version
in the platform branch of sdk.git.

Change-Id: I2c3bce627ecfd0a4b3e688d1839fe10755a21e58