summaryrefslogtreecommitdiff
path: root/GLESv2/yagl_gles3_program.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-20yagl_gles3_program: Prevent buffer overflowsubmit/tizen/20211026.234207accepted/tizen/unified/20211028.122217Lukasz Kostyra1-5/+5
Fixes defects WGID 467867 and WGID 467868 Change-Id: I03fca7c5af1d52b6f644c4517e09ee2e931d51c7
2021-10-20yagl_gles3_program: Replace strcpy with strncpy for safetyLukasz Kostyra1-3/+5
Fixes defect WGID 443657 Change-Id: I0c57b2b7f23175e218d17dce6320af51550f238b
2015-01-08YaGL: Source cleanupjinhyung.jo1-0/+33
Add MIT(or LGPL3.0) boilerplate to the header of the files Add a rule for license file in the spec file Add LICENSE & NOTICE, AUTHOR, COPYING, etc files Change-Id: If2b5c1c07834aaa0f463fb9f47240a2ab463eeff Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
2014-02-04YaGL: Fixes for khronos CTS 3.0 / uniform_buffer_objectStanislav Vorobiov1-1/+1
Change-Id: I81e7dbb3b5ca04cf0849a0af57f8bfd6fc3804d2
2014-01-31YaGL: glGetFragDataLocation implementedStanislav Vorobiov1-0/+30
Change-Id: Idd5428a0da0cc02cda08e584f78bb4786e8449b3
2014-01-31YaGL: Implemented glUniformMatrixAxBfvStanislav Vorobiov1-0/+114
Change-Id: I582da14c8bfba8721abd5c333b4724f0014a406b
2014-01-31YaGL: Integer vertex attributes and uniforms supportedStanislav Vorobiov1-0/+174
Change-Id: I3f6d7ab114f627da0463eb6bc0898e7a6d6629fb
2013-11-13YaGL: Queries support implementedStanislav Vorobiov1-3/+2
Change-Id: Ifd7de09a920974d526432403895e043fd55967d3
2013-11-13YaGL: Transform feedback initial supportStanislav Vorobiov1-12/+116
Transform feedback objects and buffers are implemented, all transform feedback operations are also implemented. Still needs validations in drawing calls and transform feedback buffers aren't updated on transform feedback completion yet Change-Id: I1534003bdb9257e7101be9206057247546fc4001
2013-11-11YaGL: Remaining uniform APIs implementedStanislav Vorobiov1-0/+179
glGetActiveUniformBlockName and glGetActiveUniformBlockiv implemented Change-Id: Ib4499a39d8ac66b1f9f4e96a4bd10c8a8e8863d2
2013-11-11YaGL: More uniform APIs implementedStanislav Vorobiov1-8/+76
glGetUniformBlockIndex and glUniformBlockBinding implemented Change-Id: I7aab39fb4bc3213c8fce49a9489fa7cd28d47707
2013-11-08YaGL: glGetUniformIndices implementedStanislav Vorobiov1-1/+93
Change-Id: I00a5b02653f274be1b03ad79f848eef4e7aa0e2d
2013-11-08YaGL: glGetActiveUniformsiv implementedStanislav Vorobiov1-0/+145
Change-Id: I83fb22f385616b4ba6dd6b59c811cc3d373e5b91