OSDN Git Service

Add ES3 support to libGLESv2 and tracing tools
authorJesse Hall <jessehall@google.com>
Fri, 8 Feb 2013 19:13:46 +0000 (11:13 -0800)
committerJesse Hall <jessehall@google.com>
Wed, 13 Feb 2013 00:36:53 +0000 (16:36 -0800)
commit4774338bd0ad1ebe42c311fd0c72f13786b5c800
tree52f851fe4cf9923fec6573ef7beea93928fdce4a
parent61d1b812137b7f3a877e855f9a088be307ec11b6
Add ES3 support to libGLESv2 and tracing tools

Since ES3 is backwards compatible with ES2, a new wrapper isn't
necessary, and the Khronos implementation guidelines recommend
supporting both versions with the same library.

Change-Id: If9bb02be60ce01cc5fe25d1f40c4e7f37244ebf6
20 files changed:
opengl/libs/EGL/egl.cpp
opengl/libs/EGL/eglApi.cpp
opengl/libs/EGL/egl_display.h
opengl/libs/EGL/egl_object.cpp
opengl/libs/EGL/egl_object.h
opengl/libs/EGL/trace.cpp
opengl/libs/GLES2/gl2.cpp
opengl/libs/GLES2/gl3_api.in [new file with mode: 0644]
opengl/libs/GLES2/gl3ext_api.in [new file with mode: 0644]
opengl/libs/GLES_trace/gltrace.proto
opengl/libs/GLES_trace/src/gltrace.pb.cpp
opengl/libs/GLES_trace/src/gltrace.pb.h
opengl/libs/GLES_trace/src/gltrace_api.cpp
opengl/libs/GLES_trace/src/gltrace_api.h
opengl/libs/GLES_trace/tools/genapi.py
opengl/libs/entries.in
opengl/libs/enums.in
opengl/libs/hooks.h
opengl/libs/tools/genfiles
opengl/libs/trace.in