summaryrefslogtreecommitdiff
path: root/hw/yagl/yagl_apis
AgeCommit message (Expand)AuthorFilesLines
2015-11-04YaGL: Patches for the 64bit memory addressingjinhyung.jo3-75/+75
2015-05-19YaGL: Fix hangling of GL_QUERY_RESULT flagVasily Golubev3-7/+13
2014-03-24YaGL: Workaround broken UBO on some platformsStanislav Vorobiov4-33/+342
2014-03-05YaGL: Allow using EGL_DONT_CARE in eglChooseConfigStanislav Vorobiov1-24/+45
2014-03-01YaGL: Always use EBO with glDrawElementsXXXStanislav Vorobiov3-3/+70
2014-02-24YaGL: Return nVidia GL_UNPACK_ALIGNMENT bug workaroundStanislav Vorobiov1-0/+50
2014-02-24VIGS/YaGL: Use glMapBufferRange instead of glBufferSubDataStanislav Vorobiov3-3/+70
2014-02-21YaGL: Respect OpenGL ES context versionStanislav Vorobiov3-4/+25
2014-01-31YaGL: glDrawRangeElements implementedStanislav Vorobiov3-241/+286
2014-01-31YaGL: glGetFragDataLocation implementedStanislav Vorobiov3-91/+118
2014-01-31YaGL: Implemented glUniformMatrixAxBfvStanislav Vorobiov3-91/+295
2014-01-31YaGL: glClearBuffer implementedStanislav Vorobiov3-166/+281
2014-01-31YaGL: Integer vertex attributes and uniforms supportedStanislav Vorobiov3-196/+776
2014-01-23YaGL: Support GL_EXT_unpack_subimage and GL_NV_pack_subimageStanislav Vorobiov1-5/+9
2014-01-22YaGL: Buffer object copying implementedStanislav Vorobiov3-188/+224
2014-01-22YaGL: Multisampled renderbuffer implementedStanislav Vorobiov3-146/+181
2014-01-22YaGL: GL_NV_read_buffer implementedStanislav Vorobiov3-152/+171
2014-01-22YaGL: glMapBuffer implementedStanislav Vorobiov3-186/+260
2014-01-21YaGL: GL_NV_pixel_buffer_object implementedStanislav Vorobiov3-251/+537
2014-01-20YaGL: glCompressedXXX removedStanislav Vorobiov3-416/+179
2014-01-17YaGL: Samplers implementedStanislav Vorobiov3-69/+248
2014-01-16YaGL: 2D array textures implementedStanislav Vorobiov3-144/+181
2014-01-16YaGL: GL_OES_texture_3D implementedStanislav Vorobiov3-150/+516
2014-01-15YaGL: Avoid extra glBufferData call on glVertexAttribPointerStanislav Vorobiov3-10/+38
2014-01-15Merge remote-tracking branch 'origin/tizen' into glesv3Stanislav Vorobiov33-0/+11578
2014-01-13YaGL/VIGS: Use GL_UNSIGNED_INT_8_8_8_8_REV instead of GL_UNSIGNED_BYTEStanislav Vorobiov1-1/+1
2014-01-13YaGL/VIGS: Implemented multicore rendering and fencesStanislav Vorobiov4-886/+300
2013-11-25YaGL: Replace AVL trees with hashesStanislav Vorobiov2-53/+23
2013-11-07vigs & yagl : Move sources to own directoriesjinhyung.jo33-0/+11109