egl/kopper: Don't add EGL_SWAP_BEHAVIOR_PRESERVED_BIT configs
[platform/upstream/mesa.git] / src / egl / drivers /
2022-09-06 Adam Jacksonegl/kopper: Don't add EGL_SWAP_BEHAVIOR_PRESERVED_BIT...
2022-08-31 Eric Engestromwayland: avoid writing interface names as free-form...
2022-08-17 Rob Clarkegl/dri2: Error path cleanups
2022-08-17 Rob Clarkegl/dri2: Indenting fix
2022-08-17 Rob Clarkegl: Convert to simple_mtx_t
2022-08-10 Jesse Natalieegl/wgl: Fix some awkward sizeof formatting
2022-08-10 Jesse Natalieegl/wgl: Delete unused variables/code
2022-08-10 Jesse Nataliewgl: Use pfi instead of iPixelFormat more often
2022-08-10 Jesse Natalieegl/wgl: Support sync objects
2022-08-10 Jesse Natalieegl/wgl: Support EGL_MESA_query_driver
2022-08-10 Jesse Natalieegl/wgl: Hook up image validate/get in smapi
2022-08-10 Jesse Natalieegl/wgl: Use a per-display st_manager
2022-08-10 Jesse Nataliewgl: Pass smapi explicitly to framebuffer creation
2022-08-10 Jesse Nataliewgl: Pass smapi explicitly to context creation
2022-08-10 Jesse Natalieegl,wgl: Support eglCreateImageKHR
2022-08-10 Jesse Natalieegl/wgl: Support eglWaitNative
2022-08-10 Jesse Natalieegl/wgl: Support eglWaitClient
2022-08-10 Jesse Natalieegl/wgl: Support eglSwapInterval
2022-08-10 Jesse Natalieegl/wgl: Implement bind/release texture buffer
2022-08-10 Jesse Natalieegl/wgl: Set YInvert attribute to always true
2022-08-10 Jesse Natalieegl/wgl: Implement PBuffer surfaces
2022-08-10 Jesse Natalieegl/wgl: Implement QuerySurface
2022-08-10 Jesse Natalieegl/wgl: Don't require a native display to support...
2022-08-09 Yonggang Luoegl/x11: implement ANGLE_sync_control_rate
2022-08-09 Yonggang Luoegl/x11: Split declaration of dri2_format_for_depth...
2022-07-27 Manuel Stoeckldri: add [ax]bgr16161616 to format lookup tables
2022-07-18 Adam Jacksonkopper: Implement {EGL,GLX}_EXT_buffer_age
2022-07-12 Emma Anholtegl: Just include driconf.h instead of redefining its...
2022-06-23 Sebastian Kelleregl/wayland: Don't try to access modifiers u_vector...
2022-06-22 Dave Airlieegl/x11: add missing put_image cookie cleanups
2022-06-22 Dave Airlieegl/x11: split large put image requests to avoid server...
2022-06-03 Mike Blumenkrantzegl/wayland: skip buffer creation on zink
2022-06-03 Mike Blumenkrantzegl/wayland: manually swap backbuffer when using zink
2022-05-04 Adam Jacksonegl/kopper: Hook up eglSwapInterval
2022-04-28 Jesse Nataliewgl: Implement WGL_ARB_create_context_robustness
2022-04-16 Leandro RibeiroRevert "egl/wayland: deprecate drm_handle_format()...
2022-04-07 Mike Blumenkrantzegl: implement more hooks for swrast
2022-04-07 Adam Jacksonegl: Learn about kopper
2022-03-21 Yonggang Luoglx/egl: improve dri null screen related error messages.
2022-03-07 José Expósitoegl/wayland: fix crash in dri2_initialize_wayland_swrast
2022-03-07 José Expósitoegl/wayland: fix crash in dri2_initialize_wayland_drm
2022-03-04 Rob Clarkegl+libsync: Add helper to complain about invalid fence...
2022-03-04 Rob Clarkandroid: Push in-fence-fd down to driver
2022-02-07 Daniel Stoneegl/wayland: Don't replace existing backbuffer in get_b...
2022-02-07 Daniel Stoneegl/wayland: Reset buffer age when destroying buffers
2022-02-04 Adam Jacksonegl: Use the new no-error driver interface
2022-01-17 Lucas Stachegl/dri2: short-circuit dri2_make_current when possible
2022-01-17 Lucas Stachegl/dri2: remove superfluous flush when changing the...
2022-01-10 Lucas Stachegl/wayland: break double/tripple buffering feedback...
2021-12-07 Qiang Yuloader/dri3: replace is_pixmap with drawable type
2021-12-07 Qiang Yuloader/dri3: add drawable type set by GLX and EGL
2021-12-02 Leandro Ribeiroegl/wayland: fix surface dma-buf feedback error exits
2021-12-02 Leandro Ribeiroegl/wayland: do not try to bind to wl_drm if not advertised
2021-11-26 Leandro Ribeiroegl/wayland: use surface dma-buf feedback to allocate...
2021-11-26 Leandro Ribeiroegl/wayland: move loader_dri_create_image() calls to...
2021-11-26 Leandro Ribeiroegl/wayland: add initial dma-buf feedback support
2021-11-26 Leandro Ribeiroegl/wayland: remove unused constant EGL_DRI2_NUM_FORMATS
2021-11-26 Leandro Ribeiroegl/wayland: move formats and modifiers to a separate...
2021-11-26 Leandro Ribeiroegl/wayland: do not try to access memory if allocation...
2021-11-26 Leandro Ribeiroegl/wayland: deprecate drm_handle_format() and drm_hand...
2021-11-26 Leandro Ribeiroegl/wayland: replace EGL_DRI2_MAX_FORMATS by EGL_DRI2_N...
2021-11-26 Scott Andersonegl/wayland: Remove unused wayland enum
2021-11-26 Leandro Ribeiroegl: remove unnecessary spaces after types
2021-11-16 Jason Ekstrandc11/threads: Re-align return values for timed waits
2021-10-16 Derek Foremanegl/wayland: Properly clear stale buffers on resize
2021-10-13 Adam Jacksonegl/dri: Enable FP16 for EGL_EXT_platform_device
2021-10-12 Eric Engestromegl: implement EGL_EXT_present_opaque on wayland
2021-10-08 Chia-I Wuutil/vector: make util_vector_init harder to misuse
2021-10-06 Derek Foremanegl/wayland: Support RGBA ordered formats
2021-09-29 Pierre-Eric Pellou... gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE
2021-09-15 Jesse Natalieegl: Add a basic Windows driver
2021-09-15 Jesse Nataliemeson, egl: Support building for the Windows platform
2021-09-09 Qiang Yugbm/dri: implement image lookup extension version 2
2021-09-09 Qiang Yuegl/dri2: seperate EGLImage validate and lookup
2021-07-23 Adam Jacksonegl/dri2: Stop disabling pbuffer support on msaa configs
2021-07-21 Chia-I Wuegl/surfaceless: try kms_swrast before swrast
2021-07-21 Daniel Stoneegl/wayland: Allow EGLSurface to outlive wl_egl_window
2021-07-21 Daniel Stoneegl/wayland: Error on invalid native window
2021-07-09 Yiwei Zhangegl/android: restore image creation fallback path used...
2021-07-08 Yiwei Zhangegl/android: only apply front rendering usage in shared...
2021-07-06 James Jonesgbm: Version the GBM backend interface
2021-06-30 Roman Stratiienkoegl: android: add IMapper@4 metadata API buffer_info...
2021-06-30 Roman Stratiienkoegl: android: prepare code for adding more buffer_info...
2021-06-11 Yiwei Zhangegl/android: add aosp_nougat system/window.h back for...
2021-06-09 Yiwei Zhangegl/android: refactor to use the legit vndk/window...
2021-06-09 Yiwei Zhangegl/android: fix cached buffer slots for EGL Android...
2021-06-07 Rob Clarkegl+libsync: Add check for valid fence-fd
2021-05-26 Yiwei Zhangegl/android: check front rendering support for cros...
2021-05-21 Ian Romanickegl/dri2: Add Y21x formats
2021-05-21 Ian Romanickegl/dri2: Add Y41x formats
2021-05-21 Ian Romanickegl/dri2: Rely on drm-uapi for DRM_FORMAT defines
2021-05-19 Lucas Stachdri: add loader_dri_create_image helper
2021-05-11 Eric Engestromegl/x11: don't forget to exit the attrib list loop
2021-04-16 Mauro Rossiegl/android: include "util/compiler.h" for FALLTHROUGH...
2021-04-15 Michel DänzerConvert most remaining free-form fall-through comments...
2021-04-09 Alexander von Gluck IVegl/haiku: Fix ConfigID naming inline with mesa
2021-03-26 Simon Seregl: fix software flag in _eglAddDevice call on DRM
2021-03-19 Simon Seregl/wayland: avoid unnecessary roundtrip when authenticated
2021-03-09 Simon Seregl: use render node for wl_drm if available
2021-02-25 Roman Stratiienkoegl: android: use num_planes param in createImageFromDm...
next