egl: rewrite entrypoints check
[mesa.git] / src / egl / drivers /
2019-07-01 Eric Engestromegl/wayland: use bitset.h for `formats` bit set
2019-06-10 Mathias Fröhlichegl: Let the caller of dri2_create_drawable decide...
2019-06-07 Kenneth Graunkeegl/x11: calloc dri2_surf so it's properly zeroed
2019-06-05 Emil Velikovegl: add EGL_platform_device support
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-06-05 Adam Jacksonegl/x11: pick the user requested screen
2019-05-14 Jonas Ådahlwayland/egl: Ensure correct buffer size when allocating
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-19 Kristian H. Kristensenegl/dri2: Mark potentially unused 'display' variable...
2019-04-11 Tapani Pälliegl: setup fds array correctly when exporting dmabuf
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-13 Kevin Strasseregl/dri: Avoid out of bounds array access
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 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 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 Veluri Mithunegl: Implementation of egl dri2 drivers for MESA_query_...
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-11 Eric Engestromegl: add missing includes
2019-01-02 Alexander von Gluck IVegl/haiku: Fix reference to disp vs dpy
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-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-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-01 Emil Velikovegl: set the EGLDevice when creating a display
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-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-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
2018-08-24 Emil Velikovegl/drm: use gbm_dri_surface() wrapper
2018-08-24 Emil Velikovegl/drm: use gbm_dri_device() wrapper
2018-08-24 Emil Velikovegl/android: simplify device open/probe
2018-08-24 Emil Velikovegl/android: remove drmVersion::name NULL check
2018-08-24 Emil Velikovegl/android: remove droid_probe_driver()
2018-08-24 Emil Velikovegl/android: use strcmp with drmVersion::name
2018-08-24 Emil Velikovegl/android: use drmDevice instead of the manual /dev...
2018-08-21 Chad Versaceegl/android: Implement EGL_KHR_mutable_render_buffer
2018-08-21 Eric Engestromegl: add helper to combine two u32 into one u64
2018-08-16 Eric Engestromegl/wayland: remove sign from bitfield `formats`
2018-08-16 Eric Engestromegl: some spelling fixes
2018-08-15 Mauro Rossiegl/android: fix regression in drm_gralloc path (v2)
2018-08-09 Eric Anholtegl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
2018-08-08 Juan A. Suarez Romerowayland/egl: update surface size on window resize
2018-08-08 Juan A. Suarez Romerowayland/egl: initialize window surface size to window...
2018-08-07 Chad Versaceegl/dri2: In dri2_make_current, return early on failure
2018-08-07 Chad Versaceegl: Simplify queries for EGL_RENDER_BUFFER
2018-08-07 Emil Velikovegl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers...
2018-08-07 Emil Velikovegl/x11: use the no-op dri2_fallback_copy_buffers for...
2018-08-01 Mario Kleineregl/x11: Handle both depth 30 formats for eglCreateImag...
2018-08-01 Daniel Stoneegl/wayland: Add 10bpc BGR configs
2018-07-31 David Rileyegl/surfaceless: Allow DRMless fallback.
2018-07-31 David Rileyegl/surfaceless: Define DRI_SWRastLoader extension...
2018-07-20 Eric Anholtegl: Refuse EGL_MESA_image_dma_buf_export if we don...
2018-07-18 Eric Anholtegl: Use the canonical drm-uapi fourcc header to avoid...
2018-06-25 Robert Fossegl/android: Add DRM node probing and filtering
2018-06-25 Rob Herringegl/android: #ifdef out flink name support
2018-06-06 Eric Engestromegl: rewire the build systems to use libwayland-egl
2018-05-29 Eric Engestromegl/x11: fix build with DRI3 disabled
2018-05-24 Eric Engestromegl/x11: deduplicate depth-to-format logic
2018-05-04 Tapani Pälliegl: add EGL_BAD_MATCH error case for surfaceless and...
2018-05-03 Deepak Rawategl/x11: Send invalidate to driver on copy_region path...
2018-05-03 Juan A. Suarez Romeroegl: check if colorspace/surface type is supported
2018-03-30 Daniel Stonex11: Only report supported DRI3/Present versions
2018-03-22 Derek Foremanegl/wayland: Make swrast display_sync the correct queue
2018-03-20 Daniel Stonedri3: Don't fail on version mismatch
next