platform/adaptation/emulator/emulator-yagl.git
2023-07-04 byungchul.soFix additonal build error on new toolchain 79/295279/1 accepted/tizen_8.0_unified accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen tizen_8.0 tizen_9.0 accepted/tizen/8.0/unified/20231005.143731 accepted/tizen/9.0/unified/20241030.234021 accepted/tizen/unified/20230712.040734 accepted/tizen/unified/dev/20230726.115603 accepted/tizen/unified/x/20241218.081852 accepted/tizen/unified/x/asan/20241224.003601 tizen_8.0_m2_release tizen_9.0_m2_release
2023-07-04 byungchul.soFix build error on new toolchain 24/295224/1
2023-04-25 Karol LewandowskiBump version 84/291984/3 accepted/tizen/unified/20230601.162932 submit/tizen/20230427.093342
2023-04-25 Paweł StawickiAdd missing glGetInternalformativ GLESv3 function 83/291983/2
2023-04-25 Paweł StawickiAdd yagl_thread_state to gen-yagl-calls.py 82/291982/2
2023-04-25 Paweł StawickiUpdate yagl_egl_calls.in according to manual changes... 81/291981/2
2023-04-25 Paweł StawickiUpdate yagl_gles_calls.in according to manual changes... 80/291980/2
2022-07-06 byungchul.soyagl_glsl_parser: parsing '#if !defined()' block correctly 14/277414/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062127 accepted/tizen/7.0/unified/hotfix/20221116.104403 accepted/tizen/unified/20220707.133343 submit/tizen/20220707.002536 tizen_7.0_m2_release
2022-06-22 Changyeon Leebuild: Remove BuildRequires libtbm-vigs 44/276644/1 accepted/tizen/unified/20220624.143341 submit/tizen/20220624.075503
2022-05-17 byungchul.sobuild: use /hal/lib64 runpath for x86_64 84/275184/1 accepted/tizen/unified/20220524.050411 submit/tizen/20220518.032136
2022-04-01 byungchul.soVersion Up 06/273306/1 accepted/tizen/unified/20220412.100116 submit/tizen/20220404.025520
2022-01-03 Lukasz KostyraLogger: Enable dlog logging and log messages in one... 32/268832/1 accepted/tizen/unified/20220107.120835 submit/tizen/20220107.012650
2021-12-21 byungchul.soInvoke yagl_gles2_context_prepare_framebuffer in glClea... 42/268342/1 accepted/tizen/unified/20211227.122832 submit/tizen/20211224.014123
2021-12-21 byungchul.soSupport offscreen rendering for TBM_FORMAT_ARGB8888... 41/268341/1
2021-11-02 Lukasz Kostyrayagl_glsl_state: Prevent division by zero in yagl_glsl_... 64/265964/1 accepted/tizen/unified/20211103.121806 submit/tizen/20211103.073433
2021-10-20 Lukasz Kostyrayagl_gles3_program: Prevent buffer overflow 82/265482/1 accepted/tizen/unified/20211028.122217 submit/tizen/20211026.234207
2021-10-20 Lukasz Kostyrayagl_gles3_program: Replace strcpy with strncpy for... 34/265434/3
2021-10-15 Lukasz Kostyrayagl_gles1_calls: Remove useless condition check in... 76/265376/1
2021-10-15 Lukasz Kostyrayagl_log: Replace strcat with strncat in yagl_log_func_... 75/265375/1
2021-10-15 Lukasz Kostyrayagl_tizen_window: Fix potential NULL dereference 74/265374/1
2021-10-15 Lukasz Kostyrayagl_tizen_native_image: Fix potential NULL dereference 73/265373/1
2021-10-07 Lukasz Kostyrayagl_glsl_parser: Fix invalid placement of set_last_sam... 27/265027/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.093639 accepted/tizen/unified/20211008.014737 submit/tizen/20211007.231031 submit/tizen_6.5/20211028.161501 tizen_6.5.m2_release
2021-10-06 Lukasz Kostyrayagl_glsl_parser: Fix support for uniform arrays 88/264988/1 accepted/tizen/unified/20211007.052005 submit/tizen/20211007.015901
2021-08-17 Lukasz Kostyrayagl_glsl_state: Early exit on cleanup when Shader... 73/262673/1 accepted/tizen/unified/20210820.101815 submit/tizen/20210818.223105
2021-05-21 Sylwester NawrockiPrevent an out of array bounds access in yagl_glsl_stat... 84/258584/2 accepted/tizen/unified/20210531.130418 submit/tizen/20210526.012442
2021-03-29 byungchul soMerge "EGL: erase libtbm-vigs dependency" into tizen accepted/tizen/unified/20210330.111254 submit/tizen/20210329.075523
2021-03-29 Junkyeong KimEGL: erase libtbm-vigs dependency 87/256087/1
2021-03-26 Chanwoo ChoiEGL: Fix linking issue to add runpath for accessing... 97/255997/1
2021-03-11 Junkyeong KimEGL: use libhal-backend-tbm-vigs 84/254584/3 accepted/tizen/unified/20210312.184240 submit/tizen/20210312.004154
2021-02-16 Lukasz KostyraGLSL parser: Rework precision qualifier patching 93/253693/1 accepted/tizen/unified/20210222.114534 submit/tizen/20210222.040422
2021-01-22 Lukasz KostyraKeep sampler information with Program object & cleanup 12/252112/1 accepted/tizen/unified/20210125.073655 submit/tizen/20210125.002716 submit/tizen_6.0/20210125.002404
2021-01-21 Lukasz KostyraReplace vertex shader external textures & fix some... 12/252012/1
2021-01-18 Lukasz KostyraRecognize preprocessor functions in GLSL code 89/251689/1
2021-01-18 Lukasz KostyraCleanup GLSL parser/lexer code 88/251688/1
2021-01-18 Lukasz KostyraAdd GLSL lexer/parser support for uniform arrays 87/251687/1
2021-01-08 Lukasz Kostyrayagl_glsl_parser: Reorganize precision qualifier parsing 39/251139/1
2021-01-07 Lukasz KostyraImplement parsing of preprocessor condition directives 74/251074/1
2021-01-07 Lukasz KostyraParse GLSL #define preprocessor macros 73/251073/1
2021-01-07 Lukasz KostyraBind external textures via 2D texture targets 45/250345/2
2021-01-07 Lukasz KostyraCollect available samplers with their names 44/250344/2
2021-01-07 Lukasz KostyraKeep shader state cached for further analysis 43/250343/2
2020-10-13 Sylwester NawrockiYaGL: Avoid potential null pointer dereference in glGet... 34/245634/3
2020-10-13 Sylwester NawrockiYaGL: Prevent potential null pointer dereference in... 33/245633/1
2020-10-13 Sylwester NawrockiYaGL: Prevent potential null pointer dereference in... 32/245632/1
2020-09-08 Lukasz KostyraEGL: Fix minor incosistencies with specification 03/243503/3 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.123125 accepted/tizen/6.0/unified/hotfix/20201103.051716 accepted/tizen/unified/20200914.001502 submit/tizen/20200911.084158 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 tizen_6.0.m2_release
2020-09-08 Lukasz KostyraGLES: Perform additional transport flushes 02/243502/3
2020-07-27 Lukasz KostyraImplement thread safety when sharing EGL context 87/239087/3 accepted/tizen/unified/20200729.165549 submit/tizen/20200729.080538
2020-07-06 Lukasz KostyraRemove dummy libraries 90/237790/2 accepted/tizen/unified/20200707.140939 submit/tizen/20200706.084419
2019-12-31 Dongkyun Son[Tizen 6.0] Silence build warnings for GCC 9.2 build 13/221313/1 accepted/tizen/unified/20200108.131437 submit/tizen/20200107.112014
2018-08-07 Mikhail LabiukModify decision for window reset by checking tpl_surfac... 66/186166/2 accepted/tizen_5.0_unified accepted/tizen_5.5_unified_mobile_hotfix tizen_5.0 tizen_5.5_mobile_hotfix accepted/tizen/5.0/unified/20181102.012242 accepted/tizen/5.5/unified/20191031.014531 accepted/tizen/5.5/unified/mobile/hotfix/20201027.081758 accepted/tizen/unified/20180827.160650 submit/tizen/20180809.082641 submit/tizen/20180827.075509 submit/tizen_5.0/20181101.000001 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185101 tizen_5.5.m2_release
2018-06-27 Vladislav AndresovAdd handling of new format XBGR 85/180585/5 accepted/tizen/unified/20180731.140010 submit/tizen/20180731.005737
2018-06-27 Vladislav AndresovAdd fixes for video360 issue 99/181899/3
2018-04-09 SooChan LimDo not use the tbm_bufmgr_backend.h file 22/173822/5 accepted/tizen/unified/20180413.073538 submit/tizen/20180412.070136
2017-12-08 Jinhyung JoYaGL: add new rule for texture2D in GLSL 94/163194/2 accepted/tizen/unified/20171208.170413 submit/tizen/20171208.080618
2017-12-07 joonbum.koModified to completely unref the unused GEM memory. 15/163115/1
2017-10-26 Vladislav AndresovYAGL: Add hardware conversion for YUV420 format 27/156927/3 accepted/tizen/unified/20171130.063224 submit/tizen/20171128.094631
2017-08-17 Vladislav AndresovAdd hw y-inverting for ARGB images 16/144416/3 accepted/tizen/unified/20170922.065340 submit/tizen/20170913.082218 submit/tizen/20170921.074615
2017-04-26 Vasiliy UlyanovEnsure fence_dpy is setup for all threads 23/127223/1 accepted/tizen/4.0/unified/20170816.012405 accepted/tizen/4.0/unified/20170816.015300 accepted/tizen/4.0/unified/20170828.224236 accepted/tizen/unified/20170428.032549 submit/tizen/20170427.063328 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.110001 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.m1_release
2017-01-23 Vasiliy UlyanovAvoid using yagl_host_handle when acquiring images 48/111648/1 devel/vulkan
2016-12-23 Vasiliy UlyanovFix wrong host texture binding 22/106922/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20161227.192209 accepted/tizen/ivi/20161226.131617 accepted/tizen/mobile/20161226.131518 accepted/tizen/tv/20161226.131538 accepted/tizen/unified/20170309.031107 accepted/tizen/wearable/20161226.131557 submit/tizen/20161226.050229 submit/tizen_unified/20170308.100403
2016-11-28 joonbum.koY-invert ARGB images 49/100549/1 accepted/tizen/common/20161129.173735 accepted/tizen/ivi/20161130.015925 accepted/tizen/mobile/20161130.015830 accepted/tizen/tv/20161130.015848 accepted/tizen/wearable/20161130.015905 submit/tizen/20161129.132307
2016-11-01 Vasiliy UlyanovFix yagl setup script for x64 arch 71/94871/1 accepted/tizen/common/20161102.122215 accepted/tizen/ivi/20161103.000013 accepted/tizen/mobile/20161102.235924 accepted/tizen/tv/20161102.235939 accepted/tizen/wearable/20161102.235956 submit/tizen/20161102.080516
2016-10-28 Jinhyung JoYaGL: modify lib path 02/94302/2 accepted/tizen/common/20161028.114840 accepted/tizen/ivi/20161028.153003 accepted/tizen/mobile/20161028.152916 accepted/tizen/tv/20161028.152933 accepted/tizen/wearable/20161028.152959 submit/tizen/20161028.072954
2016-10-19 Slava BarinovBuild: ASan build support added 10/88810/2 sandbox/vbarinov/asan
2016-10-13 Vasiliy UlyanovYaGL: Add tpl surface validation 34/78134/3
2016-09-26 Vasiliy UlyanovAdd RGBA8888 format support for EGL tizen sfc ext 30/89730/1 accepted/tizen/3.0/ivi/20161011.044041 accepted/tizen/3.0/mobile/20161015.033105 accepted/tizen/3.0/tv/20161016.004518 accepted/tizen/3.0/wearable/20161015.082722 accepted/tizen/common/20160928.164441 accepted/tizen/ivi/20160929.002229 accepted/tizen/mobile/20160929.002032 accepted/tizen/tv/20160929.002155 accepted/tizen/wearable/20160929.002318 submit/tizen/20160928.075844 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000002 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000002 submit/tizen_3.0_wearable/20161015.000002
2016-09-13 Vasiliy UlyanovEnsure drm gem is always 'named' 48/88148/1
2016-08-09 Mun, Gwan-gyeongBuild: Remove link of libGLESv1_CM.so on /usr/lib 93/83093/1 accepted/tizen/common/20160830.150306 accepted/tizen/ivi/20160830.235659 accepted/tizen/mobile/20160830.235448 accepted/tizen/tv/20160830.235530 accepted/tizen/wearable/20160830.235615 submit/tizen/20160830.063644
2016-07-29 jin-gyu.kimDefine PATH variable in the script file. 92/81892/1 accepted/tizen/common/20160729.162312 accepted/tizen/ivi/20160729.062734 accepted/tizen/mobile/20160729.062648 accepted/tizen/tv/20160729.062700 accepted/tizen/wearable/20160729.062718 submit/tizen/20160729.055330
2016-07-21 Vasiliy UlyanovYaGL: Check for GPU acceleration on boot 41/81041/2 accepted/tizen/common/20160725.153648 accepted/tizen/ivi/20160725.083417 accepted/tizen/mobile/20160725.083352 accepted/tizen/tv/20160725.083354 accepted/tizen/wearable/20160725.083348 submit/tizen/20160725.073531
2016-07-19 Vasiliy UlyanovYaGL: Fix debug build for x64 platform 07/80707/1
2016-06-20 Vasiliy UlyanovYaGL: Fix required texture image units query 10/75610/1
2016-06-20 Vasiliy UlyanovYaGL: Add more strict error checking 09/75609/1
2016-06-14 Vasiliy UlyanovYaGL: Fix license issues 37/74437/2 accepted/tizen/common/20160615.193438 accepted/tizen/ivi/20160615.001930 accepted/tizen/mobile/20160615.001958 accepted/tizen/tv/20160615.001936 accepted/tizen/wearable/20160615.001938 submit/tizen/20160614.144853
2016-05-26 Vasiliy UlyanovYaGL: Redefine samplerExternalOES in GLSL 87/71687/1 accepted/tizen/common/20160609.145843 accepted/tizen/ivi/20160609.091238 accepted/tizen/mobile/20160609.091511 accepted/tizen/tv/20160609.091254 accepted/tizen/wearable/20160609.091243 submit/tizen/20160609.005815
2016-05-24 Vasiliy UlyanovYaGL: Y-invert YUV images 11/71211/1 accepted/tizen/common/20160526.150358 accepted/tizen/ivi/20160526.110918 accepted/tizen/mobile/20160526.110821 accepted/tizen/tv/20160526.110838 accepted/tizen/wearable/20160526.110857 submit/tizen/20160526.080841
2016-05-24 Vasiliy UlyanovYaGL: Implement GL_OES_EGL_image_external extension 10/71210/1
2016-05-24 Vasiliy UlyanovYaGL: Fix debug build with tizen platform 09/71209/1
2016-05-10 Vasiliy UlyanovYaGL: Add back buffer null check in get_buffer_age 14/68914/1 accepted/tizen/common/20160510.141506 accepted/tizen/ivi/20160511.003442 accepted/tizen/mobile/20160511.003353 accepted/tizen/tv/20160511.003406 accepted/tizen/wearable/20160511.003424 submit/tizen/20160510.103126
2016-05-02 Mun, Gwan-gyeongBuild: Recover build architecture (x86, x86_64) and... 31/68131/1 accepted/tizen/common/20160504.125104 accepted/tizen/ivi/20160503.092521 accepted/tizen/mobile/20160503.092432 accepted/tizen/tv/20160503.092442 accepted/tizen/wearable/20160503.092506 submit/tizen/20160502.114011
2016-04-29 Xuelian Baiporting YAGL to TIZEN platform 21/67921/2 submit/tizen/20160502.043551
2016-04-20 Mun, Gwan-gyeongChange GLESV1_CM symbolic link for COREGL 54/66754/1 accepted/tizen/common/20160422.172145 accepted/tizen/ivi/20160425.044111 accepted/tizen/mobile/20160425.044035 accepted/tizen/tv/20160425.044100 accepted/tizen/wearable/20160425.044047 submit/tizen/20160422.084818
2016-04-05 Vasiliy UlyanovYaGL: Fix LICENSE.MIT text 97/64797/1 accepted/tizen/common/20160406.144850 accepted/tizen/ivi/20160406.105253 accepted/tizen/mobile/20160406.105202 accepted/tizen/tv/20160406.105217 accepted/tizen/wearable/20160406.105233 submit/tizen/20160406.081710
2016-03-16 Vasiliy UlyanovYaGL: Disable ETC1_RGB8_OES format check 52/62552/1 accepted/tizen/common/20160317.160510 accepted/tizen/ivi/20160317.115702 accepted/tizen/mobile/20160317.115617 accepted/tizen/tv/20160317.115631 accepted/tizen/wearable/20160317.115645 submit/tizen/20160317.020331
2016-03-16 Vasiliy UlyanovRevert "YaGL: Mark glGenTextures call as flushing" 50/62350/2 accepted/tizen/common/20160316.161043 accepted/tizen/ivi/20160316.135604 accepted/tizen/mobile/20160316.135516 accepted/tizen/tv/20160316.135531 accepted/tizen/wearable/20160316.135547 submit/tizen/20160316.101805
2016-03-12 Vasiliy UlyanovYaGL: Mark glGenTextures call as flushing 00/62000/1 accepted/tizen/common/20160315.221341 accepted/tizen/ivi/20160315.115920 accepted/tizen/mobile/20160315.115824 accepted/tizen/tv/20160315.115842 accepted/tizen/wearable/20160315.115902 submit/tizen/20160315.012116
2016-03-11 Vasiliy UlyanovYaGL: Fix dynamic symbols loading with coregl 57/61757/2
2016-03-03 Vasiliy UlyanovYaGL: Add pbuffer support for Wayland platform 60/61060/1 accepted/tizen/ivi/20160311.054606 accepted/tizen/mobile/20160311.054508 accepted/tizen/tv/20160311.054532 accepted/tizen/wearable/20160311.054545 submit/tizen/20160310.060703
2016-02-01 Vasiliy UlyanovYaGL: Fix Prevent issues 61/58461/1 accepted/tizen/common/20160304.195047 accepted/tizen/ivi/20160304.015431 accepted/tizen/mobile/20160304.015338 accepted/tizen/tv/20160304.015357 accepted/tizen/wearable/20160304.015410 accepted/tizen/wearable/20160307.020711 submit/tizen/20160303.131907 submit/tizen_wearable/20160304.133021
2016-01-05 Mun, Gwan-gyeongYaGL: Fix build configuration for install directory... 56/55756/4 accepted/tizen/common/20160129.173120 accepted/tizen/ivi/20160218.022900 accepted/tizen/mobile/20160108.010156 accepted/tizen/tv/20160108.010521 submit/tizen_common/20160128.052157 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_mobile/20160105.110407 submit/tizen_tv/20160105.110358
2016-01-05 Mun, Gwan-gyeongwayland-egl: add missed package config file 55/55755/3
2016-01-05 Mun, Gwan-gyeongYaGL: Seperate emulator-yagl package to libwayland... 54/55754/3
2016-01-05 Mun, Gwan-gyeongYaGL: Change install directory of real driver. 53/55753/3
2015-12-09 Jinhyung JoYaGL: support EGL_NATIVE_VISUAL_ID for GBM 31/53731/1 accepted/tizen/mobile/20151215.124619 accepted/tizen/mobile/20151215.124651 accepted/tizen/tv/20151215.125231 accepted/tizen/wearable/20151215.125518 submit/tizen/20151215.084935 submit/tizen_common/20160223.170033
2015-11-06 jinhyung.joYaGL: Version bump 70/51270/1 accepted/tizen/mobile/20151107.080053 accepted/tizen/tv/20151107.080218 accepted/tizen/wearable/20151107.080420 submit/tizen/20151106.083914
2015-11-04 jinhyung.joYaGL: Fix compilation warning & add '-Werror' option 24/51024/1 accepted/tizen/mobile/20151105.083843 accepted/tizen/tv/20151105.083856 accepted/tizen/wearable/20151105.083914 submit/tizen/20151105.033621
2015-11-04 jinhyung.joYaGL: Patches for the 64bit addressing 97/50997/2
2015-08-10 Vasiliy UlyanovRevert "YaGL: Workaround for libevas gles version check" 45/45645/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150810.080518 accepted/tizen/tv/20150810.080541 accepted/tizen/wearable/20150810.080559 submit/tizen/20150810.071326 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
2015-08-05 jinhyung.joYaGL: Modified the .spec & COPYING files. 38/45338/1
2015-08-05 jinhyung.joYaGL: Updating the EGL header files 37/45337/1
next