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: 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
*
egl: handle BAD_NATIVE_PIXMAP further up the stack
Emil Velikov
2017-08-10
1
-0
/
+3
*
egl: whitespace cleanup in eglapi.c
Eric Engestrom
2017-08-09
1
-25
/
+25
*
egl: check the correct function pointer
Eric Engestrom
2017-08-02
1
-1
/
+1
*
egl: make platform's SwapInterval() optional
Eric Engestrom
2017-08-01
1
-1
/
+1
*
egl: deduplicate swap interval clamping logic
Eric Engestrom
2017-08-01
1
-1
/
+11
*
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
2017-07-14
1
-0
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+83
*
egl: advertise EGL_EXT_image_dma_buf_import_modifiers
Varad Gautam
2017-05-30
1
-0
/
+1
*
egl: implement eglQueryDmaBufModifiersEXT
Varad Gautam
2017-05-30
1
-0
/
+20
*
egl: implement eglQueryDmaBufFormatsEXT
Varad Gautam
2017-05-30
1
-0
/
+18
*
egl: error out on eglCreateWaylandBufferFromImageWL
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl: Partially revert 23c86c74, fix eglMakeCurrent
Chad Versace
2017-05-18
1
-19
/
+0
*
egl: remove suprous header eglcompiler.h
Emil Velikov
2017-05-08
1
-1
/
+1
*
egl: Emit error when EGLSurface is lost
Chad Versace
2017-05-04
1
-0
/
+36
*
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2017-04-17
1
-1
/
+5
*
eglapi: replace linear entrypoint search with binary search
Eric Engestrom
2017-02-24
1
-13
/
+24
*
eglapi: move entrypoints list out to its own file
Eric Engestrom
2017-02-24
1
-77
/
+1
*
eglapi: sort entrypoints list
Eric Engestrom
2017-02-24
1
-37
/
+37
*
eglapi: use macro to map entrypoints to functions
Eric Engestrom
2017-02-24
1
-74
/
+75
*
eglapi: add entrypoint for eglClientWaitSyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+24
*
eglapi: add entrypoint for eglDestroySyncKHR
Eric Engestrom
2017-02-24
1
-7
/
+21
[next]