summaryrefslogtreecommitdiff
path: root/include/GL/internal
AgeCommit message (Expand)AuthorFilesLines
2017-03-16dri_interface: Add new marshalling interfaces to dri_interface.hPaul Berry1-0/+39
2017-03-15dri: Add an image creation with modifiersBen Widawsky1-1/+26
2017-01-23dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker1-0/+4
2016-12-27dri: Add __DRI_IMAGE_FORMAT_ARGB1555Chad Versace1-0/+2
2016-12-01dri: extend fence extension to support native fd fencesRob Clark1-1/+43
2016-09-21dri: add offset attribute and bump version of EGLImage extensions.Chuanbo Weng1-1/+3
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov1-6/+6
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov1-1/+1
2016-05-24dri: Add YVU formatsKristian Høgsberg Kristensen1-0/+5
2016-05-23DRI: Add DRIimage map and unmap functionsRob Herring1-1/+33
2016-04-20dri_interface: add interface for GL interop with other APIs (v2)Marek Olšák1-0/+26
2016-03-09dri: add backbuffer use flagAxel Davy1-0/+5
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-1/+10
2015-08-04egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns1-2/+6
2015-07-28i965: Support importing R8 and GR88 dma_bufsChad Versace1-2/+7
2015-07-22egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGBMarek Olšák1-0/+5
2015-07-22dri_interface: drop __NOT_HAVE_DRM_H magicEmil Velikov1-8/+1
2015-04-30dri_interface: add an interface for fencesMarek Olšák1-0/+60
2015-04-01egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie1-1/+3
2015-01-06egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt1-0/+1
2014-08-21include: move sarea.h next to it's only userEmil Velikov1-92/+0
2014-07-30dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna1-1/+16
2014-07-02xmlconfig/dri: bool -> unsigned charDave Airlie1-2/+1
2014-07-01dri: remove GL types from config queriesDave Airlie1-3/+4
2014-06-27dri/image: add blitImage to the specificationAxel Davy1-1/+23
2014-04-28dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov1-1/+1
2014-02-23dri_interface: note introduction of __DRIdri2LoaderExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: note introduction of various __DRItexBufferExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...Emil Velikov1-0/+2
2014-01-30dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+8
2013-11-12dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg1-8/+4
2013-11-07dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard1-0/+76
2013-11-07Define __DRI_IMAGE_FORMAT_SARGB8Keith Packard1-0/+1
2013-11-07drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard1-22/+39
2013-11-07dri: Add interface definition for DRI_RENDERER_QUERY extensionIan Romanick1-0/+29
2013-10-24dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt1-0/+17
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt1-2/+25
2013-10-24glx: Add an optional function call for getting the DRI driver interface.Eric Anholt1-0/+13
2013-10-24dri: Allow config options to be passed to the loader through extensions.Eric Anholt1-6/+14
2013-10-15dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg1-0/+2
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-0/+1
2013-08-02dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen1-1/+38
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-0/+2
2013-03-18Add dri image entry point for creating image from fdKristian Høgsberg1-1/+14
2013-02-01dri2: Create image from textureAbdiel Janulgue1-1/+31
2013-01-15dri: Define enum __DRI_API_GLES3Chad Versace1-1/+2
2012-12-01dri: Fix i965 buildChad Versace1-7/+5
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-1/+28