summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-071-1/+1
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-021-0/+5
* egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-0/+32
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-6/+2
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-0/+20
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+21
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-30/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-201-25/+0
* egl: add Android-specific extensionsChia-I Wu2011-08-211-0/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-151-4/+4
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Fix int <-> ptr casts.José Fonseca2011-05-121-1/+1
* egl: Use the right extension name in #ifdefKristian Høgsberg2011-04-251-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+44
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-6/+3
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-6/+11
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-9/+9
* egl: Check extensions.Chia-I Wu2010-09-301-11/+41
* egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu2010-09-101-1/+1
* egl: Add EGL_MESA_drm_image extensionKristian Høgsberg2010-08-251-0/+43
* egl: Allow core functions to be queried.Chia-I Wu2010-08-201-1/+38
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+107
* egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-1/+5
* egl: Remove unnecessary headers.Vinson Lee2010-07-061-1/+0
* egl: Rework driver loading.Chia-I Wu2010-07-061-40/+8
* egl: Always use EGLAPIENTRY in api function prototypesnobled2010-07-031-15/+15
* egl: Add support for EGL_MESA_drm_display.Chia-I Wu2010-06-231-0/+14
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-1/+8
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-1/+3
* egl: Silence uninitialized variable warnings.Vinson Lee2010-05-141-1/+1
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-131-0/+32
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-6/+8
* egl: Silence warnings in check/return macros.Chia-I Wu2010-02-191-139/+147
* egl: Always lock a display before using it.Chia-I Wu2010-02-171-45/+80
* egl: Make eglGetDisplay atomic.Chia-I Wu2010-02-171-8/+2
* egl: eglGetError should return the status of the last call.Chia-I Wu2010-02-171-123/+226
* egl: Use new error checking macros.Chia-I Wu2010-02-171-115/+110
* egl: Add new error checking macros.Chia-I Wu2010-02-171-94/+134
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Correctly unbind contexts in eglReleaseThread.Chia-I Wu2010-01-281-0/+4
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-5/+13
* egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu2010-01-281-16/+19
* egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu2010-01-261-5/+2
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-2/+2
* egl: Fix leaks in eglReleaseThread.Chia-I Wu2010-01-261-6/+13
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-4/+4
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+54
* egl: Update headers.Chia-I Wu2010-01-251-1/+2
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-3/+3