summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-11-06YaGL: Version bumpsubmit/tizen/20151106.083914accepted/tizen/wearable/20151107.080420accepted/tizen/tv/20151107.080218accepted/tizen/mobile/20151107.080053jinhyung.jo1-1/+1
2015-11-04YaGL: Patches for the 64bit addressingjinhyung.jo2-6/+35
2015-08-05YaGL: Updating the EGL header filesjinhyung.jo4-383/+555
2015-08-04YaGL: Fix incorrect texture object releaseVasiliy Ulyanov1-3/+1
2015-05-26YaGL: Add EGL_KHR_gl_texture_2D_image supportVasiliy Ulyanov1-0/+7
2015-01-08YaGL: Source cleanupjinhyung.jo26-0/+858
2015-01-08YaGL: Modified packaging rulesjinhyung.jo1-0/+1
2014-09-16Remove static variable for identifying wl_drm buffersTina Zhang2-1/+3
2014-07-29Revert "Remove static variable for identifying wl_drm buffers"Stanislav Vorobiov2-3/+1
2014-07-29Remove static variable for identifying wl_drm buffersTina Zhang2-1/+3
2014-05-06YaGL: Remove X11 dependency from EGL headerssubmit/tizen_common/20140523.073647submit/tizen/20140506.063317accepted/tizen/common/20140506.152918Stanislav Vorobiov1-0/+10
2014-03-06YaGL: Version bumpglesv3Stanislav Vorobiov1-1/+1
2014-02-15YaGL: Support texture zeroStanislav Vorobiov1-0/+4
2014-01-30YaGL: EGL_KHR_fence_sync and GLESv3 sync objects implementedStanislav Vorobiov3-5/+36
2014-01-17YaGL: Samplers implementedStanislav Vorobiov1-1/+1
2014-01-16YaGL: Basic GL_OES_texture_3D functionality implementedStanislav Vorobiov1-0/+7
2014-01-15Merge remote-tracking branch 'origin/tizen' into glesv3Stanislav Vorobiov2-15/+50
2013-12-30YaGL: Multicore rendering and fence support addedStanislav Vorobiov3-16/+51
2013-11-27YaGL: Support EGL_WAYLAND_Y_INVERTED_WLStanislav Vorobiov1-0/+2
2013-11-08YaGL: glGetUniformIndices implementedStanislav Vorobiov1-0/+2
2013-11-08YaGL: glGetActiveUniformsiv implementedStanislav Vorobiov1-0/+2
2013-11-05YaGL: GL_ANGLE_framebuffer_blit implementedStanislav Vorobiov1-0/+7
2013-11-05YaGL: Add OpenGL 3.1 without ES3 to supported versionsStanislav Vorobiov1-3/+5
2013-10-22YaGL: Basic VAO supportStanislav Vorobiov1-1/+1
2013-10-22YaGL: GLESv3 supported in EGLStanislav Vorobiov4-5/+20
2013-10-18YaGL: Some GLESv3 dummiesStanislav Vorobiov1-0/+3
2013-10-18YaGL: Headers updatedStanislav Vorobiov12-1696/+3137
2013-10-17YaGL: Batching improvedStanislav Vorobiov19-297/+424
2013-10-17YaGL: Transport improvedStanislav Vorobiov17-614/+590
2013-08-22YaGL: EGL_EXT_buffer_age implementedStanislav Vorobiov1-0/+2
2013-08-21YaGL: Added bo_import support to GBMStanislav Vorobiov1-0/+33
2013-08-09YaGL: wayland platform addedStanislav Vorobiov4-21/+299
2013-08-02YaGL: GBM platform addedStanislav Vorobiov1-1/+9
2013-08-02YaGL: GBM implementedStanislav Vorobiov1-0/+37
2013-08-01YaGL: Separated windowing system related stuffStanislav Vorobiov4-28/+21
2013-07-26YaGL: Use internal GL headers instead of system onesStanislav Vorobiov2-2/+2
2013-07-26YaGL: Fixed warningsStanislav Vorobiov1-0/+6
2013-06-10YaGL: EGL_KHR_lock_surface implementedStanislav Vorobiov1-1/+1
2013-06-06YaGL: Notify kernel about dirty surfacesStanislav Vorobiov1-0/+9
2013-05-15YaGL: Now uses DRI2 instead of raw XIDsStanislav Vorobiov4-1/+41
2013-04-15Fix OES_packed_depth_stencil and OES_depth_texture suportIgor Mitsyanko1-1/+1
2013-04-15Convert memory accessing macros to inline functions for typesafetyIgor Mitsyanko2-14/+68
2013-04-15YaGL: Onscreen support addedStanislav Vorobiov2-0/+2
2013-04-15GLES1: implement several GLES1 extension APIIgor Mitsyanko1-1/+1
2013-04-15Implement GLES1 APIIgor Mitsyanko3-0/+4
2013-04-15GLES: reuse common GLES1 and GLES2 functionalityIgor Mitsyanko2-5/+20
2013-04-15YaGL: Version bumpStanislav Vorobiov1-1/+1
2013-04-15YaGL: We now support host-side EGLImage's YaGL: EGLImage offscreen implementa...Stanislav Vorobiov1-9/+2
2013-04-15YaGL: Moved offscreen logic into a separate backendStanislav Vorobiov3-1/+8
2012-11-26Inital commitOleg Ogurtsov51-0/+27937