mesa: whitespace, formatting fixes in teximage.c
[mesa.git] / src / egl /
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
2017-07-24 Emil Velikovconfigure.ac: rework wayland-protocols handling
2017-07-19 Eric Engestromegl: fix line continuation
2017-07-19 Emil Velikovegl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr...
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-07-19 Daniel Stoneegl: Add MKDIR_GEN definition
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-18 Daniel Stonegbm: Axe buffer import format conversion table
2017-07-14 Kenneth Graunkeegl: Fix predecence problem when setting __DRI_CTX_FLAG...
2017-07-14 Grigori Goronzyegl: Add EGL_KHR_create_context_no_error support
2017-07-14 Daniel Stoneegl/wayland: Use MIN2 for wl_drm version
2017-07-14 Daniel Stoneegl/wayland: Fix whitespace damage
2017-07-13 Alejandro Piñeiroegl: remove unused err variable
2017-07-12 Emil Velikovegl: set KHR_gl_texture_3D_image only when the requirem...
2017-07-12 Emil Velikovegl: enhance KHR_gl_image extensions checks
2017-07-12 Emil Velikovegl: don't set modifier if no modifiers are available
2017-07-12 Emil Velikovegl: check for extensions' presence during attr parsing
2017-07-12 Emil Velikovegl: add width/height as EXT_image_dma_buf_import attrs
2017-07-12 Emil Velikovegl: polish EXT_image_dma_buf_import attr parsing
2017-07-12 Emil Velikovegl: simplify EXT_image_dma_buf_import_modifiers attr...
2017-07-12 Emil Velikovegl: split _eglParseImageAttribList into per extension...
2017-07-12 Emil Velikovegl: call _eglError within _eglParseImageAttribList
2017-07-12 Emil Velikovegl: move eglCreateDRMImageMESA's malloc later
2017-07-05 Tomasz Figaegl: android: Fix potential use of unitialized variable
2017-06-29 Rob HerringAndroid: use symlinks for driver loading
2017-06-26 Ben Crockeregl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
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/x11: Declare EGLConfig attrib array inside loop
2017-06-22 Chad Versaceegl/drm: Declare EGLConfig attrib array inside loop
2017-06-22 Chad Versaceegl/android: Declare EGLConfig attrib array inside...
2017-06-22 Chad Versaceegl/dri2: Declare loop vars inside the loop
2017-06-22 Chad Versaceegl/wayland: Declare loop vars inside the loop
2017-06-22 Chad Versaceegl/surfaceless: Move loop vars inside the loop
next