gbm: add gbm_bo_get_bpp()
[mesa.git] / src / egl /
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...
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/surfaceless: use the image_driver for image_loader
2017-05-29 Emil Velikovegl/android: use the image_driver alongside the image_l...
2017-05-29 Emil Velikovegl/x11: flatten codeflow
2017-05-29 Emil Velikovegl/x11: check for dri2_dpy->flush before using the...
2017-05-29 Emil Velikovegl/drm: flatten codeflow
2017-05-29 Emil Velikovegl/drm: check for dri2_dpy->flush before using the...
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: error out on eglCreateWaylandBufferFromImageWL
2017-05-29 Emil Velikovegl/drm: use dri2_setup_extensions() over the extension...
2017-05-29 Emil Velikovegl: refactor dri2_create_screen() into three separate...
2017-05-29 Emil Velikovegl/x11: make use of the dri2_display_destroy() helper
2017-05-29 Emil Velikovegl/wayland: make use of the dri2_display_destroy(...
2017-05-29 Emil Velikovegl/surfaceless: make use of the dri2_display_destroy...
next