summaryrefslogtreecommitdiffstats
path: root/include/GL
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: remove macintosh preprocessor stuffBrian Paul2013-11-041-7/+0
* mesa: remove __QUICKDRAW__ testsBrian Paul2013-11-042-6/+1
* mesa: remove Centerline C support from gl.hBrian Paul2013-11-041-4/+0
* mesa: remove SciTech stuff from gl.hBrian Paul2013-11-041-5/+1
* dri: Implement a DRI vtable extension to replace the global driDriverAPI.Eric Anholt2013-10-241-0/+17
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-2/+25
* glx: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-0/+13
* dri: Allow config options to be passed to the loader through extensions.Eric Anholt2013-10-241-6/+14
* mesa: remove GL_MESA_program_debug bits from gl.hBrian Paul2013-10-221-21/+0
* mesa: remove remnants of GL_MESA_shader_debugBrian Paul2013-10-221-20/+0
* mesa: Remove GLXContextID typedef from glx.h.Vinson Lee2013-10-181-1/+0
* mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.hBrian Paul2013-10-171-2/+0
* mesa: update glxext.h to version 20131008Brian Paul2013-10-161-800/+637
* mesa: update glext.h to version 20131008Brian Paul2013-10-161-502/+750
* dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg2013-10-151-0/+2
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+1
* dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2013-08-021-1/+38
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-0/+2
* mesa: update glext.h to version 20130708Brian Paul2013-07-121-14/+16
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-281-2/+0
* mesa: update glext.h to version 20130624Brian Paul2013-06-261-10433/+8469
* mesa: remove outdated version lines in commentsRico Schüller2013-06-054-4/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-234-12/+16
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-234-4/+4
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-234-4/+4
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-181-1/+14
* mesa: remove old version comment from gl.hBrian Paul2013-02-151-1/+0
* dri2: Create image from textureAbdiel Janulgue2013-02-011-1/+31
* dri: Define enum __DRI_API_GLES3Chad Versace2013-01-151-1/+2
* mesa: fix compiler warnings when including GL/gl.h with other gl headersMatthew Waters2012-12-061-6/+6
* dri: Fix i965 buildChad Versace2012-12-011-7/+5
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+28
* Remove OpenVMS supportMatt Turner2012-11-162-1237/+0
* upgrade glext.h to version 85Brian Paul2012-09-241-177/+117
* Remove libGLUMatt Turner2012-08-312-439/+0
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-4/+63
* dri: Make query image WIDTH and HEIGHT be version 4Jakob Bornecrantz2012-08-261-1/+1
* dri: Remove image write functionJakob Bornecrantz2012-08-261-9/+1
* dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0Ian Romanick2012-08-141-2/+2
* mesa: update glext.h to version 83Ian Romanick2012-08-141-26/+1013
* gbm: Add new gbm_bo_import entry pointKristian Høgsberg2012-07-161-1/+3
* __DRIimage: version 5, add new formats and createSubImageKristian Høgsberg2012-07-111-0/+27
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-111-0/+35
* mesa: update glext.h to version 81Brian Paul2012-06-271-43/+368
* mesa: update glxext.h to version 33Brian Paul2012-06-271-5/+13
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-031-1/+9
* egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley2012-04-301-0/+1
* include: Fix glDebugMessageCallbackARB's prototype.José Fonseca2012-03-111-2/+2
* gbm: track buffer format through DRI driversJesse Barnes2012-02-221-1/+2
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+8