summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
...
* egl/surfaceless: trivial coding style fixesEmil Velikov2016-10-142-5/+1
* egl/surfaceless: don't check the mask(s) prior to calling dri2_add_configEmil Velikov2016-10-141-20/+3
* egl/surfaceless: remove unused dri2_loader_extension implementationEmil Velikov2016-10-141-33/+0
* egl/android: don't populate dri2_dpy->dri2_loader_extensionEmil Velikov2016-10-142-7/+17
* egl/dri2: rework dri2_make_current code flowEmil Velikov2016-10-141-36/+36
* egl/dri2: drop NULL checks prior to dri2_destroy_surfaceEmil Velikov2016-10-141-4/+2
* egl/dri2: call static functions directly, not via _EGLDriver::APIEmil Velikov2016-10-141-14/+14
* egl/dri2: use dri2_egl_display inline wrapper where possibleEmil Velikov2016-10-141-9/+6
* egl/dri2: bail out on NULL dpy in dri2_display_release()Emil Velikov2016-10-141-1/+6
* egl/dri2: move surface refcounting out of the platform codeEmil Velikov2016-10-147-18/+4
* egl/dri2: coding style fixEmil Velikov2016-10-141-1/+2
* egl/dri2: non-shared glapi cleanupsEmil Velikov2016-10-141-14/+17
* egl/dri2: glFlush is not optional, treat it as suchEmil Velikov2016-10-141-3/+8
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-105-52/+34
* loader/dri3: add get_dri_screen() to the vtableMartin Peres2016-10-071-0/+12
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-052-0/+146
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-054-12/+257
* egl: Drop duplicate check on EGLSync typeChad Versace2016-10-041-6/+0
* egl: Cleanup control flow in _eglParseSyncAttribListChad Versace2016-10-041-6/+8
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-042-0/+43
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace2016-10-041-3/+4
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* egl: stop claiming support for pbuffer + msaaTapani Pälli2016-10-031-0/+9
* egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng2016-09-211-2/+9
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-145-3/+27
* egl: Factor out _eglGetSyncAttribCommonKyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitSyncCommonKyle Brenneman2016-09-141-5/+13
* egl: Lock the display in _eglCreateSync's callersKyle Brenneman2016-09-141-6/+8
* egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitClientCommonKyle Brenneman2016-09-141-3/+8
* egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman2016-09-141-15/+21
* egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman2016-09-141-10/+18
* egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman2016-09-141-5/+13
* egl: Fix typoKyle Brenneman2016-09-141-1/+1
* egl: Tear down images and syncs at eglTerminateAdam Jackson2016-09-141-0/+22
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-124-6/+8
* egl: QueryContext on a configless context returns zeroAdam Jackson2016-09-121-3/+8
* egl: fix gcc warning braces around scalar initializerTimothy Arceri2016-09-121-1/+1
* egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHTHaixia Shi2016-09-091-0/+2
* egl: Fix up indentation on previous commitAdam Jackson2016-09-081-2/+2
* egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson2016-09-081-0/+10
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-074-107/+22
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* wayland-drm: add missing NULL checkFrank Binns2016-09-011-0/+2
* egl: only store device name when Wayland support is builtFrank Binns2016-09-015-18/+24
* Introduce .editorconfigEric Engestrom2016-08-312-0/+4
* egl/x11_dri3: provide an authentication functionFrank Binns2016-08-311-1/+18