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: implement new functions from EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
1
-0
/
+50
*
egl: check for NULL value like eglGetSyncAttribKHR does
Tapani Pälli
2019-09-19
1
-0
/
+4
*
egl: Add GL_MESA_EGL_sync support
Heinrich Fink
2019-09-08
1
-4
/
+7
*
egl: reset blob cache set/get functions on terminate
Tapani Pälli
2019-08-23
1
-0
/
+4
*
egl: Enable eglGetPlatformDisplay on Android Platform
renchenglei
2019-06-29
1
-0
/
+5
*
egl: replace dead vfunc with an error
Eric Engestrom
2019-06-25
1
-7
/
+2
*
egl: delete unused vfuncs
Eric Engestrom
2019-06-25
1
-26
/
+7
*
egl: move eglGetSyncAttrib() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+5
*
egl: move eglSwapInterval() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-3
/
+8
*
egl: move eglSurfaceAttrib() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+5
*
egl: move eglQuerySurface() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+5
*
egl: move eglQueryContext() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+5
*
egl: move eglGetConfigAttrib() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+5
*
egl: move eglChooseConfig() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-2
/
+6
*
egl: move eglGetConfigs() fallback to eglapi.c
Eric Engestrom
2019-06-25
1
-1
/
+4
*
Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...
Eric Engestrom
2019-06-22
1
-38
/
+10
*
egl: move fallback calls to eglapi.c
Eric Engestrom
2019-06-22
1
-10
/
+38
*
egl: move bad_param check further up
Eric Engestrom
2019-06-22
1
-0
/
+8
*
egl: add EGL_platform_device support
Emil Velikov
2019-06-05
1
-6
/
+7
*
egl: handle the full attrib list in display::options
Adam Jackson
2019-06-05
1
-1
/
+1
*
egl: flesh out a _eglNumAttribs() helper
Emil Velikov
2019-06-05
1
-9
/
+3
*
egl: check if a window/pixmap is already used on surface creation
Paulo Zanoni
2019-05-14
1
-0
/
+32
*
egl: hide entrypoints that shouldn't be exported when using glvnd
Eric Engestrom
2019-03-29
1
-0
/
+6
*
egl: use coherent variable names
Eric Engestrom
2019-02-06
1
-39
/
+39
*
egl: Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-24
1
-0
/
+33
*
Revert "Implement EGL API for MESA_query_driver"
Mark Janes
2019-01-23
1
-33
/
+0
*
Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-23
1
-0
/
+33
*
egl: add missing includes
Eric Engestrom
2019-01-11
1
-0
/
+2
*
egl: add base EGL_EXT_device_base implementation
Emil Velikov
2018-11-01
1
-0
/
+64
*
egl: drop EGL driver `name`
Eric Engestrom
2018-10-31
1
-2
/
+1
*
egl: make eglSwapBuffers* a no-op for !window surfaces
Emil Velikov
2018-10-03
1
-0
/
+6
*
egl: make eglSwapInterval a no-op for !window surfaces
Emil Velikov
2018-10-03
1
-0
/
+3
*
egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata
Tapani Pälli
2018-08-20
1
-0
/
+2
*
egl: check for buffer overflow *before* corrupting our memory
Eric Engestrom
2018-08-16
1
-4
/
+15
*
egl/main: Add bits for EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-07
1
-0
/
+1
*
egl: remove unneeded _eglGetNativePlatform check
Emil Velikov
2018-08-07
1
-2
/
+0
*
egl: Fix missing clamping in eglSetDamageRegionKHR
Harish Krupo
2018-07-24
1
-14
/
+11
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
1
-0
/
+44
*
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2017-12-14
1
-1
/
+2
*
egl: Convert int to attrib in eglGetPlatformDisplay
Adam Jackson
2017-11-17
1
-14
/
+13
*
egl: EXT_pixel_format_float plumbing
Tapani Pälli
2017-11-13
1
-0
/
+1
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
1
-0
/
+1
*
egl: Support IMG_context_priority
Chris Wilson
2017-10-20
1
-0
/
+2
*
Revert "egl: drop EGL driver `name`"
Marek Olšák
2017-10-18
1
-1
/
+2
*
egl: drop EGL driver `name`
Eric Engestrom
2017-10-18
1
-2
/
+1
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
1
-1
/
+1
*
egl: use switch statements over if/else chain
Emil Velikov
2017-09-19
1
-31
/
+28
*
egl: simplify _eglDebugReport* API
Emil Velikov
2017-09-19
1
-2
/
+1
*
egl: Fix inclusion of egl.h+mesa_glinterop.h
Matt Turner
2017-08-21
1
-1
/
+1
*
egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
Emil Velikov
2017-08-10
1
-2
/
+2
[next]