summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2014-09-03egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2-2/+2
2014-09-01egl/dri2: use the correct screen indexMarek Olšák2-10/+30
2014-08-16egl: don't exit process on initialization failureIlia Mirkin1-1/+1
2014-08-14egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen1-31/+6
2014-08-13android: loader: prefix static libraries with libmesa_*Emil Velikov2-2/+2
2014-08-13android: egl/dri2: use the installed libdrm headersEmil Velikov1-1/+1
2014-08-13android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov1-4/+0
2014-08-13android: egl/main: add/enable freedrenoEmil Velikov1-0/+6
2014-08-13android: egl/main: resolve radeon linking issuesPaulo Sergio Travaglia1-4/+9
2014-08-13android: egl/main: fixup the nouveau buildEmil Velikov1-6/+2
2014-08-13egl/main: Bring in the Makefile.sourcesEmil Velikov4-75/+47
2014-08-04egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat1-1/+4
2014-07-30dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2-3/+21
2014-07-30Add support for swrast to the DRM EGL platformGiovanni Campagna1-21/+132
2014-06-17egl: Remove unused variable dri_driver_path.Matt Turner1-2/+0
2014-06-09egl/dri2: do not leak dri2_dpy->driver_nameEmil Velikov3-3/+8
2014-06-09egl/dri2/x11: use standard strndup functionEmil Velikov1-19/+4
2014-06-09android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma...Adrian Negreanu1-1/+1
2014-06-09android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu1-0/+1
2014-06-09android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2-1/+7
2014-06-03egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh1-0/+4
2014-06-02egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor1-2/+6
2014-05-29egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov1-4/+6
2014-05-23Fix build for darwinJon TURNEY1-1/+1
2014-05-20egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp11-0/+84
2014-05-20Import eglextchromium.h from Chromium.Sarah Sharp1-0/+1
2014-05-12wayland: Move version 2 request to end of interface specificationKristian Høgsberg1-16/+19
2014-05-10egl_dri2: cleanup memory leak in dri2_create_context()Emil Velikov1-2/+3
2014-05-02egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca1-1/+2
2014-04-28egl_dri: rework dri extension handlingEmil Velikov2-11/+12
2014-04-28dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov3-6/+21
2014-04-25egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira1-0/+2
2014-04-25wayland: Fix the logic in disabling the prime capabilityNeil Roberts1-1/+1
2014-04-07egl/build: Sort egl sources alphabetically.Matt Turner1-15/+15
2014-04-07egl/build: Remove unused -DXF86VIDMODE.Matt Turner1-4/+0
2014-04-07egl/build: Include headers and XML in distribution.Matt Turner3-2/+11
2014-04-07egl/build: Drop two unnecessary Makefiles.Matt Turner2-50/+0
2014-04-05egl/dri2: use drm macros to construct device nameJonathan Gray1-1/+6
2014-04-05egl/dri2: don't require libudev to build drm/wayland platformsJonathan Gray1-2/+0
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2-2/+2
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov2-0/+2
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov2-2/+7
2014-03-31automake: consistently use -no-undefinedEmil Velikov1-1/+3
2014-03-17egl/main: Enable Linux platform extensionsChad Versace5-23/+215
2014-03-17egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace1-1/+17
2014-03-17egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace1-1/+16
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace11-43/+74
2014-03-17egl: Add STATIC_ASSERT() macroChad Versace1-0/+5
2014-03-17egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace6-18/+35
2014-03-17egl/dri2/x11: Don't clobber _EGLDriver::APIChad Versace1-5/+0