summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-06yagl_glsl_parser: parsing '#if !defined()' block correctlytizen_7.0_m2_releasesubmit/tizen/20220707.002536accepted/tizen/unified/20220707.133343accepted/tizen/7.0/unified/hotfix/20221116.104403accepted/tizen/7.0/unified/20221110.062127tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedbyungchul.so2-4/+4
2022-06-22build: Remove BuildRequires libtbm-vigssubmit/tizen/20220624.075503accepted/tizen/unified/20220624.143341Changyeon Lee1-1/+0
2022-05-17build: use /hal/lib64 runpath for x86_64submit/tizen/20220518.032136accepted/tizen/unified/20220524.050411byungchul.so2-1/+7
2022-04-01Version Upsubmit/tizen/20220404.025520accepted/tizen/unified/20220412.100116byungchul.so1-1/+1
2022-01-03Logger: Enable dlog logging and log messages in one linesubmit/tizen/20220107.012650accepted/tizen/unified/20220107.120835Lukasz Kostyra4-58/+149
2021-12-21Invoke yagl_gles2_context_prepare_framebuffer in glClear for GLESv2/GLESv3submit/tizen/20211224.014123accepted/tizen/unified/20211227.122832byungchul.so7-4/+44
2021-12-21Support offscreen rendering for TBM_FORMAT_ARGB8888 tbm bufferbyungchul.so12-17/+92
2021-11-02yagl_glsl_state: Prevent division by zero in yagl_glsl_state_pp_solve_binarysubmit/tizen/20211103.073433accepted/tizen/unified/20211103.121806Lukasz Kostyra1-0/+8
2021-10-20yagl_gles3_program: Prevent buffer overflowsubmit/tizen/20211026.234207accepted/tizen/unified/20211028.122217Lukasz Kostyra1-5/+5
2021-10-20yagl_gles3_program: Replace strcpy with strncpy for safetyLukasz Kostyra1-3/+5
2021-10-15yagl_gles1_calls: Remove useless condition check in glPointParameter*Lukasz Kostyra1-4/+4
2021-10-15yagl_log: Replace strcat with strncat in yagl_log_func_enter_splitLukasz Kostyra1-4/+22
2021-10-15yagl_tizen_window: Fix potential NULL dereferenceLukasz Kostyra1-5/+7
2021-10-15yagl_tizen_native_image: Fix potential NULL dereferenceLukasz Kostyra1-2/+7
2021-10-07yagl_glsl_parser: Fix invalid placement of set_last_sampler_array_counttizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161501submit/tizen/20211007.231031accepted/tizen/unified/20211008.014737accepted/tizen/6.5/unified/20211028.093639tizen_6.5accepted/tizen_6.5_unifiedLukasz Kostyra2-4/+5
2021-10-06yagl_glsl_parser: Fix support for uniform arrayssubmit/tizen/20211007.015901accepted/tizen/unified/20211007.052005Lukasz Kostyra6-45/+122
2021-08-17yagl_glsl_state: Early exit on cleanup when Shader was not initializedsubmit/tizen/20210818.223105accepted/tizen/unified/20210820.101815Lukasz Kostyra1-0/+5
2021-05-21Prevent an out of array bounds access in yagl_glsl_state_pp_condition_parse_a...submit/tizen/20210526.012442accepted/tizen/unified/20210531.130418Sylwester Nawrocki1-2/+2
2021-03-29Merge "EGL: erase libtbm-vigs dependency" into tizensubmit/tizen/20210329.075523accepted/tizen/unified/20210330.111254byungchul so2-8/+0
2021-03-29EGL: erase libtbm-vigs dependencyJunkyeong Kim2-8/+0
2021-03-26EGL: Fix linking issue to add runpath for accessing /hal/lib pathChanwoo Choi1-0/+2
2021-03-11EGL: use libhal-backend-tbm-vigssubmit/tizen/20210312.004154accepted/tizen/unified/20210312.184240Junkyeong Kim4-1/+11
2021-02-16GLSL parser: Rework precision qualifier patchingsubmit/tizen/20210222.040422accepted/tizen/unified/20210222.114534Lukasz Kostyra4-21/+36
2021-01-22Keep sampler information with Program object & cleanupsubmit/tizen_6.0/20210125.002404submit/tizen/20210125.002716accepted/tizen/unified/20210125.073655Lukasz Kostyra6-53/+238
2021-01-21Replace vertex shader external textures & fix some issuesLukasz Kostyra5-95/+207
2021-01-18Recognize preprocessor functions in GLSL codeLukasz Kostyra4-33/+77
2021-01-18Cleanup GLSL parser/lexer codeLukasz Kostyra4-62/+75
2021-01-18Add GLSL lexer/parser support for uniform arraysLukasz Kostyra2-7/+119
2021-01-08yagl_glsl_parser: Reorganize precision qualifier parsingLukasz Kostyra7-42/+101
2021-01-07Implement parsing of preprocessor condition directivesLukasz Kostyra6-53/+1192
2021-01-07Parse GLSL #define preprocessor macrosLukasz Kostyra6-36/+119
2021-01-07Bind external textures via 2D texture targetsLukasz Kostyra10-36/+188
2021-01-07Collect available samplers with their namesLukasz Kostyra6-12/+157
2021-01-07Keep shader state cached for further analysisLukasz Kostyra3-7/+10
2020-10-13YaGL: Avoid potential null pointer dereference in glGetUniformLocation()Sylwester Nawrocki1-2/+5
2020-10-13YaGL: Prevent potential null pointer dereference in eglCreateImageKHR()Sylwester Nawrocki1-1/+1
2020-10-13YaGL: Prevent potential null pointer dereference in yagl_render_finish()Sylwester Nawrocki1-1/+3
2020-09-08EGL: Fix minor incosistencies with specificationtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114801submit/tizen_6.0_hotfix/20201102.192501submit/tizen_6.0/20201029.205101submit/tizen/20200911.084158accepted/tizen/unified/20200914.001502accepted/tizen/6.0/unified/hotfix/20201103.051716accepted/tizen/6.0/unified/20201030.123125tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedLukasz Kostyra1-0/+12
2020-09-08GLES: Perform additional transport flushesLukasz Kostyra3-25/+19
2020-07-27Implement thread safety when sharing EGL contextsubmit/tizen/20200729.080538accepted/tizen/unified/20200729.165549Lukasz Kostyra11-12/+132
2020-07-06Remove dummy librariessubmit/tizen/20200706.084419accepted/tizen/unified/20200707.140939Lukasz Kostyra9-507/+121
2019-12-31[Tizen 6.0] Silence build warnings for GCC 9.2 buildsubmit/tizen/20200107.112014accepted/tizen/unified/20200108.131437Dongkyun Son1-1/+1
2018-08-07Modify decision for window reset by checking tpl_surface_validatetizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185101submit/tizen_5.5/20191031.000001submit/tizen_5.0/20181101.000001submit/tizen/20180827.075509submit/tizen/20180809.082641accepted/tizen/unified/20180827.160650accepted/tizen/5.5/unified/mobile/hotfix/20201027.081758accepted/tizen/5.5/unified/20191031.014531accepted/tizen/5.0/unified/20181102.012242tizen_5.5_mobile_hotfixtizen_5.0accepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.0_unifiedMikhail Labiuk1-1/+4
2018-06-27Add handling of new format XBGRsubmit/tizen/20180731.005737accepted/tizen/unified/20180731.140010Vladislav Andresov12-0/+209
2018-06-27Add fixes for video360 issueVladislav Andresov2-0/+9
2018-04-10Do not use the tbm_bufmgr_backend.h filesubmit/tizen/20180412.070136accepted/tizen/unified/20180413.073538SooChan Lim7-12/+15
2017-12-08YaGL: add new rule for texture2D in GLSLsubmit/tizen/20171208.080618accepted/tizen/unified/20171208.170413Jinhyung Jo1-0/+6
2017-12-07Modified to completely unref the unused GEM memory.joonbum.ko1-0/+17
2017-10-26YAGL: Add hardware conversion for YUV420 formatsubmit/tizen/20171128.094631accepted/tizen/unified/20171130.063224Vladislav Andresov1-7/+30
2017-08-17Add hw y-inverting for ARGB imagessubmit/tizen/20170921.074615submit/tizen/20170913.082218accepted/tizen/unified/20170922.065340Vladislav Andresov2-5/+36