| Commit message (Expand) | Author | Age | Files | Lines |
* | dri_interface: add interface for GL interop with other APIs (v2) | Marek Olšák | 2016-04-20 | 1 | -0/+26 |
* | dri: add backbuffer use flag | Axel Davy | 2016-03-09 | 1 | -0/+5 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 1 | -1/+10 |
* | egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension | Frank Binns | 2015-08-04 | 1 | -2/+6 |
* | 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 |
* | dri_interface: add an interface for fences | Marek Olšák | 2015-04-30 | 1 | -0/+60 |
* | egl: add initial EGL_MESA_image_dma_buf_export v2.4 | Dave Airlie | 2015-04-01 | 1 | -1/+3 |
* | egl: Inform the client API when ancillary buffers may become undefined. | Eric Anholt | 2015-01-06 | 1 | -0/+1 |
* | dri: Add a new capabilities for drivers that can't share buffers | Giovanni Campagna | 2014-07-30 | 1 | -1/+16 |
* | xmlconfig/dri: bool -> unsigned char | Dave Airlie | 2014-07-02 | 1 | -2/+1 |
* | dri: remove GL types from config queries | Dave Airlie | 2014-07-01 | 1 | -3/+4 |
* | dri/image: add blitImage to the specification | Axel Davy | 2014-06-27 | 1 | -1/+23 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 1 | -1/+1 |
* | dri_interface: note introduction of __DRIdri2LoaderExtension members | Emil Velikov | 2014-02-23 | 1 | -0/+4 |
* | dri_interface: note introduction of various __DRItexBufferExtension members | Emil Velikov | 2014-02-23 | 1 | -0/+4 |
* | dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu... | Emil Velikov | 2014-02-23 | 1 | -0/+2 |
* | dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 | Keith Packard | 2014-01-30 | 1 | -0/+1 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -1/+8 |
* | dri: Remove redundant createNewContext function from __DRIimageDriverExtension | Kristian Høgsberg | 2013-11-12 | 1 | -8/+4 |
* | dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension | Keith Packard | 2013-11-07 | 1 | -0/+76 |
* | Define __DRI_IMAGE_FORMAT_SARGB8 | Keith Packard | 2013-11-07 | 1 | -0/+1 |
* | drivers/dri/common: A few dri2 functions are not actually DRI2 specific | Keith Packard | 2013-11-07 | 1 | -22/+39 |
* | dri: Add interface definition for DRI_RENDERER_QUERY extension | Ian Romanick | 2013-11-07 | 1 | -0/+29 |
* | dri: Implement a DRI vtable extension to replace the global driDriverAPI. | Eric Anholt | 2013-10-24 | 1 | -0/+17 |
* | dri: Pass in the dlsym()ed driver extension to screen creation. | Eric Anholt | 2013-10-24 | 1 | -2/+25 |
* | glx: Add an optional function call for getting the DRI driver interface. | Eric Anholt | 2013-10-24 | 1 | -0/+13 |
* | dri: Allow config options to be passed to the loader through extensions. | Eric Anholt | 2013-10-24 | 1 | -6/+14 |
* | dri: Add __DRIimage support for the ARGB2101010 format | Kristian Høgsberg | 2013-10-15 | 1 | -0/+2 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -0/+1 |
* | dri: propagate extra dma_buf import attributes to the drivers | Topi Pohjolainen | 2013-08-02 | 1 | -1/+38 |
* | dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE | Tomasz Lis | 2013-07-18 | 1 | -0/+2 |
* | Add dri image entry point for creating image from fd | Kristian Høgsberg | 2013-03-18 | 1 | -1/+14 |
* | dri2: Create image from texture | Abdiel Janulgue | 2013-02-01 | 1 | -1/+31 |
* | dri: Define enum __DRI_API_GLES3 | Chad Versace | 2013-01-15 | 1 | -1/+2 |
* | dri: Fix i965 build | Chad Versace | 2012-12-01 | 1 | -7/+5 |
* | glx/dri2: add and use new driver hook flush_with_flags | Marek Olšák | 2012-12-02 | 1 | -1/+28 |
* | dri: Rework planar image interface | Jakob Bornecrantz | 2012-08-31 | 1 | -4/+63 |
* | dri: Make query image WIDTH and HEIGHT be version 4 | Jakob Bornecrantz | 2012-08-26 | 1 | -1/+1 |
* | dri: Remove image write function | Jakob Bornecrantz | 2012-08-26 | 1 | -9/+1 |
* | dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0 | Ian Romanick | 2012-08-14 | 1 | -2/+2 |
* | gbm: Add new gbm_bo_import entry point | Kristian Høgsberg | 2012-07-16 | 1 | -1/+3 |
* | __DRIimage: version 5, add new formats and createSubImage | Kristian Høgsberg | 2012-07-11 | 1 | -0/+27 |
* | glx/dri2: Add support for GLX_ARB_create_context_robustness | Ian Romanick | 2012-07-11 | 1 | -0/+35 |
* | gbm: Add gbm_bo_write entry point | Kristian Høgsberg | 2012-05-03 | 1 | -1/+9 |
* | egl/android: Add support for RGBX_8888 used in Android native buffers | Sean V Kelley | 2012-04-30 | 1 | -0/+1 |
* | gbm: track buffer format through DRI drivers | Jesse Barnes | 2012-02-22 | 1 | -1/+2 |
* | gbm: Validate usage flags in gbm_bo_create_from_egl_image() | Kristian Høgsberg | 2012-01-18 | 1 | -1/+8 |
* | dri2: Add createContextAttribs entry point for DRISW version 3 | Ian Romanick | 2011-12-23 | 1 | -1/+19 |