summaryrefslogtreecommitdiff
path: root/specs/eglapi.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-30egltrace: Handle EGL_POST_SUB_BUFFER_SUPPORTED_NV.Jose Fonseca1-1/+4
2016-06-30egltrace: Support EGL_CHROMIUM_get_sync_values.Jose Fonseca1-0/+3
2016-05-04egltrace: Implement EGL 1.5Jose Fonseca1-33/+58
2016-05-03egltrace: Support eglSwapBuffersWithDamage*.Jose Fonseca1-0/+6
2016-05-03egltrace: Reorder functions to match what xml2api produces.Jose Fonseca1-52/+46
2016-05-03egltrace: Use EGLAPIENTRY consistently.Jose Fonseca1-57/+57
2015-06-22eglretrace: Leverage EGL_EXT_platform_x11 where available.José Fonseca1-0/+9
2015-04-21egltrace: Ignore unwritten configs in eglGet/ChooseConfigs.Jose Fonseca1-2/+2
2015-01-19egltrace: EGL_OPENGL_ES3_BIT_KHR -> EGL_OPENGL_ES3_BITJosé Fonseca1-5/+5
2014-05-30egltrace: Tweak specs.José Fonseca1-6/+6
2014-05-25egltrace: A few more tweaks to the spec.José Fonseca1-6/+17
2014-05-23egltrace: Improve spec of EGL context attributes.José Fonseca1-1/+13
2014-02-26egltrace: Fix eglGetConfigs/eglChooseConfig prototypes.José Fonseca1-2/+2
2013-07-22Use EGLAttribArray all the time.José Fonseca1-2/+2
2013-07-22Trivial formatting / consistency fixes.Andreas Hartmetz1-3/+2
2013-07-22Use the correct terminator EGL_NONE for eglChooseConfig attrib_list.Andreas Hartmetz1-9/+10
2013-07-20gltrace: Simplify AttribArray further.José Fonseca1-4/+4
2013-07-20cgltrace: Fix CGLChoosePixelFormat prototype.José Fonseca1-4/+4
2013-07-09Use the right attrib_list terminator and support the remaining functions.Andreas Hartmetz1-12/+21
2013-07-08Proper AttribArray / attrib_list support for applicable EGL functions.Andreas Hartmetz1-8/+89
2013-05-30egltrace: Support GL_EXT_multisampled_render_to_texture (issue #134).José Fonseca1-0/+2
2013-05-29egltrace: Refresh EGLenum from upstream.José Fonseca1-211/+1
2013-05-29egltrace: Consolidate enum definitions.José Fonseca1-15/+10
2012-11-11specs: Allow an API to spread across multiple modules.José Fonseca1-1/+1
2012-08-07Cleanup strings constness.José Fonseca1-2/+2
2012-08-07Use CString shorthand more places.José Fonseca1-1/+1
2012-04-20Minor tweaks to the spec.José Fonseca1-2/+2
2012-04-19Don't abuse double-underscore prefix.José Fonseca1-1/+1
2012-02-01Make attrib pair lists explicit.José Fonseca1-1/+1
2012-01-14Cleanup/comment/format code.José Fonseca1-1/+1
2011-12-22Add missing OpenGL ES extensionsArnaud Vrac1-0/+9
2011-12-07egl: Add EGLAttribList for attribute listsChia-I Wu1-11/+13
2011-12-07egl: Remove unneeded _EGLBooleanChia-I Wu1-2/+1
2011-12-07egl: Add missing enum valuesChia-I Wu1-0/+51
2011-12-07egl: Merge various enum typesChia-I Wu1-157/+104
2011-12-07egl: trace EGL_NV_system_timeChia-I Wu1-0/+7
2011-12-07egl: trace EGL_NV_coverage_sample_resolveChia-I Wu1-0/+3
2011-12-07egl: trace EGL_ANGLE_query_surface_pointer and familyChia-I Wu1-0/+9
2011-12-07egl: trace EGL_NV_post_sub_bufferChia-I Wu1-0/+6
2011-12-07egl: trace EGL_MESA_drm_imageChia-I Wu1-0/+18
2011-12-07egl: trace EGL_HI_clientpixmap and EGL_HI_colorformatsChia-I Wu1-0/+17
2011-12-07egl: trace EGL_NV_syncChia-I Wu1-0/+12
2011-12-07egl: trace EGL_NV_depth_nonlinearChia-I Wu1-0/+3
2011-12-07egl: trace EGL_NV_coverage_sampleChia-I Wu1-0/+4
2011-12-07egl: trace EGL_IMG_context_priorityChia-I Wu1-0/+4
2011-12-07egl: trace EGL_KHR_reusable_sync and EGL_KHR_fence_syncChia-I Wu1-0/+33
2011-12-07egl: trace EGL_KHR_image_base and familyChia-I Wu1-0/+36
2011-12-07egl: trace EGL_KHR_lock_surface and EGL_KHR_lock_surface2Chia-I Wu1-0/+25
2011-11-08egl: Add EGL API specChia-I Wu1-0/+212