summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy2015-02-121-7/+7
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-01-311-11/+13
* egl/wayland: Fix unused variable warningsChad Versace2015-01-131-2/+0
* egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt2015-01-066-15/+43
* egl/haiku: Clean up SConscript whitespaceAlexander von Gluck IV2014-12-231-13/+12
* egl/dri2: Fix build of dri2 egl driver with SConsAlexander von Gluck IV2014-12-231-0/+40
* egl: Clean up Haiku visual creationAlexander von Gluck IV2014-12-231-49/+47
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-232-0/+473
* egl/dri2: Add headers to distribution.Matt Turner2014-12-121-1/+2
* Use calloc instead of malloc/memset-0Matt Turner2014-12-081-2/+1
* egl/dri2: Log a warning if no platforms are enabled.Matt Turner2014-12-041-0/+1
* egl_dri2: add a note about dri2_create_screenEmil Velikov2014-11-071-0/+4
* egl_dri2: fix double free on drm platformsEmil Velikov2014-11-071-3/+9
* egl_dri2: do not leak dri2_dpy->driver_configsEmil Velikov2014-11-061-0/+4
* egl/drm: do not crash when swapping buffers without any renderingLionel Landwerlin2014-10-271-0/+8
* egl: setup screen iterator before using itTapani Pälli2014-09-291-1/+1
* egl: extra null checks for get_xcb_screen() return valuesJuha-Pekka Heikkila2014-09-231-6/+24
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-231-0/+1
* egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2014-09-032-2/+2
* egl/dri2: use the correct screen indexMarek Olšák2014-09-012-10/+30
* egl: don't exit process on initialization failureIlia Mirkin2014-08-161-1/+1
* egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen2014-08-141-31/+6
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-131-1/+1
* android: egl/dri2: use the installed libdrm headersEmil Velikov2014-08-131-1/+1
* android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2014-08-131-4/+0
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-302-3/+21
* Add support for swrast to the DRM EGL platformGiovanni Campagna2014-07-301-21/+132
* egl: Remove unused variable dri_driver_path.Matt Turner2014-06-171-2/+0
* egl/dri2: do not leak dri2_dpy->driver_nameEmil Velikov2014-06-093-3/+8
* egl/dri2/x11: use standard strndup functionEmil Velikov2014-06-091-19/+4
* android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma...Adrian Negreanu2014-06-091-1/+1
* android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu2014-06-091-0/+1
* android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2014-06-091-0/+3
* egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov2014-05-291-4/+6
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-207-0/+54
* egl_dri2: cleanup memory leak in dri2_create_context()Emil Velikov2014-05-101-2/+3
* egl_dri: rework dri extension handlingEmil Velikov2014-04-282-11/+12
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-281-6/+7
* egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira2014-04-251-0/+2
* wayland: Fix the logic in disabling the prime capabilityNeil Roberts2014-04-251-1/+1
* egl/build: Include headers and XML in distribution.Matt Turner2014-04-071-0/+1
* egl/build: Drop two unnecessary Makefiles.Matt Turner2014-04-071-26/+0
* egl/dri2: use drm macros to construct device nameJonathan Gray2014-04-051-1/+6
* egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray2014-04-051-2/+0
* egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace2014-03-171-1/+17
* egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace2014-03-171-1/+16
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-177-32/+42
* egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace2014-03-176-18/+35