egl: drop an indentation level in _eglFindDisplay() by replacing break/if with a...
[mesa.git] / src / egl / drivers / dri2 / platform_surfaceless.c
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: consistently use dri2_egl_display() helper macro
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 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 create_pixmap_surface
2020-02-26 Mathias Fröhlichegl: Factor out dri2_add_pbuffer_configs_for_visuals...
2020-02-26 Mathias Fröhlichegl: Fix A2RGB10 platform_{device,surfaceless} PBuffer...
2020-02-17 Mathias Fröhlichegl: Implement getImage/putImage on pbuffer swrast.
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-04 Adam Jacksonsurfaceless: Support EGL_WL_bind_wayland_display
2019-09-20 Adam Jacksonegl/surfaceless: Add FP16 format support
2019-09-04 Adam Jacksonegl: Enable 10bpc EGLConfigs for platform_{device,surfa...
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-13 Eric Anholtsurfaceless: Fix swrast-path segfault when loader doesn...
2019-08-13 Eric Anholtsurfaceless: Fix swrast path.
2019-08-13 Harish Krupoegl/android: Delete set_damage_region from egl dri...
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...
2019-03-04 Gurchetan Singhegl/sl: also allow virtgpu to fallback to kms_swrast
2019-02-28 Emil Velikovegl/sl: use kms_swrast with vgem instead of a random GPU
2019-02-28 Emil Velikovegl/sl: use drmDevice API to enumerate available devices
2019-02-28 Emil Velikovegl/sl: split out swrast probe into separate function
2019-02-06 Eric Engestromegl: use coherent variable names
2018-11-16 Eric Anholtegl: Move loader_set_logger() up to egl_dri2.c.
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-10-03 Emil Velikovegl/surfaceless: remove eglSwap* stubs
2018-07-31 David Rileyegl/surfaceless: Allow DRMless fallback.
2018-07-31 David Rileyegl/surfaceless: Define DRI_SWRastLoader extension...
2018-05-04 Tapani Pälliegl: add EGL_BAD_MATCH error case for surfaceless and...
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-10-03 Gurchetan Singhegl/surfaceless: Use KMS swrast fallback
2017-10-03 Gurchetan Singhegl/surfaceless: add probe device helper function
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-06-22 Chad Versaceegl: Rename 'count' in ${platform}_add_configs_for_visu...
2017-06-22 Chad Versaceegl/surfaceless: Move loop vars inside the loop
2017-06-22 Eric Engestromegl: properly count configs
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-05-29 Emil Velikovegl/surfaceless: use the image_driver for image_loader
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/surfaceless: make use of the dri2_display_destroy...
2017-01-13 Boyan Dingegl/dri2: Unify the style of function pointer calls...
2016-12-09 Emil Velikovegl/surfaceless: remove duplicate KHR_image_base enablement
2016-10-18 Chad Versaceegl/surfaceless: Fix segfault in eglSwapBuffers
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-16 Chad Versaceegl/surfaceless: Fix comparison between pointer and...
2016-10-16 Emil Velikovegl/surfaceless: use correct index when accesing the...
2016-10-14 Emil Velikovegl/surfaceless: tweak surfaceless_add_configs_for_visu...
2016-10-14 Emil Velikovegl/surfaceless: print out a message on zero configs...
2016-10-14 Emil Velikovegl/dri2: rework dri2_egl_display::extensions storage
2016-10-14 Emil Velikovegl/surfaceless: trivial coding style fixes
2016-10-14 Emil Velikovegl/surfaceless: don't check the mask(s) prior to calli...
2016-10-14 Emil Velikovegl/surfaceless: remove unused dri2_loader_extension...
2016-10-14 Emil Velikovegl/android: don't populate dri2_dpy->dri2_loader_extension
2016-10-14 Emil Velikovegl/dri2: move surface refcounting out of the platform...
2016-08-15 Nicolas Boichategl/surfaceless: Set disp->DriverData to NULL on error
2016-06-14 Gurchetan SinghAdded pbuffer hooks for surfaceless platform
2016-04-26 Jakob Sinclairegl: Remove every double semi-colon
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Derek Foremanegl: Use the loader_open_device() helper to do open...
2015-06-16 Haixia Shiegl/dri2: implement platform_surfaceless