summaryrefslogtreecommitdiff
path: root/GLESv2/yagl_gles3_context.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-21Invoke yagl_gles2_context_prepare_framebuffer in glClear for GLESv2/GLESv3submit/tizen/20211224.014123accepted/tizen/unified/20211227.122832byungchul.so1-0/+6
2016-06-20YaGL: Add more strict error checkingVasiliy Ulyanov1-0/+15
2015-01-08YaGL: Source cleanupjinhyung.jo1-0/+33
2014-04-14YaGL: Optimize glGetXXXsubmit/tizen/20140422.144844Stanislav Vorobiov1-13/+301
2014-03-06YaGL: Fixes for Mac OS XStanislav Vorobiov1-1/+12
2014-03-05YaGL: Don't call host's glGetIntegerv(GL_XXX_BITS)Stanislav Vorobiov1-8/+8
2014-03-01YaGL: Using flex/bison-based GLSL ES patcherStanislav Vorobiov1-44/+0
2014-02-19YaGL: Fix transform feedback checksStanislav Vorobiov1-12/+67
2014-02-19YaGL: Proper GL_ALPHA/GL_LUMINANCE/GL_LUMINANCE_ALPHAStanislav Vorobiov1-0/+4
2014-02-15YaGL: Support texture zeroStanislav Vorobiov1-1/+1
2014-02-15YaGL: Enable SRGB framebufferStanislav Vorobiov1-0/+7
2014-02-14YaGL: Various format validation fixesStanislav Vorobiov1-109/+85
2014-02-06YaGL: Expose GLESv2 extensions in GLESv3 contextsStanislav Vorobiov1-75/+2
2014-02-05YaGL: Better pixel format handling and validationStanislav Vorobiov1-121/+546
2014-02-04YaGL: Minor fixesStanislav Vorobiov1-1/+1
2014-02-04YaGL: Fixes for khronos CTS 3.0 / uniform_buffer_objectStanislav Vorobiov1-0/+37
2014-02-04YaGL: Fixed vertex attribute 0 problemStanislav Vorobiov1-51/+6
2014-02-03YaGL: Fixed khronos CTS 3.0 host crashesStanislav Vorobiov1-1/+1
2014-01-31YaGL: glDrawRangeElements implementedStanislav Vorobiov1-0/+18
2014-01-31YaGL: Integer vertex attributes and uniforms supportedStanislav Vorobiov1-1/+48
2014-01-30YaGL: 64-bit parameter queries and indexed queries implementedStanislav Vorobiov1-7/+101
2014-01-30YaGL: EGL_KHR_fence_sync and GLESv3 sync objects implementedStanislav Vorobiov1-1/+10
2014-01-23YaGL: GL_EXT_unpack_subimage and GL_NV_pack_subimage implementedStanislav Vorobiov1-36/+13
2014-01-23YaGL: GL_OES_compressed_ETC1_RGB8_texture implementedStanislav Vorobiov1-0/+2
2014-01-22YaGL: Buffer object copying implementedStanislav Vorobiov1-2/+39
2014-01-22YaGL: GL_NV_read_buffer implementedStanislav Vorobiov1-1/+0
2014-01-22YaGL: Full GL_NV_pixel_buffer_object supportStanislav Vorobiov1-0/+4
2014-01-22YaGL: Fix get_stride bugStanislav Vorobiov1-1/+1
2014-01-21YaGL: Implemented GL_OES_texture_3D compressed APIStanislav Vorobiov1-2/+2
2014-01-21YaGL: Basic GL_NV_pixel_buffer_object supportStanislav Vorobiov1-6/+8
2014-01-20YaGL: GL_EXT_texture_storage fixedStanislav Vorobiov1-0/+201
2014-01-17YaGL: Samplers implementedStanislav Vorobiov1-0/+39
2014-01-16YaGL: 2D array textures implementedStanislav Vorobiov1-3/+15
2014-01-16YaGL: Basic GL_OES_texture_3D functionality implementedStanislav Vorobiov1-0/+146
2013-11-19YaGL: ETC2 compressed texture formats implementedStanislav Vorobiov1-0/+1
2013-11-15YaGL: Fixed shader preprocessingStanislav Vorobiov1-86/+83
2013-11-14YaGL: GL_EXT_instanced_arrays initial supportStanislav Vorobiov1-4/+7
2013-11-13YaGL: Fix glGet for GL_TRANSFORM_FEEDBACK_BUFFER_BINDINGStanislav Vorobiov1-1/+4
2013-11-13YaGL: Occlusion queries implementedStanislav Vorobiov1-0/+27
2013-11-13YaGL: Queries support implementedStanislav Vorobiov1-2/+103
2013-11-13YaGL: Transform feedback initial supportStanislav Vorobiov1-57/+161
2013-11-11YaGL: More uniform APIs implementedStanislav Vorobiov1-7/+125
2013-11-07YaGL: Basic uniform buffer object supportStanislav Vorobiov1-34/+338
2013-11-06YaGL: Separated GLESv2/GLESv3 shader processingStanislav Vorobiov1-0/+39
2013-10-22YaGL: Basic VAO supportStanislav Vorobiov1-0/+1
2013-10-22YaGL: GLESv3 supported in EGLStanislav Vorobiov1-0/+166