aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-071-117/+2
* egl: drop unnecessary function derefEric Engestrom2019-08-041-2/+2
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-031-3/+3
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-1/+2
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* egl: fix OpenGL 3.1 context creationTimothy Arceri2019-08-021-0/+3
* egl/drm: ensure the backing gbm is set before using itEmil Velikov2019-07-311-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* egl: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* egl: Only expose 565 pbuffer configs if X can export them as DRI3 imagesKenneth Graunke2019-07-221-37/+79
* egl: Make the 565 pbuffer-only config single buffered.Kenneth Graunke2019-07-221-2/+6
* egl: Quiet warning about front buffer rendering for pixmaps/pbuffersKenneth Graunke2019-07-221-3/+5
* egl/android: Update color_buffers querying for buffer ageNataraj Deshpande2019-07-222-6/+31
* egl: drop incorrect pkg-config file for glvndEric Engestrom2019-07-201-18/+10
* egl/android: handle multi-fd native windowsRob Clark2019-07-161-25/+55
* egl: add glvnd symbols checkEric Engestrom2019-07-102-1/+2
* egl: rewrite entrypoints checkEric Engestrom2019-07-103-13/+38
* egl: use new symbols check scriptEric Engestrom2019-07-102-30/+10
* egl: simplify loopEric Engestrom2019-07-011-3/+1
* egl/wayland: use bitset.h for `formats` bit setEric Engestrom2019-07-012-11/+19
* egl: Enable eglGetPlatformDisplay on Android Platformrenchenglei2019-06-293-0/+27
* egl: replace dead vfunc with an errorEric Engestrom2019-06-252-14/+2
* egl: delete unused vfuncsEric Engestrom2019-06-252-46/+7
* egl: drop empty eglfallbacks.cEric Engestrom2019-06-255-53/+0
* egl: move eglGetSyncAttrib() fallback to eglapi.cEric Engestrom2019-06-252-2/+5
* egl: move eglSwapInterval() fallback to eglapi.cEric Engestrom2019-06-252-5/+8
* egl: move eglSurfaceAttrib() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglQuerySurface() fallback to eglapi.cEric Engestrom2019-06-252-2/+5
* egl: move eglQueryContext() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglGetConfigAttrib() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglChooseConfig() fallback to eglapi.cEric Engestrom2019-06-252-3/+6
* egl: move eglGetConfigs() fallback to eglapi.cEric Engestrom2019-06-252-2/+4
* Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...Eric Engestrom2019-06-226-38/+75
* egl: drop empty eglfallbacks.cEric Engestrom2019-06-225-53/+0
* egl: move fallback calls to eglapi.cEric Engestrom2019-06-222-22/+38
* egl: drop `_eglReturnFalse()` fallbacksEric Engestrom2019-06-221-24/+0
* egl: remove unnecessary eglGetProcAddress() fallbackEric Engestrom2019-06-222-2/+1
* egl: remove NULL assignments after calloc()Eric Engestrom2019-06-221-21/+0
* egl: move bad_param check further upEric Engestrom2019-06-222-6/+8
* egl: add missing #includeEric Engestrom2019-06-191-0/+1
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* egl: compare the whole list of attributesEric Engestrom2019-06-111-1/+1
* egl: Let the caller of dri2_create_drawable decide about loaderPrivate.Mathias Fröhlich2019-06-108-15/+10
* egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke2019-06-061-1/+1
* egl: add EGL_platform_device supportEmil Velikov2019-06-0511-11/+549
* egl: keep the software device at the end of the listEmil Velikov2019-06-051-1/+13
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-057-60/+41
* egl: fold X11 attrib handling like other platformsEmil Velikov2019-06-051-34/+11
* egl: remove Options::Platform handlingAdam Jackson2019-06-052-10/+4