index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
egl: Update to Wayland 1.2 server API
Ander Conselvan de Oliveira
1
-1
/
+1
2013-08-02
egl: definitions for EXT_image_dma_buf_import
Topi Pohjolainen
1
-0
/
+5
2013-05-07
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
Robert Bragg
1
-0
/
+32
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
1
-6
/
+2
2012-07-11
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
1
-0
/
+20
2011-12-20
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
1
-0
/
+21
2011-12-20
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
1
-0
/
+5
2011-12-20
egl: remove #ifdef's for official extensions
Chia-I Wu
1
-30
/
+0
2011-12-20
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
1
-25
/
+0
2011-08-21
egl: add Android-specific extensions
Chia-I Wu
1
-0
/
+25
2011-08-15
egl: Native Display autodetection
Benjamin Franzke
1
-4
/
+4
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-0
/
+30
2011-05-12
egl: Fix int <-> ptr casts.
José Fonseca
1
-1
/
+1
2011-04-25
egl: Use the right extension name in #ifdef
Kristian Høgsberg
1
-1
/
+1
2011-03-01
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
1
-0
/
+44
2011-01-13
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
1
-6
/
+3
2010-10-23
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
1
-6
/
+11
2010-10-23
egl: Drop dpy argument from the link functions.
Chia-I Wu
1
-9
/
+9
2010-09-30
egl: Check extensions.
Chia-I Wu
1
-11
/
+41
2010-09-10
egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.
Chia-I Wu
1
-1
/
+1
2010-08-25
egl: Add EGL_MESA_drm_image extension
Kristian Høgsberg
1
-0
/
+43
2010-08-20
egl: Allow core functions to be queried.
Chia-I Wu
1
-1
/
+38
2010-08-17
egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
1
-0
/
+107
2010-07-28
egl: EGL_KHR_surfaceless_* extensions
Kristian Høgsberg
1
-1
/
+5
2010-07-06
egl: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-07-06
egl: Rework driver loading.
Chia-I Wu
1
-40
/
+8
2010-07-03
egl: Always use EGLAPIENTRY in api function prototypes
nobled
1
-15
/
+15
2010-06-23
egl: Add support for EGL_MESA_drm_display.
Chia-I Wu
1
-0
/
+14
2010-06-23
egl: Introduce platform displays internally.
Chia-I Wu
1
-1
/
+8
2010-05-31
egl: Use SConscript for Windows build.
Chia-I Wu
1
-1
/
+3
2010-05-14
egl: Silence uninitialized variable warnings.
Vinson Lee
1
-1
/
+1
2010-05-13
egl: Implement EGL_NOK_swap_region
Kristian Høgsberg
1
-0
/
+32
2010-05-13
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
1
-6
/
+8
2010-02-19
egl: Silence warnings in check/return macros.
Chia-I Wu
1
-139
/
+147
2010-02-17
egl: Always lock a display before using it.
Chia-I Wu
1
-45
/
+80
2010-02-17
egl: Make eglGetDisplay atomic.
Chia-I Wu
1
-8
/
+2
2010-02-17
egl: eglGetError should return the status of the last call.
Chia-I Wu
1
-123
/
+226
2010-02-17
egl: Use new error checking macros.
Chia-I Wu
1
-115
/
+110
2010-02-17
egl: Add new error checking macros.
Chia-I Wu
1
-94
/
+134
2010-01-30
egl: Clean up header inclusions.
Chia-I Wu
1
-0
/
+1
2010-01-28
egl: Correctly unbind contexts in eglReleaseThread.
Chia-I Wu
1
-0
/
+4
2010-01-28
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
1
-5
/
+13
2010-01-28
egl: Use a boolean to indicate whether a display is initialized.
Chia-I Wu
1
-16
/
+19
2010-01-26
egl: Remove _eglOpenDriver and _eglCloseDriver.
Chia-I Wu
1
-5
/
+2
2010-01-26
egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.
Chia-I Wu
1
-2
/
+2
2010-01-26
egl: Fix leaks in eglReleaseThread.
Chia-I Wu
1
-6
/
+13
2010-01-25
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
1
-4
/
+4
2010-01-25
egl: Add support for EGL_KHR_image.
Chia-I Wu
1
-0
/
+54
2010-01-25
egl: Update headers.
Chia-I Wu
1
-1
/
+2
2010-01-24
egl: Make surfaces and contexts resources.
Chia-I Wu
1
-3
/
+3
[next]