summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* egl/android: Fix build since the DRI fourcc removal.Eric Anholt2019-09-121-0/+1
* egl/android: Only keep BGRA EGL configs as fallbackLepton Wu2019-09-121-0/+11
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 formatrenchenglei2019-09-121-0/+3
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-111-15/+15
* Fix missing dri2_load_driver on platform_drmJean Hertel2019-09-111-0/+15
* egl/dri2: Refuse to add EGLConfigs with no supported surface typesAdam Jackson2019-09-111-13/+16
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-081-4/+7
* egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}Adam Jackson2019-09-042-0/+4
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-041-1/+3
* egl: warn user if they set an invalid EGL_PLATFORMEric Engestrom2019-09-031-0/+3
* egl: fix platform selectionLionel Landwerlin2019-09-021-2/+7
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_FP16 formatNataraj Deshpande2019-08-291-0/+5
* egl: reset blob cache set/get functions on terminateTapani Pälli2019-08-231-0/+4
* gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser2019-08-211-0/+2
* egl: Handle dri configs with floating point pixel dataKevin Strasser2019-08-213-2/+29
* egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2019-08-218-86/+178
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-0/+1
* surfaceless: Fix swrast-path segfault when loader doesn't know driver name.Eric Anholt2019-08-131-2/+3
* surfaceless: Fix swrast path.Eric Anholt2019-08-134-33/+26
* egl/dri: Use __DRI2_BUFFER_DAMAGE extension for KHR_partial_updateHarish Krupo2019-08-132-5/+51
* egl/android: Delete set_damage_region from egl dri vtblHarish Krupo2019-08-1310-67/+1
* 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