summaryrefslogtreecommitdiff
path: root/include/GL
AgeCommit message (Expand)AuthorFilesLines
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-22mesa: remove GL_MESA_program_debug bits from gl.hBrian Paul1-21/+0
2013-10-22mesa: remove remnants of GL_MESA_shader_debugBrian Paul1-20/+0
2013-10-18mesa: Remove GLXContextID typedef from glx.h.Vinson Lee1-1/+0
2013-10-17mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.hBrian Paul1-2/+0
2013-10-16mesa: update glxext.h to version 20131008Brian Paul1-800/+637
2013-10-16mesa: update glext.h to version 20131008Brian Paul1-502/+750
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-07-12mesa: update glext.h to version 20130708Brian Paul1-14/+16
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard1-2/+0
2013-06-26mesa: update glext.h to version 20130624Brian Paul1-10433/+8469
2013-06-05mesa: remove outdated version lines in commentsRico Schüller4-4/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke4-12/+16
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke4-4/+4
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke4-4/+4
2013-03-18Add dri image entry point for creating image from fdKristian Høgsberg1-1/+14
2013-02-15mesa: remove old version comment from gl.hBrian Paul1-1/+0
2013-02-01dri2: Create image from textureAbdiel Janulgue1-1/+31
2013-01-15dri: Define enum __DRI_API_GLES3Chad Versace1-1/+2
2012-12-06mesa: fix compiler warnings when including GL/gl.h with other gl headersMatthew Waters1-6/+6
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-11-16Remove OpenVMS supportMatt Turner2-1237/+0
2012-09-24upgrade glext.h to version 85Brian Paul1-177/+117
2012-08-31Remove libGLUMatt Turner2-439/+0
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-08-14mesa: update glext.h to version 83Ian Romanick1-26/+1013
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-06-27mesa: update glext.h to version 81Brian Paul1-43/+368
2012-06-27mesa: update glxext.h to version 33Brian Paul1-5/+13
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-03-11include: Fix glDebugMessageCallbackARB's prototype.José Fonseca1-2/+2
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-24Only use gcc visibility support with gcc4+.Tom Fogal1-1/+1
2011-10-14dri2: Implement a throttle dri extension.Thomas Hellstrom1-0/+22