summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/drm: do not crash when swapping buffers without any renderingLionel Landwerlin2014-10-271-0/+8
* util: Include in Android buildsTomasz Figa2014-10-031-0/+1
* egl: setup screen iterator before using itTapani Pälli2014-09-291-1/+1
* configure: drop --with-egl-driver-dir switchEmil Velikov2014-09-271-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-132-2/+2
* 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
* android: egl/main: add/enable freedrenoEmil Velikov2014-08-131-0/+6
* android: egl/main: resolve radeon linking issuesPaulo Sergio Travaglia2014-08-131-4/+9
* android: egl/main: fixup the nouveau buildEmil Velikov2014-08-131-6/+2
* egl/main: Bring in the Makefile.sourcesEmil Velikov2014-08-134-75/+47
* egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat2014-08-041-1/+4
* 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-092-1/+7
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-031-0/+4
* egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor2014-06-021-2/+6
* egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov2014-05-291-4/+6
* Fix build for darwinJon TURNEY2014-05-231-1/+1
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-2011-0/+84
* Import eglextchromium.h from Chromium.Sarah Sharp2014-05-201-0/+1
* wayland: Move version 2 request to end of interface specificationKristian Høgsberg2014-05-121-16/+19
* egl_dri2: cleanup memory leak in dri2_create_context()Emil Velikov2014-05-101-2/+3
* egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca2014-05-021-1/+2
* egl_dri: rework dri extension handlingEmil Velikov2014-04-282-11/+12
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-283-6/+21
* 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: Sort egl sources alphabetically.Matt Turner2014-04-071-15/+15
* egl/build: Remove unused -DXF86VIDMODE.Matt Turner2014-04-071-4/+0
* egl/build: Include headers and XML in distribution.Matt Turner2014-04-073-2/+11
* egl/build: Drop two unnecessary Makefiles.Matt Turner2014-04-072-50/+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
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-052-2/+2
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-312-0/+2
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-312-2/+7
* automake: consistently use -no-undefinedEmil Velikov2014-03-311-1/+3
* egl/main: Enable Linux platform extensionsChad Versace2014-03-175-23/+215