summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumbRob Herring2016-05-231-4/+4
* egl/dri2: Don't check return result of mtx_unlock().Matt Turner2016-05-181-8/+2
* egl: android: do not feed invalid fourcc/pitch into the dri moduleEmil Velikov2016-05-011-8/+22
* egl: android: add dma-buf fd supportRob Herring2016-05-011-7/+117
* egl: android: factor out back buffer handling codeRob Herring2016-05-011-13/+23
* egl: android: factor out format conversion code to a functionRob Herring2016-05-011-24/+15
* egl: android: disable __DRI_DRI2_LOADER support on render nodesRob Herring2016-05-012-12/+22
* egl/x11: resolve "initialization from incompatible pointer type" warningMark Kettenis2016-05-011-2/+10
* egl: Remove every double semi-colonJakob Sinclair2016-04-262-2/+2
* egl/x11: authenticate before doing chipset id ioctlsJonathan Gray2016-04-211-54/+56
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-202-0/+33
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-052-6/+188
* egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROIDRob Herring2016-04-011-0/+4
* egl/x11: check the return value of xcb_dri2_get_buffers_reply()Emil Velikov2016-03-091-0/+3
* dri: add backbuffer use flagAxel Davy2016-03-091-3/+5
* egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman2016-02-261-3/+36
* egl_dri2: set correct error code if swapbuffers failsDaniel Czarnowski2016-02-191-1/+6
* egl: android: clean-up config attribute settingRob Herring2016-02-181-3/+9
* egl: android: fix visuals declarationVarad Gautam2016-02-181-1/+1
* egl_dri2: NULL check for xcb_dri2_get_buffers_reply()Daniel Czarnowski2016-02-151-0/+2
* egl/dri2: expose srgb configs when KHR_gl_colorspace is availableEmil Velikov2016-01-221-0/+2
* 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-175-14/+696
* 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/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
* egl/wayland: define set_cloexec_or_close only when mkostemp is not presentBoyan Ding2015-08-221-0/+4
* mesa/egl: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-5/+5
* 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-071-1/+1
* 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