glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()
[mesa.git] / src / egl /
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
2017-06-22 Chad Versaceegl/x11: Declare loop vars inside the loop
2017-06-22 Chad Versaceegl/drm: Move loop vars inside the loop
2017-06-22 Chad Versaceegl/android: Declare loop vars inside their loops (v2)
2017-06-22 Eric Engestromegl: properly count configs
2017-06-22 Chad Versaceegl/android: Change order of EGLConfig generation (v2)
2017-06-22 Eric Engestromegl: simplify dri_config conditionals
2017-06-21 Eric Engestromegl: turn one more boolean `int` into a `bool`
2017-06-21 Eric Engestromegl: turn boolean `int`s into `bool`s
2017-06-16 Eric Engestromegl/display: make platform detection thread-safe
2017-06-16 Eric Engestromegl/display: only detect the platform once
2017-06-15 Robert Fossegl/android: Fix typ-o
2017-06-14 Eric Le BihanFix khrplatform.h not installed if EGL is disabled.
2017-06-13 Eric Engestromegl: improve dri2_fallback_swap_buffers_with_damage()
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-06-08 Daniel Stoneegl/dri2: Avoid sign extension when building modifier
2017-05-31 Chad Versaceegl/android: Drop unused 'format' param in get_back_bo()
2017-05-31 Chad Versaceegl/android: Align channel masks in HAL_PIXEL_FORMAT...
2017-05-31 Eric Engestromegl/drm: remove temporary fd variable
2017-05-30 Varad Gautamegl: advertise EGL_EXT_image_dma_buf_import_modifiers
2017-05-30 Varad Gautamegl: implement eglQueryDmaBufModifiersEXT
2017-05-30 Varad Gautamegl: implement eglQueryDmaBufFormatsEXT
2017-05-30 Varad Gautamegl/dri2: Create EGLImages with dmabuf modifiers
2017-05-30 Pekka Paalanenegl/main: add support for fourth plane tokens
2017-05-30 Pekka Paalanenegl: introduce DMA_BUF_MAX_PLANES
2017-05-29 Gregory Hainautegl: implement __DRIbackgroundCallableExtension.isThrea...
next