gbm: give a name to rgba fields
[mesa.git] / src / egl / drivers / dri2 / platform_wayland.c
2018-02-16 Eric Engestromegl/wayland: check for invalid format index
2018-02-15 Louis-Francis Ratt... dri: fromPlanar() can return NULL as a valid result
2018-02-09 Daniel Stoneegl/wayland: Use an array for modifiers
2018-02-09 Daniel Stoneegl/wayland: Remove has_format enum
2018-02-09 Daniel Stoneegl/wayland: Add bpp to visual map
2018-02-09 Daniel Stoneegl/wayland: Use visual map for DRIImage<->FourCC map
2018-02-09 Daniel Stoneegl/wayland: Use visual map for format advertisement
2018-02-09 Daniel Stoneegl/wayland: Use visual map for buffer_from_image
2018-02-09 Daniel Stoneegl/wayland: Use visual map for config->format lookup
2018-02-09 Daniel Stoneegl/wayland: Add format enums to visual map
2018-02-09 Daniel Stoneegl/wayland: Use proper enum type in visual definition
2018-02-09 Daniel Stoneegl/wayland: Widen channel masks to bpp
2018-02-09 Daniel Stoneegl/wayland: Hoist format <-> EGLConfig definition up
2018-02-09 Daniel Stoneegl/wayland: Fix ARGB/XRGB transposition in config map
2018-01-03 Mario Kleineregl/wayland: Add Wayland shm swrast support for RGB10...
2018-01-03 Mario Kleineregl/wayland: Add Wayland dmabuf support for RGB10 winsy...
2018-01-03 Mario Kleineregl/wayland: Add Wayland drm support for RGB10 winsys...
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-11-16 Eric Engestromegl: fix var type
2017-11-16 Emil Velikovegl/wayland: move teardown code to the platform file
2017-11-14 Derek Foremanegl/wayland: Add a fallback when fourcc query isn't...
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-10-04 Daniel Stoneegl/wayland: Don't use dmabuf with no modifiers
2017-10-04 Daniel Stoneegl/wayland: Check queryImage return for wl_buffer
2017-10-02 Eric Engestromegl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic
2017-09-30 Marek Olšákegl/dri2: don't use the template keyword
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-09-12 Eric Engestromegl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
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-29 Emil Velikovegl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf
2017-08-29 Emil Velikovegl/wayland: group wl_win specific code together
2017-08-29 Emil Velikovegl/wayland: remove dri2_surf width/height double init.
2017-08-29 Emil Velikovegl/wayland: set correct format with wl_dmabuf as wl_dr...
2017-08-29 Emil Velikovegl/wayland: update comment to reflect wl_dmabuf presence
2017-08-29 Emil Velikovegl/wayland: polish object teardown in dri2_wl_destroy_...
2017-08-29 Emil Velikovegl/wayland: plug leaks in dri2_wl_create_window_surfac...
2017-08-25 Kai Chenegl/wayland: Use roundtrips when awaiting buffer release
2017-08-22 Gwan-gyeong Munegl: deduplicate allocations of local buffer over each...
2017-08-10 Emil Velikovegl: drop unreachable BAD_NATIVE_WINDOW conditions
2017-08-10 Emil Velikovegl: add dri2_setup_swap_interval helper
2017-08-07 Gurchetan Singhegl/dri2: add image extension such it's usable by swras...
2017-08-01 Eric Engestromegl: make platform's SwapInterval() optional
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-24 Daniel Stoneegl/wayland: Ignore invalid modifiers
2017-07-24 Miguel A. Vicowayland-egl: Make wl_egl_window a versioned struct
2017-07-18 Daniel Stoneegl/wayland: Use linux-dmabuf interface for buffers
2017-07-18 Daniel Stoneegl/wayland: Remove duplicate wl_buffer creation code
2017-07-18 Daniel Stoneegl/wayland: Remove more surface specifics from create_...
2017-07-18 Daniel Stoneegl/wayland: Make create_wl_buffer more generic
2017-07-14 Daniel Stoneegl/wayland: Use MIN2 for wl_drm version
2017-07-14 Daniel Stoneegl/wayland: Fix whitespace damage
2017-06-26 Emil Velikovegl: fold _eglError() + return EGL_FALSE
2017-06-22 Chad Versaceegl/wayland: 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-06-09 Tapani Pälliegl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
2017-05-29 Emil Velikovegl/wayland: use the image_driver alongside the image_l...
2017-05-29 Emil Velikovegl/wayland: set the resize_callback if the flush exten...
2017-05-29 Emil Velikovegl/wayland: select the format based on the interface...
2017-05-29 Emil Velikovegl: annotate dri2_egl_display_vtbl as const data
2017-05-29 Emil Velikovegl/wayland: don't modify the vtbl if an extension...
2017-05-29 Emil Velikovegl: refactor dri2_create_screen() into three separate...
2017-05-29 Emil Velikovegl/wayland: make use of the dri2_display_destroy(...
2017-05-22 Lionel Landwerlinegl/wayland: verify event queue was allocated
2017-05-19 Daniel Stoneegl/wayland: Ensure we get a back buffer
2017-05-19 Daniel Stoneegl/wayland: Use per-surface event queues
2017-05-19 Daniel Stoneegl/wayland: Don't open-code roundtrip
2017-03-01 Daniel Stoneegl/wayland: Don't use DRM format codes for SHM
2017-01-18 Emil Velikovegl/wayland: resolve quirky try_damage_buffer() impleme...
2017-01-18 Emil Velikovegl/wayland: unify dri2_wl_create_surface implementations
2017-01-18 Emil Velikovegl/wayland: use the destroy_window_callback for swrast
2017-01-13 Boyan Dingegl/dri2: Unify the style of function pointer calls...
2017-01-13 Jonas Ådahlegl/wayland: Avoid race conditions when on non-main...
2017-01-13 Jonas Ådahlegl/wayland: Cleanup private display connection when...
2017-01-11 Derek Foremanegl/dri2: add image_loader_extension back into loader...
2016-11-21 Emil Velikovegl/wayland: remove non-applicable destroyDrawable...
2016-11-11 Emil Velikovegl/wayland: fix return value in dri2_wl_swrast_commit_...
2016-11-10 Daniel StoneRevert "wayland: Block for the frame callback in get_ba...
2016-10-24 Stencel, Joannaegl/wayland: add missing destroy_window callback
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-14 Emil Velikovegl/wayland: introduce dri2_wl_add_configs_for_visuals...
2016-10-14 Emil Velikovegl/dri2: set WL_bind_wayland_display in a consistent way
2016-10-14 Emil Velikovegl/dri2: rework dri2_egl_display::extensions storage
2016-10-14 Emil Velikovegl/wayland: don't populate dri2_dpy->swrast_loader_ext...
2016-10-14 Emil Velikovegl/wayland: 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/wayland: Set disp->DriverData to NULL on error
2016-07-07 Frank Binnsegl: restrict swap_available dri2_egl_display field...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Axel Davydri: add backbuffer use flag
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-26 Derek Foremanegl/wayland: Try to use wl_surface.damage_buffer for...
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-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-13 Daniel Stoneegl/wayland: Ignore rects from SwapBuffersWithDamage
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-07 Emil Velikovegl/dri2: enable EGL_KHR_gl_colorspace for swrast
next