summaryrefslogtreecommitdiff
path: root/GLESv2
AgeCommit message (Expand)AuthorFilesLines
2014-01-31YaGL: glClearBuffer and glInvalidateSubFramebuffer implementedStanislav Vorobiov4-30/+150
2014-01-31YaGL: Integer vertex attributes and uniforms supportedStanislav Vorobiov10-126/+771
2014-01-30YaGL: 64-bit parameter queries and indexed queries implementedStanislav Vorobiov4-38/+238
2014-01-30YaGL: EGL_KHR_fence_sync and GLESv3 sync objects implementedStanislav Vorobiov7-41/+326
2014-01-23YaGL: GL_EXT_unpack_subimage and GL_NV_pack_subimage implementedStanislav Vorobiov3-99/+61
2014-01-23YaGL: GL_OES_compressed_ETC1_RGB8_texture implementedStanislav Vorobiov4-93/+66
2014-01-22YaGL: Buffer object copying implementedStanislav Vorobiov4-8/+119
2014-01-22YaGL: Multisampled renderbuffer implementedStanislav Vorobiov2-6/+11
2014-01-22YaGL: GL_NV_read_buffer implementedStanislav Vorobiov3-7/+2
2014-01-22YaGL: Full GL_NV_pixel_buffer_object supportStanislav Vorobiov5-14/+67
2014-01-22YaGL: Fix get_stride bugStanislav Vorobiov1-1/+1
2014-01-21YaGL: Implemented GL_OES_texture_3D compressed APIStanislav Vorobiov4-53/+338
2014-01-21YaGL: Basic GL_NV_pixel_buffer_object supportStanislav Vorobiov4-95/+160
2014-01-20YaGL: GL_EXT_texture_storage fixedStanislav Vorobiov4-65/+242
2014-01-20YaGL: GL_EXT_texture_storage implementedStanislav Vorobiov4-13/+101
2014-01-17YaGL: Samplers implementedStanislav Vorobiov4-61/+360
2014-01-17YaGL: Add more functions to GLESv3 dummyStanislav Vorobiov1-0/+59
2014-01-16YaGL: 2D array textures implementedStanislav Vorobiov6-16/+123
2014-01-16YaGL: TODO GL_OES_texture_3DStanislav Vorobiov1-0/+9
2014-01-16YaGL: Basic GL_OES_texture_3D functionality implementedStanislav Vorobiov6-1/+315
2014-01-15Merge remote-tracking branch 'origin/tizen' into glesv3Stanislav Vorobiov1-14/+24
2013-11-21YaGL: Remove remaining dependencies on GL_ARB_ES2_compatibilityStanislav Vorobiov1-17/+28
2013-11-19YaGL: Fix ETC2 RG11 texture unpackingStanislav Vorobiov1-2/+4
2013-11-19YaGL: ETC2 compressed texture formats implementedStanislav Vorobiov9-32/+1657
2013-11-15YaGL: GL_EXT_instanced_arrays full supportStanislav Vorobiov5-78/+83
2013-11-15YaGL: Fixed shader preprocessingStanislav Vorobiov5-202/+309
2013-11-14YaGL: Add GLESv3 function stubs in order to run khronos cts es 3.0Stanislav Vorobiov2-0/+247
2013-11-14YaGL: GL_EXT_instanced_arrays initial supportStanislav Vorobiov4-10/+111
2013-11-14YaGL: GL_OES_element_index_uint implementedStanislav Vorobiov1-1/+1
2013-11-13YaGL: Fix glGet for GL_TRANSFORM_FEEDBACK_BUFFER_BINDINGStanislav Vorobiov1-1/+4
2013-11-13YaGL: Occlusion queries implementedStanislav Vorobiov2-0/+28
2013-11-13YaGL: Queries support implementedStanislav Vorobiov7-5/+453
2013-11-13YaGL: Transform feedback initial supportStanislav Vorobiov16-105/+1135
2013-11-11YaGL: Remaining uniform APIs implementedStanislav Vorobiov3-0/+274
2013-11-11YaGL: More uniform APIs implementedStanislav Vorobiov7-21/+300
2013-11-08YaGL: glGetUniformIndices implementedStanislav Vorobiov4-1/+123
2013-11-08YaGL: glGetActiveUniformsiv implementedStanislav Vorobiov8-59/+355
2013-11-08YaGL: Simplified active variable cachingStanislav Vorobiov4-215/+229
2013-11-07YaGL: Basic uniform buffer object supportStanislav Vorobiov7-39/+596
2013-11-07YaGL: GL_OES_mapbuffer and GL_EXT_map_buffer_range implementedStanislav Vorobiov1-1/+2
2013-11-06YaGL: Separated GLESv2/GLESv3 shader processingStanislav Vorobiov9-190/+380
2013-11-05YaGL: GL_EXT_draw_buffers implementedStanislav Vorobiov1-1/+1
2013-11-05YaGL: GL_ANGLE_framebuffer_blit implementedStanislav Vorobiov1-1/+1
2013-11-05YaGL: Complete VAO supportStanislav Vorobiov2-0/+22
2013-10-31YaGL: Fix GL_POINT_SPRITEStanislav Vorobiov1-2/+7
2013-10-22YaGL: Basic VAO supportStanislav Vorobiov5-20/+36
2013-10-22YaGL: GLESv3 supported in EGLStanislav Vorobiov7-162/+390
2013-10-18YaGL: Some GLESv3 dummiesStanislav Vorobiov3-0/+48
2013-10-18YaGL: Headers updatedStanislav Vorobiov1-1/+1
2013-10-17YaGL: Batching improvedStanislav Vorobiov14-3327/+3687