summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-101-4/+2
* loader/dri3: add get_dri_screen() to the vtableMartin Peres2016-10-071-0/+12
* 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: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-121-1/+1
* egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHTHaixia Shi2016-09-091-0/+2
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* egl: only store device name when Wayland support is builtFrank Binns2016-09-015-18/+24
* Introduce .editorconfigEric Engestrom2016-08-311-0/+2
* egl/x11_dri3: provide an authentication functionFrank Binns2016-08-311-1/+18
* egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodesFrank Binns2016-08-312-29/+7
* egl/android: remove config post-processingEmil Velikov2016-08-301-9/+0
* egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov2016-08-301-4/+4
* egl/android: annotate static const data as suchEmil Velikov2016-08-301-1/+1
* egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat2016-08-231-20/+9
* egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim2016-08-231-35/+12
* egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat2016-08-161-4/+5
* egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl/x11: avoid using freed memory if dri2 init failsJan Ziak2016-08-151-0/+3
* egl: android: query native window default width and height (v2)Haixia Shi2016-08-093-0/+42
* egl/android: Add support for YV12 pixel format (v2)Tomasz Figa2016-08-081-6/+50
* egl/android: Make get_fourcc() accept HAL formatsTomasz Figa2016-08-081-9/+11
* egl/android: Refactor image creation to separate flink and prime paths (v2)Tomasz Figa2016-08-081-42/+57
* egl/android: Respect buffer mask in droid_image_get_buffers (v2)Tomasz Figa2016-08-081-5/+15
* egl/android: Remove unused variables in droid_get_buffers_with_format()Tomasz Figa2016-08-081-3/+0
* egl/dri2: Add reference count for dri2_egl_displayNicolas Boichat2016-07-282-20/+95
* egl/android: Stop leaking DRI imagesTomasz Figa2016-07-201-0/+11
* egl/android: Add some useful error messagesTomasz Figa2016-07-201-3/+10
* egl/android: Check return value of dri2_get_dri_config()Tomasz Figa2016-07-201-0/+2
* egl/dri2: dri2_make_current: Set EGL error if bindContext failsNicolas Boichat2016-07-201-2/+8
* egl/android: Remove unused variablesTomasz Figa2016-07-201-2/+0
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* egl: restrict swap_available dri2_egl_display field to X11Frank Binns2016-07-072-3/+1
* Added pbuffer hooks for surfaceless platformGurchetan Singh2016-06-142-5/+215
* platform_android: prevent deadlock in droid_swap_buffersHaixia Shi2016-06-071-5/+12
* egl: android: don't add the image loader extension for !render_nodeEmil Velikov2016-06-071-8/+7
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* egl/dri3: don't crash on no context.Dave Airlie2016-05-301-2/+4
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+1
* egl: android: remove explicit glFlush callEmil Velikov2016-05-231-6/+0
* egl: android: drop dri2_create_image_android_native_buffer argumentEmil Velikov2016-05-231-2/+2
* egl: android: directly use dri2_create_image_dma_buf()Emil Velikov2016-05-233-3/+6