Remove assert in eglReleaseThread,according to spec,
[platform/core/uifw/coregl.git] / src / modules / fastpath / coregl_fastpath_egl.c
2016-07-19 xuelian.baiRemove assert in eglReleaseThread,according to spec, 18/78818/2 submit/tizen/20160804.042831
2016-07-13 Zhaowei YuanFix memory accessing overflow 54/80054/1
2016-07-13 Zhaowei YuanFix context creating error when FASTPATH is enabled 53/80053/1
2016-07-04 Zhaowei YuanSeparate GLES API according to version 51/76151/7
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-05-02 Mun, Gwan-gyeongAdd null check before pointer value dereference 43/68143/1 accepted/tizen/common/20160504.125111 accepted/tizen/ivi/20160503.013424 accepted/tizen/mobile/20160503.013332 accepted/tizen/tv/20160503.013352 accepted/tizen/wearable/20160503.013406 submit/tizen/20160502.124315
2016-03-15 Mun, Gwan-gyeongFix int to pointer typecasting build warnings on 64bit... 46/62346/1 accepted/tizen/common/20160316.160300 accepted/tizen/ivi/20160318.111435 accepted/tizen/mobile/20160318.111019 accepted/tizen/tv/20160318.111138 accepted/tizen/wearable/20160318.111206 submit/tizen/20160315.123740
2016-03-14 Mun, Gwan-gyeongReplace vulnerable function 'sprintf' to 'snprintf... 95/62095/1 accepted/tizen/ivi/20160315.002852 accepted/tizen/mobile/20160315.002800 accepted/tizen/tv/20160315.002816 accepted/tizen/wearable/20160315.002836 submit/tizen/20160314.102032
2016-03-08 Mun, Gwan-gyeongAdd null check before pointer value dereference 09/61409/2
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
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
2014-08-07 Sukwon Suhremove build warnings
2014-08-06 Sukwon Suhfix bug : add eglSignalSyncKHR function on fastpath
2014-01-17 mythri.venugopalRemoved unnecessary Error messages.
2014-01-15 mythri.venugopalIn eglMakeCurrent: a) Remove error message when old...
2014-01-13 mythri.venugopalImplementation of fastpath_eglGetCurrentDisplay() to...
2014-01-06 mythri.venugopalAdd support for mapping of glue texture object to real...
2013-12-13 Haegeun Park[Title] Fixed fastpath bugs
2013-11-28 Haegeun Park[Title] Refactored symbol macros
2013-11-20 Haegeun Park[INTERNAL] Refactor object sharing & Added some functions
2013-11-20 Haegeun Park[INTERNAL] Refactored optimize flags & Added GL objects
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-30 Haegeun ParkMerge "[Title] Added a new trace option 'COREGL_TRACE_A...
2013-09-30 Haegeun Park[Title] Added a new trace option 'COREGL_TRACE_API_FRAME=1'
2013-09-13 Wonsik JungMerge "[Title] Fixed the context creation code to elimi...
2013-09-13 Haegeun Park[Title] Fixed the context creation code to eliminate...
2013-09-13 Haegeun ParkAdded GLES3 symbols and KHR_create_context
2013-09-04 Haegeun ParkModified alias rule (ext to find standard)
2013-08-13 Haegeun ParkMerge changes Ifd09d462,I401e6661 into devel/graphics_e...
2013-08-01 Wonsik JungMerge "[Title] Added supports for Qualcomm chipsets...
2013-07-31 Haegeun Park[Title] SIGILL will be occurred if an app queries an...
2013-07-24 Haegeun Park[Title] Added supports for Qualcomm chipsets
2013-05-13 Haegeun Park[Title] Fixed the makecurrent logic between different...
2013-05-07 Haegeun Park[Title] Changed the logging method to use dlog
2012-11-21 Haegeun Park[Title] Remove symbols of extension functions
2012-10-30 Haegeun Park[Title] Modify GL object hashing methods in fastpath...
2012-10-09 Haegeun Park[Title] Major stabilizations
2012-09-24 Haegeun Park[Title] Added an avoid code in the Fastpath-EGL for...
2012-07-27 Haegeun Park[Title] Added a new memory tracing feature(and some...
2012-06-20 Haegeun Park[Refactoring] Modularization