egl: simplify eglSwapInterval() fallback logic
[mesa.git] / src / egl /
2020-08-28 Eric Engestromegl: simplify eglSwapInterval() fallback logic
2020-08-28 Eric Engestromegl: inline eglSwapInterval() fallback
2020-08-27 Eric Engestromegl: document which driver hooks are only required...
2020-08-27 Eric Engestromegl: move extension driver functions after core functions
2020-08-27 Eric Engestromdocs/egl: add some more documentation
2020-08-22 Eric Engestromegl: drop invalid shebang
2020-08-19 Eric Engestromegl: drop another indentation level in _eglFindDisplay...
2020-08-19 Eric Engestromegl: drop an indentation level in _eglFindDisplay(...
2020-08-19 Eric Engestromegl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
2020-08-19 Eric Engestromegl/x11_dri3: enable & require xfixes 2.0
2020-08-18 Kristian H. Kristensenegl/android: Add support for CrOS buffer info perform op
2020-08-18 Kristian H. Kristensenegl/android: Use droid_create_image_from_prime_fds...
2020-08-18 Kristian H. Kristensenegl/android: Move droid_create_image_from_prime_fds...
2020-08-18 Kristian H. Kristensenegl/android: Simplify droid_create_image_from_name...
2020-08-18 Kristian H. Kristensenegl/android: Drop unused ctx argument
2020-08-18 Kristian H. Kristensenegl/android: Look up prime fds in droid_create_image_fr...
2020-08-18 Kristian H. Kristensenegl/android: Call createImageFromDmaBufs directly
2020-08-16 Eric Engestromegl: drop unused egldriver.h header
2020-08-16 Eric Engestromegl: drop now empty egldriver.c
2020-08-16 Eric Engestromegl: inline _eglInitializeDisplay() into eglInitialize()
2020-08-16 Eric Engestromegl: inline _eglGetDriverProc() into eglGetProcAddress()
2020-08-16 Eric Engestromegl: drop unused ${drv}_driver()
2020-08-16 Eric Engestromegl: replace `&_eglDriver`/`NULL` tested against `NULL...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from MesaGLInteropEGL{Query...
2020-08-16 Eric Engestromegl: replace replace _EGLDriver with _EGLDisplay->Drive...
2020-08-16 Eric Engestromegl: replace _EGLDriver with _EGLDisplay->Driver in...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from _eglSurfaceAttrib()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver & _EGLDisplay from _eglQuer...
2020-08-16 Eric Engestromegl: drop unused _EGLDisplay from _eglSetDamageRegionKH...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from _eglGetConfigs()/_eglC...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QueryDmaBuf{Formats...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from ExportDMABUFImage...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QueryBufferAge()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from PostSubBufferNV()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from CreateWaylandBufferFro...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Bind,Unbind,Query...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Export}DRMImag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from DupNativeFenceFDANDROID()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy,Client...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from GetProcAddress()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver & _EGLDisplay from WaitNative()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from WaitClient()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SetDamageRegion()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from CopyBuffers()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapBuffers{,WithDamag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapInterval()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Bind,Release}TexImage()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QuerySurface()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from MakeCurrent()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Create{Window,Pixmap...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}Context()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Terminate()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Initialize()
2020-08-16 Eric Engestromegl: replace _EGLDriver with _EGLDisplay->Driver in...
2020-08-16 Eric Engestromegl: replace _EGLDriver param with _EGLDisplay->Driver...
2020-08-16 Eric Engestromegl: replace _EGLDriver param with _EGLDisplay->Driver...
2020-08-08 Eric Engestromegl/entrypoint-check: add check that GLVND and plain...
2020-08-08 Eric Engestromegl/entrypoint-check: split sort-check into a function
2020-08-05 Kristian H. Kristensenegl/android: Remove unused variable
2020-08-01 Eric Engestromegl: consistently use dri2_egl_display() helper macro
2020-08-01 Eric Engestromegl/haiku: drop overwritten preset of EGL version
2020-08-01 Eric Engestromegl: const _eglDriver
2020-08-01 Lepton Wuegl: Allow software rendering for vgem/virtio_gpu in...
2020-07-30 Eric Engestromegl: drop left-over function prototype
2020-07-30 Eric Engestromegl: rename _eglMatchDriver() to _eglInitializeDisplay()
2020-07-30 Eric Engestromegl: inline _eglMatchAndInitialize() and refactor _eglM...
2020-07-30 Eric Engestromegl: fix _eglMatchDriver() return type
2020-07-30 Eric Engestromegl: drop unnecessary _eglGetDriver()
2020-07-30 Eric Engestromegl: replace _eglInitDriver() with a simple variable
2020-07-29 Frank Binnsegl/dri2: only take a dri2_dpy reference when binding...
2020-07-21 Luigi Santivettiegl/dri2: try to bind old context if bindContext failed
2020-07-21 Luigi Santivettidri2: do not conflate unbind and bindContext() failure
2020-07-21 Luigi Santivettidri2: dri2_make_current() fold multiple if blocks
2020-07-21 Eric Engestromegl: inline _EGLAPI into _EGLDriver
2020-07-16 Eric Engestromegl: mark the rest of the callbacks as mandatory or...
2020-07-16 Eric Engestromegl: drop now empty egl_dri2_fallbacks.h
2020-07-16 Eric Engestromegl: inline fallback for get_sync_values
2020-07-16 Eric Engestromegl: inline fallback for create_wayland_buffer_from_image
2020-07-16 Eric Engestromegl: inline fallback for query_buffer_age
2020-07-16 Eric Engestromegl: inline fallback for copy_buffers
2020-07-16 Eric Engestromegl: inline fallback for post_sub_buffer
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_region
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_with_damage
2020-07-16 Eric Engestromegl: drop unused fallback function
2020-07-16 Eric Engestromegl: inline fallback for create_pbuffer_surface
2020-07-16 Eric Engestromegl: inline fallback for create_pixmap_surface
2020-07-13 Eric Engestromegl/wayland: add missing newline between functions
2020-07-13 Roman Stratiienkoegl: Build surfaceless platform on Android
2020-07-10 Eric Engestromegl: automatically compile the `drm` platform when...
2020-07-10 Eric Engestromegl: always compile surfaceless
2020-07-02 Timothy Arceriegl: move fallthrough comment so gcc can see it
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-18 Eric Engestromegl: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Kristian H. Kristensenegl/android: Drop unused variable
2020-05-26 Kristian H. Kristensenegl/android: Move get_format under HAVE_DRM_GRALLOC...
next