Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / egl / drivers / dri2 / platform_drm.c
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 SwapBuffers{,WithDamag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Create{Window,Pixmap...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Initialize()
2020-08-01 Eric Engestromegl: const _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 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: inline fallback for create_pbuffer_surface
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-04-01 Emil Velikovegl/drm: reinstate (kms_)swrast support
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-01 Robin Murphyegl/gbm: Fix config validation
2019-09-11 Jean HertelFix missing dri2_load_driver on platform_drm
2019-08-21 Kevin Strasseregl: Handle dri configs with floating point pixel data
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-31 Emil Velikovegl/drm: ensure the backing gbm is set before using it
2019-06-10 Mathias Fröhlichegl: Let the caller of dri2_create_drawable decide...
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2018-11-16 Eric Anholtegl: Move loader_set_logger() up to egl_dri2.c.
2018-11-12 Eric Anholtegl: Improve the debugging of gbm format matching in...
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-10-03 Emil Velikovegl/drm: remove eglSwap* surface check
2018-08-24 Emil Velikovegl/drm: use gbm_dri_bo() wrapper
2018-08-24 Emil Velikovegl/drm: use gbm_dri_surface() wrapper
2018-08-24 Emil Velikovegl/drm: use gbm_dri_device() wrapper
2018-05-03 Juan A. Suarez Romeroegl: check if colorspace/surface type is supported
2018-03-05 Eric Engestromgbm: give a name to rgba fields
2018-02-12 Eric Anholtegl/gbm: Fix compiler warning about visual matching.
2018-02-09 Daniel Stoneegl/gbm: Ensure EGLConfigs match GBM surface format
2018-02-09 Daniel Stoneegl/gbm: Remove duplicate format table
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-12-27 Eric Engestromegl: let each platform decided how to handle LIBGL_ALWA...
2017-11-16 Emil Velikovegl/drm: move teardown code to the platform file
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-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-25 Adam Jacksonegl/drm: Don't "fall back" to /dev/dri/card0 if the...
2017-08-22 Gwan-gyeong Munegl: deduplicate allocations of local buffer over each...
2017-08-10 Emil Velikovegl/drm: rename dri2_drm_create_surface()
2017-08-10 Emil Velikovegl/drm: remove unreachable code in dri2_drm_create_sur...
2017-08-10 Emil Velikovegl: drop unreachable BAD_NATIVE_WINDOW conditions
2017-08-01 Gwan-gyeong Munegl/drm: Fix misused x and y offsets in swrast_get_image()
2017-08-01 Gwan-gyeong Munegl/drm: Fix misused x and y offsets in swrast_put_image2()
2017-07-19 Gwan-gyeong Munegl/dri2: remove unused buffer_count variable
2017-07-19 Gwan-gyeong Munegl/drm: Format code in platform_drm.c according to...
2017-07-19 Gwan-gyeong Munegl/drm: add going out of the loop when the designated...
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/drm: Declare EGLConfig attrib array inside loop
2017-06-22 Chad Versaceegl/drm: Move 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-06-09 Tapani Pälliegl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
2017-05-31 Eric Engestromegl/drm: remove temporary fd variable
2017-05-29 Emil Velikovegl/drm: flatten codeflow
2017-05-29 Emil Velikovegl/drm: 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/drm: use dri2_setup_extensions() over the extension...
2017-05-29 Emil Velikovegl/drm: make use of the dri2_display_destroy() helper
2017-05-29 Emil Velikovgbm: remove unneeded gbm_drm_device abstraction
2017-05-29 Emil Velikovgbm: move gbm_drm_device::driver_name to gbm_dri_device
2017-05-29 Emil Velikovgbm: remove "struct gbm_drm_bo" abstraction
2017-05-04 Adam Jacksonegl/platform/drm: Don't take display ownership until...
2017-03-15 Ben Widawskyegl/drm: Use modifiers for backbuffer creation
2017-01-13 Boyan Dingegl/dri2: Unify the style of function pointer calls...
2017-01-13 Derek Foremangbm/drm: Pick the oldest available buffer in get_back_bo
2016-11-01 Marek Olšákgbm: set up the interop extension for egl/drm
2016-10-14 Emil Velikovegl/drm: set eglError and provide an error message...
2016-10-14 Emil Velikovegl/drm: introduce drm_add_configs_for_visuals() helper
2016-10-14 Emil Velikovegl/dri2: set WL_bind_wayland_display in a consistent way
2016-10-14 Emil Velikovegl/dri2: move surface refcounting out of the platform...
2016-09-07 Rob Clarkgbm: wire up fence extension
2016-09-01 Frank Binnsegl: only store device name when Wayland support is...
2016-08-15 Nicolas Boichategl/drm: Set disp->DriverData to NULL on error
2016-05-23 Rob Herringgbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Boyan Dingegl_dri2: Add a function to let platform code return...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-07 Emil Velikovegl/dri2: enable EGL_KHR_gl_colorspace for swrast
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-15 Emil Velikovegl/dri2/drm: compact existing device mgmt
2015-09-15 Matt Turneregl/dri2: Close file descriptor on error.
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-18 Rhys Kiddmesa/egl: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-22 Marek Olšákegl: implement EGL_KHR_gl_colorspace (v2)
2015-06-30 Emil Velikovegl/drm: plug memory leak
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
next