summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2015-03-25automake: add missing egl files to the tarballEmil Velikov1-0/+2
2015-03-07egl/main: no longer export internal functionEmil Velikov13-36/+36
2015-03-07egl: Take alpha bits into account when selecting GBM formatsDaniel Stone1-5/+11
2015-02-24egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy1-3/+38
2015-02-12egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy1-7/+7
2015-01-31egl: Pass the correct X visual depth to xcb_put_image().José Fonseca1-11/+13
2015-01-13egl/wayland: Fix unused variable warningsChad Versace1-2/+0
2015-01-06egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt6-15/+43
2014-12-25egl: Fix non-dri SCons builds re #87657Alexander von Gluck IV1-10/+7
2014-12-23egl/haiku: Clean up SConscript whitespaceAlexander von Gluck IV1-13/+12
2014-12-23egl/dri2: Fix build of dri2 egl driver with SConsAlexander von Gluck IV1-0/+40
2014-12-23egl: Clean up Haiku visual creationAlexander von Gluck IV1-49/+47
2014-12-23egl: Add Haiku code and supportAlexander von Gluck IV7-3/+509
2014-12-17egl: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-12egl: Add files to distribution.Matt Turner1-0/+5
2014-12-12egl+gbm: Add symbols-check tests to distribution.Matt Turner1-0/+1
2014-12-12egl/dri2: Add headers to distribution.Matt Turner1-1/+2
2014-12-12egl: Drop unnecessary Makefile.am.Matt Turner1-1/+0
2014-12-08Use calloc instead of malloc/memset-0Matt Turner1-2/+1
2014-12-07egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace5-1/+23
2014-12-04egl/dri2: Log a warning if no platforms are enabled.Matt Turner1-0/+1
2014-11-14egl: remove egl_gallium from the loaderMarek Olšák1-14/+0
2014-11-07egl_dri2: add a note about dri2_create_screenEmil Velikov1-0/+4
2014-11-07egl_dri2: fix double free on drm platformsEmil Velikov1-3/+9
2014-11-06egl_dri2: do not leak dri2_dpy->driver_configsEmil Velikov1-0/+4
2014-10-27egl/drm: do not crash when swapping buffers without any renderingLionel Landwerlin1-0/+8
2014-10-03util: Include in Android buildsTomasz Figa1-0/+1
2014-09-29egl: setup screen iterator before using itTapani Pälli1-1/+1
2014-09-27configure: drop --with-egl-driver-dir switchEmil Velikov1-1/+1
2014-09-23egl: extra null checks for get_xcb_screen() return valuesJuha-Pekka Heikkila1-6/+24
2014-09-23egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny1-0/+1
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