| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | egl/dri2: rework dri2_egl_display::extensions storage | Emil Velikov | 2016-10-14 | 1 | -9/+18 |
* | egl/android: don't populate dri2_dpy->dri2_loader_extension | Emil Velikov | 2016-10-14 | 1 | -7/+9 |
* | egl/dri2: move surface refcounting out of the platform code | Emil Velikov | 2016-10-14 | 1 | -3/+0 |
* | egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) | Matt Whitlock | 2016-10-04 | 1 | -1/+2 |
* | egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT | Haixia Shi | 2016-09-09 | 1 | -0/+2 |
* | egl/android: remove config post-processing | Emil Velikov | 2016-08-30 | 1 | -9/+0 |
* | egl/android: annotate static const data as such | Emil Velikov | 2016-08-30 | 1 | -1/+1 |
* | egl/android: Set dpy->DriverData to NULL on error | Nicolas Boichat | 2016-08-15 | 1 | -0/+1 |
* | egl: android: query native window default width and height (v2) | Haixia Shi | 2016-08-09 | 1 | -0/+27 |
* | egl/android: Add support for YV12 pixel format (v2) | Tomasz Figa | 2016-08-08 | 1 | -6/+50 |
* | egl/android: Make get_fourcc() accept HAL formats | Tomasz Figa | 2016-08-08 | 1 | -9/+11 |
* | egl/android: Refactor image creation to separate flink and prime paths (v2) | Tomasz Figa | 2016-08-08 | 1 | -42/+57 |
* | egl/android: Respect buffer mask in droid_image_get_buffers (v2) | Tomasz Figa | 2016-08-08 | 1 | -5/+15 |
* | egl/android: Remove unused variables in droid_get_buffers_with_format() | Tomasz Figa | 2016-08-08 | 1 | -3/+0 |
* | egl/android: Stop leaking DRI images | Tomasz Figa | 2016-07-20 | 1 | -0/+11 |
* | egl/android: Add some useful error messages | Tomasz Figa | 2016-07-20 | 1 | -3/+10 |
* | egl/android: Check return value of dri2_get_dri_config() | Tomasz Figa | 2016-07-20 | 1 | -0/+2 |
* | egl/android: Remove unused variables | Tomasz Figa | 2016-07-20 | 1 | -2/+0 |
* | platform_android: prevent deadlock in droid_swap_buffers | Haixia Shi | 2016-06-07 | 1 | -5/+12 |
* | egl: android: don't add the image loader extension for !render_node | Emil Velikov | 2016-06-07 | 1 | -8/+7 |
* | egl: android: remove explicit glFlush call | Emil Velikov | 2016-05-23 | 1 | -6/+0 |
* | egl: android: drop dri2_create_image_android_native_buffer argument | Emil Velikov | 2016-05-23 | 1 | -2/+2 |
* | egl: android: directly use dri2_create_image_dma_buf() | Emil Velikov | 2016-05-23 | 1 | -2/+1 |
* | egl: android: do not feed invalid fourcc/pitch into the dri module | Emil Velikov | 2016-05-01 | 1 | -8/+22 |
* | egl: android: add dma-buf fd support | Rob Herring | 2016-05-01 | 1 | -7/+117 |
* | egl: android: factor out back buffer handling code | Rob Herring | 2016-05-01 | 1 | -13/+23 |
* | egl: android: factor out format conversion code to a function | Rob Herring | 2016-05-01 | 1 | -24/+15 |
* | egl: android: disable __DRI_DRI2_LOADER support on render nodes | Rob Herring | 2016-05-01 | 1 | -11/+20 |
* | egl: Remove every double semi-colon | Jakob Sinclair | 2016-04-26 | 1 | -1/+1 |
* | egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID | Rob Herring | 2016-04-01 | 1 | -0/+4 |
* | egl: android: clean-up config attribute setting | Rob Herring | 2016-02-18 | 1 | -3/+9 |
* | egl: android: fix visuals declaration | Varad Gautam | 2016-02-18 | 1 | -1/+1 |
* | egl_dri2: Add a function to let platform code return dri drawable from _EGLSu... | Boyan Ding | 2015-11-17 | 1 | -0/+1 |
* | egl: implement EGL_KHR_gl_colorspace (v2) | Marek Olšák | 2015-07-22 | 1 | -2/+5 |
* | egl: set the EGL version in common code | Marek Olšák | 2015-06-05 | 1 | -4/+0 |
* | egl: Inform the client API when ancillary buffers may become undefined. | Eric Anholt | 2015-01-06 | 1 | -1/+1 |
* | android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444} | Emil Velikov | 2014-08-13 | 1 | -4/+0 |
* | android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma... | Adrian Negreanu | 2014-06-09 | 1 | -1/+1 |
* | egl: Add EGL_CHROMIUM_sync_control extension. | Sarah Sharp | 2014-05-20 | 1 | -0/+1 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 1 | -4/+6 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 1 | -8/+1 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -2/+1 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -9/+1 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |