summaryrefslogtreecommitdiff
path: root/include/GL/internal
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz1-4/+63
2012-08-26dri: Make query image WIDTH and HEIGHT be version 4Jakob Bornecrantz1-1/+1
2012-08-26dri: Remove image write functionJakob Bornecrantz1-9/+1
2012-08-14dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0Ian Romanick1-2/+2
2012-07-16gbm: Add new gbm_bo_import entry pointKristian Høgsberg1-1/+3
2012-07-11__DRIimage: version 5, add new formats and createSubImageKristian Høgsberg1-0/+27
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick1-0/+35
2012-05-03gbm: Add gbm_bo_write entry pointKristian Høgsberg1-1/+9
2012-04-30egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley1-0/+1
2012-02-22gbm: track buffer format through DRI driversJesse Barnes1-1/+2
2012-01-18gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg1-1/+8
2011-12-23dri2: Add createContextAttribs entry point for DRISW version 3Ian Romanick1-1/+19
2011-12-23dri2: Add createContextAttribs entry point for DRI2 version 3Ian Romanick1-2/+50
2011-10-14dri2: Implement a throttle dri extension.Thomas Hellstrom1-0/+22
2011-09-09dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGEChia-I Wu1-0/+1
2011-08-16dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke1-0/+3
2011-06-23dri: Add dupImage to DRIimageExtensionBenjamin Franzke1-0/+5
2011-06-08dri2: Add token for DRI2BufferHizChad Versace1-0/+1
2011-05-06egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg1-0/+1
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke1-0/+8
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng1-1/+8
2011-01-28dri: add a placeholder for the framebuffer sRGB capable bit.Dave Airlie1-0/+1
2011-01-09dri2: release texture image.Juan Zhao1-0/+9
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg1-181/+0
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg1-1/+1
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg1-1/+1