summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: don't forget to ship platform_x11_dri3.h into the tarballEmil Velikov2015-11-201-1/+3
* automake: egl: add symbols testEmil Velikov2015-11-202-0/+58
* egl: make it clear which platform x11 backend is being used (dri2 or 3)Martin Peres2015-11-173-9/+13
* egl/x11_dri3: Implement EGL_KHR_image_pixmapBoyan Ding2015-11-172-1/+78
* egl/x11: Implement dri3 support with loader's dri3 helperBoyan Ding2015-11-176-15/+705
* egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...Boyan Ding2015-11-176-19/+38
* egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone2015-11-131-12/+4
* egl/dri2: Properly dereference array.Matt Turner2015-10-071-3/+3
* egl/dri2: enable EGL_KHR_gl_colorspace for swrastEmil Velikov2015-10-073-16/+19
* egl/dri2: ease srgb __DRIconfig conditionalsEmil Velikov2015-10-072-29/+14
* egl: move memcpy to bring conf->base operations togetherVarad Gautam2015-10-071-1/+1
* egl: restore surface type before linking config to its displayVarad Gautam2015-10-071-0/+2
* egl/dri2: don't require a context for ClientWaitSync (v2)Marek Olšák2015-10-031-2/+7
* egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters2015-10-031-5/+44
* egl: Fix missing Haiku include pathAlexander von Gluck IV2015-09-281-0/+1
* wayland: Add copyright notice for wayland-egl.cKristian Høgsberg Kristensen2015-09-241-0/+29
* egl/dri2: don't leak the fd on dri2_terminateEmil Velikov2015-09-153-1/+3
* egl/dri2/drm: compact existing device mgmtEmil Velikov2015-09-151-6/+4
* egl/dri2: Close file descriptor on error.Matt Turner2015-09-151-13/+14
* egl_dri2: Add support for EGL_KHR_create_contest when using swrastBoyan Ding2015-09-091-1/+2
* egl_dri2: Use createContextAttribs if swrast version >= 3Boyan Ding2015-09-091-6/+27
* egl_dri2: Move filling context_attrib array in a separate functionBoyan Ding2015-09-091-36/+54
* mesa: Fix warning about static being in the wrong placeIan Romanick2015-09-021-1/+1
* egl: scons: fix the haiku build, do not build the dri2 backendAlexander von Gluck IV2015-08-221-1/+0
* egl/wayland: define set_cloexec_or_close only when mkostemp is not present11.0-branchpointBoyan Ding2015-08-221-0/+4
* mesa/egl: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-5/+5
* egl: improve attribute checking for eglCreateContextFrank Binns2015-08-131-1/+32
* egl: don't allow eglGetConfigs to set num_configs param to a negative valueFrank Binns2015-08-131-0/+3
* egl/x11: don't abort when creating a DRI2 drawable failsFrank Binns2015-08-131-1/+19
* egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windowsFrank Binns2015-08-131-4/+12
* egl/x11: fix use of EGL_BAD_NATIVE_WINDOWFrank Binns2015-08-131-4/+7
* egl/x11: Fix driver_name acquisitionBoyan Ding2015-08-081-6/+5
* egl/dri2: Fix include path of u_atomic.h introduced e7e29189Alexander von Gluck IV2015-08-073-1/+3
* egl/x11: don't crash if dri2_dpy->conn is NULLEmil Velikov2015-08-071-5/+3
* egl/x11: auth with xserver before attempting to open the dri moduleEmil Velikov2015-08-071-3/+3
* egl/x11: trust our loader over the xserver for the drivernameEmil Velikov2015-08-071-1/+11
* egl/x11: open the device from within dri2_x11_connect()Emil Velikov2015-08-071-13/+16
* egl/x11: fetch the device_name prior to driver_nameEmil Velikov2015-08-071-5/+5
* egl/x11: remove dri2_dpy->conn checksEmil Velikov2015-08-071-12/+6
* egl/x11: bail out if we cannot fetch the xcb connectionEmil Velikov2015-08-071-1/+1
* egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attribFrank Binns2015-08-041-1/+2
* egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns2015-08-041-0/+4
* egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov2015-08-011-18/+2
* egl/wayland: use designated initializersEmil Velikov2015-08-011-13/+13
* egl: remove ifdef $(egl_extension) compile guardsEmil Velikov2015-08-013-65/+1
* egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov2015-08-011-2/+0
* egl: consolidate ifdef HAVE_LIBDRM blocksEmil Velikov2015-08-011-108/+102
* egl: Add support for DRM_FORMAT_R8, RG88, and GR88Chad Versace2015-07-281-0/+19
* egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGBMarek Olšák2015-07-222-0/+24
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-229-24/+90