index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: don't fill client apis string forever.
Dave Airlie
2015-03-19
1
-0
/
+1
*
egl: Remove eglQueryString virtual dispatch.
Matt Turner
2015-03-17
1
-3
/
+12
*
egl: Create queryable strings in eglInitialize().
Matt Turner
2015-03-13
1
-0
/
+112
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-11
1
-6
/
+8
*
Revert "egl/main: use c11/threads' mutex directly"
Emil Velikov
2015-03-06
1
-8
/
+6
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-06
1
-6
/
+8
*
egl/main: replace __FUNCTION__ with __func__
Emil Velikov
2015-03-05
1
-3
/
+3
*
egl/main: replace INLINE with inline
Emil Velikov
2015-03-05
1
-9
/
+10
*
egl: Add Haiku code and support
Alexander von Gluck IV
2014-12-23
1
-0
/
+2
*
egl: Expose EGL_KHR_get_all_proc_addresses and its client extension
Chad Versace
2014-12-07
1
-0
/
+17
*
egl: Check for NULL native_window in eglCreateWindowSurface
Sinclair Yeh
2014-06-03
1
-0
/
+4
*
egl/main: Fix eglMakeCurrent when releasing context from current thread.
Beren Minor
2014-06-02
1
-2
/
+6
*
egl: Add EGL_CHROMIUM_sync_control extension.
Sarah Sharp
2014-05-20
1
-0
/
+23
*
egl/main: Enable Linux platform extensions
Chad Versace
2014-03-17
1
-22
/
+110
*
egl/main: Stop using EGLNative types internally
Chad Versace
2014-03-17
1
-5
/
+26
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
1
-1
/
+1
*
eglCreateContext: Remove the check for whether config == 0
Neil Roberts
2014-03-12
1
-5
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
wayland: Add an extension to create wl_buffers from EGLImages
Neil Roberts
2013-12-04
1
-0
/
+25
*
egl: Enable EGL_EXT_client_extensions
Chad Versace
2013-11-26
1
-1
/
+7
*
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
[next]