Sync with released version for TIZEN 1.0 demo
authorHaegeun Park <haegeun.park@samsung.com>
Thu, 12 Apr 2012 13:09:46 +0000 (06:09 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Thu, 12 Apr 2012 13:09:46 +0000 (06:09 -0700)
commit528fe73b16129f78c39a2cf7f0efb70ac4a3bd94
tree3071a3bfdda7757db8bf641454ebe9d79dfe31de
parent89d1d5d05dafb9c19ece315ac9b53f7f4efeb2d9
Sync with released version for TIZEN 1.0 demo

Updates since last release:

    - Separted globally shared gl objects to local contexts
      (texture, buffer, framebuffer, renderbuffer, program)
    - Enhance tracing & performance
    - Added gl-error handling
    - Added handling functions for some extensions
    - Fixed dlsym link bug & hided unused symbols
18 files changed:
Makefile
include/EGL/sym_egl.h
include/GLES2/sym_gl.h
src/coregl.c
src/coregl.h
src/coregl_fastpath.c
src/coregl_fastpath.h
src/coregl_fastpath_egl.c
src/coregl_fastpath_gl.c
src/coregl_internal.h
src/coregl_override.c
src/coregl_trace.c
src/coregl_wrappath.c
src/coregl_wrappath.h
src/coregl_wrappath_egl.c
src/coregl_wrappath_gl.c
src/headers/sym_egl.h
src/headers/sym_gl.h