coregl_fastpath: Add process of some missed state
[platform/core/uifw/coregl.git] / src / modules / fastpath / coregl_fastpath.c
2016-08-09 Zhaowei Yuancoregl_fastpath: Add process of some missed state 55/82855/3
2016-08-04 Zhaowei YuanAdd support for some missing processing of state which... 94/81294/7
2016-08-04 Zhaowei YuanAdd considering of initial value when compare state 60/81260/4
2016-07-13 Zhaowei YuanApply fastpath and tracepath for GLES 1.1 50/80050/1
2016-07-13 Zhaowei YuanAdd support for GLES 3.2 43/78843/2
2016-07-06 xuelian.baiFix runtime warning for GLES3.2 08/78508/1
2016-07-04 Zhaowei YuanSeparate GLES API according to version 51/76151/7
2016-06-16 Zhaowei YuanAdd support for GLES V1.1 55/74655/6
2016-05-10 xuelian.baiChange type of ctx name from array to pointer, to avoid... 54/68554/3 accepted/tizen/ivi/20160513.004458 accepted/tizen/mobile/20160513.004512 accepted/tizen/tv/20160513.004502 accepted/tizen/wearable/20160513.004451 submit/tizen/20160512.072056
2016-02-22 Sangjin LeeMerge "Add coding style guide. Apply coding style.... accepted/tizen/wearable/20160307.020705 submit/tizen_wearable/20160304.133021
2016-02-19 Mun, Gwan-gyeongAdd coding style guide. 74/59874/1
2016-01-26 joonbum.koFix memory bug and prevent potential leak. 39/57939/1
2016-01-06 xing.huang1.add fastpath APIs for OpenGLES_DDK 40/56340/1
2015-11-25 Sangjin LeeMerge branch 'spin-tizen_3.0' into tizen submit/devel/coregl/20151204.063909 submit/tizen_mobile/20151202.065613 submit/tizen_mobile/20151204.053947 submit/tizen_tv/20151202.065316 submit/tizen_tv/20151204.053802
2015-11-02 Xuelian BaiAdd fastpath APIs for OpenGLES_DDK 3.1
2014-08-07 Sukwon Suhremove build warnings
2014-06-09 Dongyeon KimRemove glEGLImageTargetTexture2DOES from fastpath
2014-02-11 mythri.venugopal[SRUK] Check GLES version supported by driver, and...
2014-01-31 mythri.venugopalFix for error while running gfxbench with Fastpath.
2014-01-13 mythri.venugopalImplementation of fastpath_eglGetCurrentDisplay() to...
2013-12-19 mythri.venugopalAdded support for GL_TEXTURE_EXTERNAL_OES target in...
2013-12-13 Haegeun Park[Title] Fixed fastpath bugs
2013-11-28 Haegeun Park[Title] Refactored symbol macros
2013-11-26 Haegeun Park[Title] Stabilized ES3.0 Fastpath - trace option &...
2013-11-20 Haegeun Park[Title] Implemented fastpath for OpenGL ES 3.0 (FINAL)
2013-11-20 Haegeun Park[INTERNAL] Added code blocks for enum process
2013-11-20 Haegeun Park[INTERNAL] Added samper objects
2013-11-20 Haegeun Park[INTERNAL] Refactor object sharing & Added some functions
2013-11-20 Haegeun Park[INTERNAL] Approved checking library links & Vertex...
2013-11-20 Haegeun Park[INTERNAL] Refactored optimize flags & Added GL objects
2013-11-20 Haegeun Park[INTERNAL ES3.0] Added Handling for ReadBuffer, Queries...
2013-11-11 Haegeun Park[Title] Fixed error reports in the symbol checking...
2013-11-01 Haegeun Park[Title] Avoid prevent issues
2013-10-11 Haegeun Park[Title] Terminated with SIGILL when using ES3.0 API...
2013-10-02 Haegeun Park[Title] Applied ES3.0 supports for normal path.
2013-10-02 Haegeun Park[Title] Applied ES3.0 supports for normal path.
2013-09-13 Haegeun ParkAdded GLES3 symbols and KHR_create_context
2013-09-04 Haegeun ParkMerge "[Title] Added support for two ANGLE extensions...
2013-09-04 Haegeun Park[Title] Added support for two ANGLE extensions.
2013-08-27 Wonsik JungMerge "[Title] Added surface dumping point for EGL...
2013-08-27 Wonsik JungMerge changes I4d4a412f,Iff0ebd69 into devel/graphics_e...
2013-08-27 Haegeun Park[Title] Added surface dumping point for EGL pixmaps...
2013-08-26 Haegeun Park[Title] Fixed memory leaks in fastpath module
2013-08-26 Haegeun Park[Title] Released a new feature 'COREGL_TRACE_SURFACE'
2013-08-01 Wonsik JungMerge "[Title] Added supports for Qualcomm chipsets...
2013-07-24 Haegeun Park[Title] Added supports for Qualcomm chipsets
2013-05-07 Haegeun Park[Title] Changed the logging method to use dlog
2013-02-18 Haegeun Park[Title] Added an extension support for 'OES_standard_de...
2013-01-16 Haegeun Park[Title] Added a new option 'COREGL_TRACE_MEM_ALL'
2013-01-07 Haegeun Park[Title] Fixed mismatching object names in fastpath...
2012-12-14 Haegeun Park[Title] Renamed/Added some EXT/OES extensions
2012-10-30 Haegeun Park[Title] Modify GL object hashing methods in fastpath...
2012-10-10 Haegeun Park[Title] Added a threading module (using __thread)
2012-10-09 Haegeun Park[Title] Major stabilizations
2012-09-12 Haegeun Park[Title] Fixed a duplicated override of 'glDetachShader...
2012-09-05 Haegeun Park[Title] Added defensive codes against unusual usages...
2012-07-27 Haegeun Park[Title] Added a new memory tracing feature(and some...
2012-07-05 Wonsik JungMerge "[Trace] Add 'MAX elapsed time' at API tracing...
2012-06-28 Haegeun Park[Trace] Add 'MAX elapsed time' at API tracing module
2012-06-20 Haegeun Park[Refactoring] Modularization