Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / egl / drivers / dri2 / platform_x11.c
2020-09-07 Andrey Vostrikovegl/x11: Free memory allocated for reply structures...
2020-09-01 Eric Engestromegl/x11: simplify dri2_initialize_x11()
2020-08-19 Eric Engestromegl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from PostSubBufferNV()
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: drop unused _EGLDriver from Initialize()
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 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-02-14 Eric Engestromegl: directly access static members instead of using...
2019-10-18 Hal GentzRevert "egl: Fixes transparency with EGL and X11."
2019-10-18 Hal GentzRevert "egl: Puts RGBA visuals in the second config...
2019-10-18 Hal GentzRevert "egl: Configs w/o double buffering support have...
2019-10-11 Hal Gentzegl: Configs w/o double buffering support have no ...
2019-10-11 Hal Gentzegl: Puts RGBA visuals in the second config selection...
2019-10-11 Hal Gentzegl: Fixes transparency with EGL and X11.
2019-10-03 Andres Gomezegl: Remove the 565 pbuffer-only EGL config under X11.
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-13 Harish Krupoegl/android: Delete set_damage_region from egl dri...
2019-07-22 Kenneth Graunkeegl: Only expose 565 pbuffer configs if X can export...
2019-07-22 Kenneth Graunkeegl: Make the 565 pbuffer-only config single buffered.
2019-06-10 Mathias Fröhlichegl: Let the caller of dri2_create_drawable decide...
2019-06-07 Kenneth Graunkeegl/x11: calloc dri2_surf so it's properly zeroed
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-06-05 Adam Jacksonegl/x11: pick the user requested screen
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-03-22 Eric Anholtegl: Add a 565 pbuffer-only EGL config under X11.
2019-02-06 Eric Engestromegl: use coherent variable names
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-10-03 Emil Velikovegl/x11: remove eglSwap* surface check
2018-08-21 Eric Engestromegl: add helper to combine two u32 into one u64
2018-08-07 Emil Velikovegl/x11: use the no-op dri2_fallback_copy_buffers for...
2018-08-01 Mario Kleineregl/x11: Handle both depth 30 formats for eglCreateImag...
2018-05-29 Eric Engestromegl/x11: fix build with DRI3 disabled
2018-05-24 Eric Engestromegl/x11: deduplicate depth-to-format logic
2018-05-03 Deepak Rawategl/x11: Send invalidate to driver on copy_region path...
2018-05-03 Juan A. Suarez Romeroegl: check if colorspace/surface type is supported
2018-01-03 Mario Kleineregl/x11: Handle depth 30 drawables for EGL_KHR_image_pi...
2018-01-03 Mario Kleineregl/x11: Handle depth 30 drawables under software raste...
2018-01-03 Mario Kleineregl/x11: Match depth 30 RGB visuals to 32-bit RGBA...
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-12-01 Vadym Shovkopliasegl/x11: Remove unneeded free() on always null string
2017-11-16 Emil Velikovegl/x11: move teardown code to the platform file
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-09-27 Tomasz Figaegl/dri2: Implement swapInterval fallback in a conforma...
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-09-12 Eric Engestromegl+glx: turn LIBGL_DRI3_DISABLE into a boolean
2017-09-12 Eric Engestromegl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
2017-09-06 Emil Velikovegl/x11: advertise __DRI_USE_INVALIDATE for DRI2
2017-09-06 Emil Velikovegl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE...
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-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-10 Emil Velikovegl: handle BAD_NATIVE_PIXMAP further up the stack
2017-08-10 Emil Velikovegl: drop unreachable BAD_NATIVE_WINDOW conditions
2017-08-10 Emil Velikovegl: add dri2_setup_swap_interval helper
2017-08-09 Tapani Pälliegl/dri2: refactor dri2_query_surface, swrastGetDrawabl...
2017-08-07 Gurchetan Singhegl/dri2: add image extension such it's usable by swras...
2017-08-04 Emil Velikovegl/x11: don't leak xfixes_query in the error path
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-19 Gwan-gyeong Munegl/dri2: remove unused buffer_count variable
2017-06-26 Ben Crockeregl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
2017-06-26 Emil Velikovegl: fold _eglError() + return EGL_FALSE
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
2017-06-22 Chad Versaceegl: Rename 'count' in ${platform}_add_configs_for_visu...
2017-06-22 Chad Versaceegl/x11: Declare EGLConfig attrib array inside loop
2017-06-22 Chad Versaceegl/x11: Declare loop vars inside the loop
2017-06-22 Eric Engestromegl: properly count configs
2017-06-21 Eric Engestromegl: turn boolean `int`s into `bool`s
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-05-29 Emil Velikovegl/x11: flatten codeflow
2017-05-29 Emil Velikovegl/x11: check for dri2_dpy->flush before using the...
2017-05-29 Emil Velikovegl: annotate dri2_egl_display_vtbl as const data
2017-05-29 Emil Velikovegl: refactor dri2_create_screen() into three separate...
2017-05-29 Emil Velikovegl/x11: make use of the dri2_display_destroy() helper
2017-05-08 Emil Velikovegl: remove suprous header eglcompiler.h
2017-05-04 Adam Jacksonegl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
2017-03-16 Eric Anholtegl: Implement __DRI_BACKGROUND_CALLABLE
2017-01-13 Boyan Dingegl/dri2: Unify the style of function pointer calls...
2016-12-27 Tapani Pälliegl/dri2: implement query surface hook
2016-12-15 Eric Engestromegl/x11: cleanup init code
2016-11-22 Emil Velikovegl/x11: store xcb_screen_t *screen instead of int...
2016-11-22 Emil Velikovegl/x11: factor out dri2_get_xcb_connection()
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 Velikovegl/x11: attribute for dri2_add_config failure
next