Add support for GLES V1.1 55/74655/6
authorZhaowei Yuan <zhaowei.yuan@samsung.com>
Tue, 14 Jun 2016 18:28:10 +0000 (02:28 +0800)
committerZhaowei Yuan <zhaowei.yuan@samsung.com>
Thu, 16 Jun 2016 19:17:55 +0000 (03:17 +0800)
commit88c331cd5123a454522294cd1602755e722767bf
tree755103a0129842ee4173242c612c76c0d797b0ba
parent6a45141e3559def6416114a9f4acf6624bf1d87a
Add support for GLES V1.1

This patch adds supprot for GLES V1.1:
1. Add GLES V1.1 interfaces
2. Add typedef PFNGLPOINTSIZEPOINTEROESPROC in include_khr\gles\gl.h
3. Create soft link libGLESv1_CM.so.1.1

Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com>
Change-Id: I5f4c227abda85fed825573281bcc0bb20458d1f4
13 files changed:
include_KHR/GLES/gl.h
packaging/coregl.spec
src/coregl.c
src/coregl_export_gl.c
src/coregl_internal.h
src/headers/sym_gl.h
src/modules/fastpath/coregl_fastpath.c
src/modules/fastpath/coregl_fastpath.h
src/modules/fastpath/coregl_fastpath_gl.c
src/modules/fastpath/coregl_fastpath_state.h
src/modules/tracepath/coregl_tracepath.c
src/modules/tracepath/coregl_tracepath_gl.c
src/wraps/coregl_gl.c