etnaviv: drm: Move uapi header
[mesa.git] / src / egl /
2019-05-17 Kenneth Graunkeegl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATE...
2019-05-14 Jonas Ådahlwayland/egl: Ensure correct buffer size when allocating
2019-05-14 Paulo Zanoniegl: check if a window/pixmap is already used on surfac...
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-05-03 Dylan Bakermeson: make nm binary optional
2019-05-02 Eric Engestromegl: hard-code destroy function instead of passing...
2019-05-01 Andrii Simiklitegl: return correct error code for a case req ver ...
2019-04-30 Eric Engestromegl: fixup autotools-specific wording
2019-04-29 Eric Engestromdelete autotools input files
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-19 Kristian H. Kristensenegl/dri2: Mark potentially unused 'display' variable...
2019-04-15 Dylan BakerDelete autotools
2019-04-11 Tapani Pälliegl: setup fds array correctly when exporting dmabuf
2019-03-29 Eric Engestromegl: hide entrypoints that shouldn't be exported when...
2019-03-27 Gurchetan Singhegl/android: chose node type based on swrast and prepro...
2019-03-27 Gurchetan Singhegl/android: use software rendering when appropriate
2019-03-27 Gurchetan Singhegl/android: use swrast option in droid_load_driver
2019-03-27 Gurchetan Singhegl/android: plumb swrast option
2019-03-27 Gurchetan Singhegl/android: refactor droid_load_driver a bit
2019-03-27 Gurchetan Singhegl/android: droid_open_device_drm_gralloc --> droid_op...
2019-03-27 Gurchetan Singhegl/android: move droid_open_device_drm_gralloc down...
2019-03-27 Gurchetan Singhegl/android: move droid_image_loader_extension down...
2019-03-22 Eric Anholtegl: Add a 565 pbuffer-only EGL config under X11.
2019-03-21 Benjamin Gordonconfigure.ac/meson.build: Add options for library suffixes
2019-03-18 Tapani Pälliandroid: Build fixes for OMR1
2019-03-13 Kevin Strasseregl/dri: Avoid out of bounds array access
2019-03-05 Eric Engestromegl: fix libdrm-less builds
2019-03-04 Gurchetan Singhegl/sl: also allow virtgpu to fallback to kms_swrast
2019-02-28 Emil Velikovegl/sl: use kms_swrast with vgem instead of a random GPU
2019-02-28 Emil Velikovegl/sl: use drmDevice API to enumerate available devices
2019-02-28 Emil Velikovegl/sl: split out swrast probe into separate function
2019-02-28 Eric Engestromegl/android: replace magic 0=CbCr,1=CrCb with simple...
2019-02-26 Kasireddy, Vivekdri: Add XYUV8888 format
2019-02-26 Emil Velikovegl/android: bump the number of drmDevices to 64
2019-02-26 Emil Velikovmeson: egl: correctly manage loader/xmlconfig
2019-02-26 Emil Velikovegl/dri: de-duplicate dri2_load_driver*
2019-02-20 Carlos Garnachowayland/egl: Ensure EGL surface is resized on DRI updat...
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-12 Chia-I Wuegl: fix KHR_partial_update without EXT_buffer_age
2019-02-12 Tapani Pällidri: add P010, P012, P016 for 10bit/12bit/16bit YUV420...
2019-02-06 Eric Engestromegl: use coherent variable names
2019-01-29 Mario Kleineregl/wayland-drm: Only announce formats via wl_drm which...
2019-01-29 Mario Kleineregl/wayland: Allow client->server format conversion...
2019-01-24 Emil Velikovmapi: move genCommon.py to src/mapi/new
2019-01-24 Emil VelikovgenCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.
2019-01-24 Eric Engestromegl/glvnd: sync egl.xml from Khronos
2019-01-24 Veluri Mithunegl: Implementation of egl dri2 drivers for MESA_query_...
2019-01-24 Eric Engestromegl: add glvnd entrypoints for EGL_MESA_query_driver
2019-01-24 Veluri Mithunegl: Implement EGL API for MESA_query_driver
2019-01-24 Mark JanesRevert "Implement EGL API for MESA_query_driver"
2019-01-24 Mark JanesRevert "Implementation of egl dri2 drivers for MESA_que...
2019-01-23 Veluri MithunImplementation of egl dri2 drivers for MESA_query_driver
2019-01-23 Veluri MithunImplement EGL API for MESA_query_driver
2019-01-13 Eric Engestromegl: fix python lib deprecation warning
2019-01-11 Eric Engestromegl: remove unused include
2019-01-11 Eric Engestromegl: add missing includes
2019-01-02 Alexander von Gluck IVegl/haiku: Fix reference to disp vs dpy
2018-11-28 Gurchetan Singhegl: add missing #include <stddef.h> in egldevice.h
2018-11-28 Nicolai Hähnleegl/wayland: rather obvious build fix
2018-11-28 Emil Velikovegl/wayland: plug memory leak in drm_handle_device()
2018-11-28 Emil Velikovegl/wayland: bail out when drmGetMagic fails
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-17 Eric Anholtegl: Print the actual message to the console from _eglE...
2018-11-17 Eric Anholtloader: Factor out the common driver opening logic...
2018-11-16 Eric Anholtegl: Move loader_set_logger() up to egl_dri2.c.
2018-11-16 Lionel Landwerlinegl/dri: fix error value with unknown drm format
2018-11-15 Eric Engestromegl: fix bad rebase
2018-11-15 Eric Engestromegl: add missing glvnd entrypoint for EGL_ANDROID_blob_...
2018-11-12 Eric Anholtegl: Improve the debugging of gbm format matching in...
2018-11-12 Lionel Landwerlindri: add AYUV format
2018-11-06 Olivier Fourdanwayland/egl: Resize EGL surface on update buffer for...
2018-11-05 Emil Velikovegl/glvnd: correctly report errors when vendor cannot...
2018-11-05 Emil Velikovegl: add EGL_EXT_device_base entrypoints
2018-11-01 Eric Engestromegl: use the LC_ALL hammer instead of LANG
2018-11-01 Eric Engestromegl: fix entrypoint sorting test
2018-11-01 Mathias Fröhlichegl: Fix eglentrypoint.h sort order.
2018-11-01 Emil Velikovmeson: egl: group dri2 bits separately from haiku
2018-11-01 Emil Velikovegl: enable EGL_EXT_device_{base,enumeration,query}
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-11-01 Emil Velikovegl: add EGL_EXT_device_drm support
2018-11-01 Emil Velikovegl: add EGL_MESA_device_software support
2018-11-01 Emil Velikovegl: add base EGL_EXT_device_base implementation
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-31 Eric Engestromegl: drop EGL driver `name`
2018-10-31 Eric Engestromegl: move alloc & init out of _eglBuiltInDriver{DRI2...
2018-10-30 Eric Engestromegl: add messages to a few assert() and turn a couple...
2018-10-11 Vinson Leeegl: Use correct shared libraries suffix on macOS.
2018-10-03 Emil Velikovegl/x11: remove eglSwap* surface check
2018-10-03 Emil Velikovegl/surfaceless: remove eglSwap* stubs
2018-10-03 Emil Velikovegl/drm: remove eglSwap* surface check
2018-10-03 Emil Velikovegl/android: remove eglSwap* surface check
2018-10-03 Emil Velikovegl: make eglSwapBuffers* a no-op for !window surfaces
2018-10-03 Emil Velikovegl: make eglSwapInterval a no-op for !window surfaces
2018-09-20 Emil Velikovegl/android: rework device probing
2018-09-13 Kristian H. Kristensenegl/android: Declare droid_load_driver() static
2018-09-02 Mauro Rossiegl/android: do not indent HAVE_DRM_GRALLOC preprocesso...
2018-08-31 Juan A. Suarez Romeroegl/wayland: do not leak wl_buffer when it is locked
2018-08-30 Jason Ekstrandegl/dri2: Guard against invalid fourcc formats
2018-08-30 Jason Ekstrandegl/dri2: Add a helper for the number of planes for...
2018-08-24 Emil Velikovegl/drm: use gbm_dri_bo() wrapper
next