Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / egl / drivers / dri2 / platform_x11_dri3.c
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-16 Eric Engestromegl: drop unused _EGLDriver from QueryBufferAge()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
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 QuerySurface()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Create{Window,Pixmap...
2020-08-16 Eric Engestromegl: replace _EGLDriver param with _EGLDisplay->Driver...
2020-08-01 Eric Engestromegl: const _eglDriver
2020-07-21 Eric Engestromegl: inline _EGLAPI into _EGLDriver
2020-07-16 Eric Engestromegl: drop now empty egl_dri2_fallbacks.h
2020-07-16 Eric Engestromegl: inline fallback for create_wayland_buffer_from_image
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
2019-08-13 Harish Krupoegl/android: Delete set_damage_region from egl dri...
2019-07-22 Kenneth Graunkeegl: Quiet warning about front buffer rendering for...
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-02-06 Eric Engestromegl: use coherent variable names
2018-10-03 Emil Velikovegl/x11: remove eglSwap* surface check
2018-08-09 Eric Anholtegl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
2018-08-01 Mario Kleineregl/x11: Handle both depth 30 formats for eglCreateImag...
2018-05-24 Eric Engestromegl/x11: deduplicate depth-to-format logic
2018-05-03 Juan A. Suarez Romeroegl: check if colorspace/surface type is supported
2018-03-30 Daniel Stonex11: Only report supported DRI3/Present versions
2018-03-20 Daniel Stonedri3: Don't fail on version mismatch
2018-03-16 Dave Airliedri3: allow building against older xcb (v3)
2018-03-09 Louis-Francis Ratt... egl/x11: Re-allocate buffers if format is suboptimal
2018-03-09 Louis-Francis Ratt... egl/x11: Support DRI3 v1.1
2018-02-20 Thomas Hellstromloader_dri3/glx/egl: Reinstate the loader_dri3_vtable...
2018-02-14 Louis-Francis Ratt... egl/x11: Fix leak in dri3_create_image_khr_pixmap
2018-01-03 Mario Kleineregl/x11: Handle depth 30 drawables for EGL_KHR_image_pi...
2017-10-10 Nicolai Hähnleegl/dri: remove old left-overs
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-09-19 Yogesh Maratheegl: Wrap dri3 surface primitive around dri2 egl surface
2017-08-30 Mark JanesRevert "egl: Allow creation of per surface out fence"
2017-08-30 Zhongmin Wuegl: Allow creation of per surface out fence
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Optionally use a blit context...
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Remove the loader_dri3_vtable...
2017-08-10 Emil Velikovegl/x11: pass NULL instead of XCB_WINDOW_NONE as native...
2017-08-10 Matt Turneregl: Clean up native_type vs drawable mess
2017-08-04 Emil Velikovloader: drop the [gs]et_swap_interval callbacks
2017-08-01 Eric Engestromloader: remove clamp_swap_interval()
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-05-08 Emil Velikovegl: remove suprous header eglcompiler.h
2017-02-28 Brendan Kingegl/dri3: implement query surface hook
2016-11-22 Emil Velikovegl/x11: store xcb_screen_t *screen instead of int...
2016-11-17 Eric Engestromegl/x11: misc style fixes
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-14 Emil Velikovloader/dri3: constify the loader_dri3_vtable
2016-10-14 Emil Velikovegl/dri2: move surface refcounting out of the platform...
2016-10-07 Martin Peresloader/dri3: add get_dri_screen() to the vtable
2016-09-01 Frank Binnsegl: only store device name when Wayland support is...
2016-08-31 Frank Binnsegl/x11_dri3: provide an authentication function
2016-08-31 Frank Binnsegl/x11_dri3: disable WL_bind_wayland_display for devic...
2016-05-30 Dave Airlieegl/dri3: don't crash on no context.
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Martin Peresegl: make it clear which platform x11 backend is being...
2015-11-17 Boyan Dingegl/x11_dri3: Implement EGL_KHR_image_pixmap
2015-11-17 Boyan Dingegl/x11: Implement dri3 support with loader's dri3...