index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Update to Wayland 1.2 server API
Ander Conselvan de Oliveira
2013-08-07
1
-1
/
+1
*
egl: definitions for EXT_image_dma_buf_import
Topi Pohjolainen
2013-08-02
1
-0
/
+5
*
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
Robert Bragg
2013-05-07
1
-0
/
+32
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-6
/
+2
*
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
2012-07-11
1
-0
/
+20
*
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
1
-0
/
+21
*
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
2011-12-20
1
-0
/
+5
*
egl: remove #ifdef's for official extensions
Chia-I Wu
2011-12-20
1
-30
/
+0
*
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
2011-12-20
1
-25
/
+0
*
egl: add Android-specific extensions
Chia-I Wu
2011-08-21
1
-0
/
+25
*
egl: Native Display autodetection
Benjamin Franzke
2011-08-15
1
-4
/
+4
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-0
/
+30
*
egl: Fix int <-> ptr casts.
José Fonseca
2011-05-12
1
-1
/
+1
*
egl: Use the right extension name in #ifdef
Kristian Høgsberg
2011-04-25
1
-1
/
+1
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
1
-0
/
+44
*
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
2011-01-13
1
-6
/
+3
*
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
2010-10-23
1
-6
/
+11
*
egl: Drop dpy argument from the link functions.
Chia-I Wu
2010-10-23
1
-9
/
+9
*
egl: Check extensions.
Chia-I Wu
2010-09-30
1
-11
/
+41
*
egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.
Chia-I Wu
2010-09-10
1
-1
/
+1
*
egl: Add EGL_MESA_drm_image extension
Kristian Høgsberg
2010-08-25
1
-0
/
+43
*
egl: Allow core functions to be queried.
Chia-I Wu
2010-08-20
1
-1
/
+38
*
egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
2010-08-17
1
-0
/
+107
*
egl: EGL_KHR_surfaceless_* extensions
Kristian Høgsberg
2010-07-28
1
-1
/
+5
*
egl: Remove unnecessary headers.
Vinson Lee
2010-07-06
1
-1
/
+0
*
egl: Rework driver loading.
Chia-I Wu
2010-07-06
1
-40
/
+8
*
egl: Always use EGLAPIENTRY in api function prototypes
nobled
2010-07-03
1
-15
/
+15
*
egl: Add support for EGL_MESA_drm_display.
Chia-I Wu
2010-06-23
1
-0
/
+14
*
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
1
-1
/
+8
*
egl: Use SConscript for Windows build.
Chia-I Wu
2010-05-31
1
-1
/
+3
*
egl: Silence uninitialized variable warnings.
Vinson Lee
2010-05-14
1
-1
/
+1
*
egl: Implement EGL_NOK_swap_region
Kristian Høgsberg
2010-05-13
1
-0
/
+32
*
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
2010-05-13
1
-6
/
+8
*
egl: Silence warnings in check/return macros.
Chia-I Wu
2010-02-19
1
-139
/
+147
*
egl: Always lock a display before using it.
Chia-I Wu
2010-02-17
1
-45
/
+80
*
egl: Make eglGetDisplay atomic.
Chia-I Wu
2010-02-17
1
-8
/
+2
*
egl: eglGetError should return the status of the last call.
Chia-I Wu
2010-02-17
1
-123
/
+226
*
egl: Use new error checking macros.
Chia-I Wu
2010-02-17
1
-115
/
+110
*
egl: Add new error checking macros.
Chia-I Wu
2010-02-17
1
-94
/
+134
*
egl: Clean up header inclusions.
Chia-I Wu
2010-01-30
1
-0
/
+1
*
egl: Correctly unbind contexts in eglReleaseThread.
Chia-I Wu
2010-01-28
1
-0
/
+4
*
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
2010-01-28
1
-5
/
+13
*
egl: Use a boolean to indicate whether a display is initialized.
Chia-I Wu
2010-01-28
1
-16
/
+19
*
egl: Remove _eglOpenDriver and _eglCloseDriver.
Chia-I Wu
2010-01-26
1
-5
/
+2
*
egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.
Chia-I Wu
2010-01-26
1
-2
/
+2
*
egl: Fix leaks in eglReleaseThread.
Chia-I Wu
2010-01-26
1
-6
/
+13
*
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
2010-01-25
1
-4
/
+4
*
egl: Add support for EGL_KHR_image.
Chia-I Wu
2010-01-25
1
-0
/
+54
*
egl: Update headers.
Chia-I Wu
2010-01-25
1
-1
/
+2
*
egl: Make surfaces and contexts resources.
Chia-I Wu
2010-01-24
1
-3
/
+3
[next]