| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: use "ull" number suffix to keep the QtCreator parser happy | Marek Olšák | 2017-07-10 | 1 | -1/+1 |
* | Update Khronos-supplied headers | Nicolai Hähnle | 2017-06-30 | 4 | -143/+2407 |
* | dri: Add UYVY as available format | Johnson Lin | 2017-06-30 | 1 | -1/+3 |
* | dri: introduce dmabuf format modifier related handles | Varad Gautam | 2017-05-30 | 1 | -1/+62 |
* | dri: Extend __DRIbackgroundCallableExtensionRec to include a callback that ch... | Gregory Hainaut | 2017-05-29 | 1 | -0/+13 |
* | dri_interface.h: define __DRI_ATTRIB_MAX | Emil Velikov | 2017-05-04 | 1 | -0/+1 |
* | dri_interface: Add new marshalling interfaces to dri_interface.h | Paul Berry | 2017-03-16 | 1 | -0/+39 |
* | dri: Add an image creation with modifiers | Ben Widawsky | 2017-03-15 | 1 | -1/+26 |
* | dri: allow 16bit R/GR images to be exported via drm buffers | Rainer Hochecker | 2017-01-23 | 1 | -0/+4 |
* | dri: Add __DRI_IMAGE_FORMAT_ARGB1555 | Chad Versace | 2016-12-27 | 1 | -0/+2 |
* | dri: extend fence extension to support native fd fences | Rob Clark | 2016-12-01 | 1 | -1/+43 |
* | mesa_glinterop: allow building without X and related headers | Emil Velikov | 2016-10-14 | 1 | -5/+8 |
* | Revert "mesa_glinterop: remove inclusion of GLX header" | Vinson Lee | 2016-10-10 | 1 | -4/+1 |
* | dri: add offset attribute and bump version of EGLImage extensions. | Chuanbo Weng | 2016-09-21 | 1 | -1/+3 |
* | Update Khronos-supplied headers to r33100 | Ilia Mirkin | 2016-08-28 | 3 | -8/+43 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -3/+3 |
* | GL: update glcorearb.h to svn 32433 | Ilia Mirkin | 2016-06-10 | 1 | -38/+70 |
* | GL: update glext to svn 32957 | Ilia Mirkin | 2016-06-10 | 1 | -5/+82 |
* | mesa_glinterop: remove mesa_glinterop typedefs | Emil Velikov | 2016-05-30 | 2 | -24/+24 |
* | mesa_glinterop: make GL interop version field bidirectional | Emil Velikov | 2016-05-24 | 2 | -5/+20 |
* | mesa_glinterop: drop mesa_glinterop_device_info::interop_version | Emil Velikov | 2016-05-24 | 1 | -9/+0 |
* | mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION} | Emil Velikov | 2016-05-24 | 1 | -1/+1 |
* | mesa_glinterop: s/struct_version/version/ | Emil Velikov | 2016-05-24 | 1 | -3/+3 |
* | mesa_glinterop: fix GL interop *_VERSION comments | Emil Velikov | 2016-05-24 | 1 | -3/+6 |
* | mesa_glinterop: remove inclusion of EGL header | Emil Velikov | 2016-05-24 | 1 | -1/+5 |
* | mesa_glinterop: remove inclusion of GLX header | Emil Velikov | 2016-05-24 | 1 | -1/+4 |
* | mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols | Emil Velikov | 2016-05-24 | 1 | -14/+14 |
* | mesa_glinterop: replace GL types with their native counterpart. | Emil Velikov | 2016-05-24 | 1 | -2/+3 |
* | mesa_glinterop: use generic variable types for the GL interop | Emil Velikov | 2016-05-24 | 1 | -8/+8 |
* | mesa_glinterop: use consistent naming scheme for GL interop | Emil Velikov | 2016-05-24 | 1 | -1/+1 |
* | Revert "mesa: Build EGL without X11 headers after interop patchset" | Emil Velikov | 2016-05-24 | 1 | -14/+1 |
* | dri: Add YVU formats | Kristian Høgsberg Kristensen | 2016-05-24 | 1 | -0/+5 |
* | DRI: Add DRIimage map and unmap functions | Rob Herring | 2016-05-23 | 1 | -1/+33 |
* | mesa: Build EGL without X11 headers after interop patchset | Youry Metlitsky | 2016-05-20 | 1 | -1/+14 |
* | dri_interface: add interface for GL interop with other APIs (v2) | Marek Olšák | 2016-04-20 | 1 | -0/+26 |
* | include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop (v4.2) | Marek Olšák | 2016-04-20 | 1 | -0/+287 |
* | dri: add backbuffer use flag | Axel Davy | 2016-03-09 | 1 | -0/+5 |
* | osmesa: add new OSMesaCreateContextAttribs function | Brian Paul | 2015-12-16 | 1 | -2/+43 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 1 | -1/+10 |
* | GL: update glext to svn 31811 | Dave Airlie | 2015-08-20 | 1 | -9/+285 |
* | egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension | Frank Binns | 2015-08-04 | 1 | -2/+6 |
* | includes/GL: remove duplicated extension declarations from glx.h | Emil Velikov | 2015-08-01 | 1 | -92/+0 |
* | i965: Support importing R8 and GR88 dma_bufs | Chad Versace | 2015-07-28 | 1 | -2/+7 |
* | egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB | Marek Olšák | 2015-07-22 | 1 | -0/+5 |
* | dri_interface: drop __NOT_HAVE_DRM_H magic | Emil Velikov | 2015-07-22 | 1 | -8/+1 |
* | darwin: Suppress type conversion warnings for GLhandleARB | Julien Isorce | 2015-07-08 | 1 | -0/+5 |
* | dri_interface: add an interface for fences | Marek Olšák | 2015-04-30 | 1 | -0/+60 |
* | configure: nuke --with-max-{width,height} | Emil Velikov | 2015-04-01 | 1 | -4/+2 |
* | egl: add initial EGL_MESA_image_dma_buf_export v2.4 | Dave Airlie | 2015-04-01 | 1 | -1/+3 |
* | windows/gdi: Remove. | Jose Fonseca | 2015-03-04 | 1 | -140/+0 |