broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.
[mesa.git] / src / egl /
2017-10-10 Nicolai Hähnleegl/dri: remove old left-overs
2017-10-10 Nicolai Hähnleegl/dri: use createImageFromRenderbuffer2 when available
2017-10-10 Nicolai Hähnleegl/dri: factor out egl_error_from_dri_image_error
2017-10-05 Adam Jacksonegl: Simplify the "driver" interface
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-04 Tobias Klausmannwayland-egl: adds CFLAGS for wayland.egl.h include
2017-10-03 Gurchetan Singhegl/surfaceless: Use KMS swrast fallback
2017-10-03 Gurchetan Singhegl/surfaceless: add probe device helper function
2017-10-02 Emil Velikovwayland-egl: rework and simplify wl_egl_window initiali...
2017-10-02 Emil Velikovwayland-egl: move WL_EGL_EXPORT declaration to where...
2017-10-02 Emil Velikovwayland-egl: use C99 comments
2017-10-02 Emil Velikovwayland-egl: remove no longer needed wayland-client...
2017-10-02 Emil Velikovwayland-egl: add stdint.h include for intptr_t
2017-10-02 Emil Velikovwayland-egl: forward declare struct wl_surface
2017-10-02 Emil Velikovwayland-egl: rename wayland-egl-{priv,backend}.h
2017-10-02 Emil Velikovegl/dri: link directly to libglapi.so
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-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-27 Tomasz Figaegl/dri2: Implement swapInterval fallback in a conforma...
2017-09-26 Daniel StoneRevert "wayland-drm: constify the callbacks struct"
2017-09-19 Krzysztof Sobieckiegl: fix build fallouts from 1d0be5b3fe5
2017-09-19 Emil Velikovegl: use switch statements over if/else chain
2017-09-19 Emil Velikovegl: remove unneeded braces around since line if statements
2017-09-19 Emil Velikovegl: simplify _eglDebugReport* API
2017-09-19 Emil Velikovegl: use _eglError's 'msg' as an actual message in...
2017-09-19 Emil Velikovconfigure.ac: split the wayland client/server confusion
2017-09-19 Emil Velikovwayland-drm: constify the callbacks struct
2017-09-19 Emil Velikovwayland-drm: add wl_display/wl_resource forward declara...
2017-09-19 Emil Velikovconfigure.ac: define WL_HIDE_DEPRECATED at global scale
2017-09-19 Micah Fedkewayland-drm: avoid deprecated use of struct wl_resource
2017-09-19 Emil Velikovwayland-drm: remove unused wayland_drm_buffer_get_...
2017-09-19 Emil Velikovwayland-drm: remove hardcoded enum wl_drm_format
2017-09-19 Zhongmin Wuegl/android: Use per surface out fence
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-09-19 Yogesh Maratheegl: Wrap dri3 surface primitive around dri2 egl surface
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-09-06 Tapani Pälliegl: remove unused 'Screens' array from _egl_display
2017-08-30 Mark JanesRevert "egl: Allow creation of per surface out fence"
2017-08-30 Michael Olbrichegl/dri2: only destroy created objects
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-29 Emil Velikovegl: simplify refcounting after screen creation
2017-08-26 Emil Velikovegl: don't NULL deref the .get_capabilities function...
2017-08-25 Adam Jacksonegl/drm: Don't "fall back" to /dev/dri/card0 if the...
2017-08-25 Eric EngestromRevert "egl/android: add missing include"
2017-08-25 Kai Chenegl/wayland: Use roundtrips when awaiting buffer release
2017-08-24 Eric Engestromegl/android: add missing include
2017-08-22 Gwan-gyeong Munegl: deduplicate allocations of local buffer over each...
2017-08-21 Matt Turneregl: Fix inclusion of egl.h+mesa_glinterop.h
2017-08-21 Daniel Stoneegl: Add dma_buf_import_modifiers for glvnd
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Optionally use a blit context...
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Remove the loader_dri3_vtable...
2017-08-11 Daniel Stoneegl: Update headers from Khronos
2017-08-11 Daniel Stoneegl/dri2: Allow modifiers to add FDs to imports
2017-08-10 Emil Velikovegl: avoid eglCreatePlatform*Surface{EXT,} crash with...
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/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 Eric Engestromegl: whitespace cleanup in eglapi.c
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 Velikovloader: drop the [gs]et_swap_interval callbacks
2017-08-04 Emil Velikovegl/x11: don't leak xfixes_query in the error path
2017-08-04 Emil Velikovloader: rework xmlconfig dependency
2017-08-02 Eric Engestromegl: check the correct function pointer
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-08-01 Eric Engestromegl: remove unnecessary empty array element
2017-08-01 Eric Engestromegl: split enums to make use of -Wswitch
2017-08-01 Eric Engestromegl: use designated initaliser for _eglGlobal
2017-08-01 Eric Engestromegl: make platform's SwapInterval() optional
2017-08-01 Eric Engestromloader: remove clamp_swap_interval()
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-31 Rob HerringAndroid: fix compile error for DRI2 loader getCapability
2017-07-31 Marek Olšákdri_interface,egl,gallium: only expose RGBA visuals...
2017-07-26 Grigori Goronzyegl: move KHR_no_error vs debug/robustness check furthe...
2017-07-25 Tapani Pälliegl: fix whitespace issues from eglimage code
2017-07-24 Daniel Stoneegl/wayland: Ignore invalid modifiers
2017-07-24 Emil Velikovegl: guard wayland header dep. tracking behind HAVE_PLA...
2017-07-24 Emil Velikovwayland-egl: update the SHA1 of the commit introducing v3
2017-07-24 Miguel A. Vicowayland-egl: Update ABI checker
2017-07-24 Miguel A. Vicowayland-egl: Make wl_egl_window a versioned struct
2017-07-24 Miguel A. Vicoegl: Fix _eglPointerIsDereferencable() to ignore page...
2017-07-24 Miguel A. Vicoegl: Move _eglPointerIsDereferencable() to eglglobals...
2017-07-24 Miguel A. Vicowayland-egl: Add wl_egl_window ABI checker
next