| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | glx: Add GLX_MESA_query_renderer | Ian Romanick | 2013-11-07 | 1 | -1/+26 |
* | dri: Add interface definition for DRI_RENDERER_QUERY extension | Ian Romanick | 2013-11-07 | 1 | -0/+29 |
* | mesa: Remove last BEOS checks | Alexander von Gluck IV | 2013-11-05 | 1 | -8/+0 |
* | mesa: remove OPENSTEP stuff | Brian Paul | 2013-11-04 | 1 | -5/+1 |
* | mesa: remove macintosh preprocessor stuff | Brian Paul | 2013-11-04 | 1 | -7/+0 |
* | mesa: remove __QUICKDRAW__ tests | Brian Paul | 2013-11-04 | 2 | -6/+1 |
* | mesa: remove Centerline C support from gl.h | Brian Paul | 2013-11-04 | 1 | -4/+0 |
* | mesa: remove SciTech stuff from gl.h | Brian Paul | 2013-11-04 | 1 | -5/+1 |
* | 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 |
* | mesa: remove GL_MESA_program_debug bits from gl.h | Brian Paul | 2013-10-22 | 1 | -21/+0 |
* | mesa: remove remnants of GL_MESA_shader_debug | Brian Paul | 2013-10-22 | 1 | -20/+0 |
* | mesa: Remove GLXContextID typedef from glx.h. | Vinson Lee | 2013-10-18 | 1 | -1/+0 |
* | mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.h | Brian Paul | 2013-10-17 | 1 | -2/+0 |
* | mesa: update glxext.h to version 20131008 | Brian Paul | 2013-10-16 | 1 | -800/+637 |
* | mesa: update glext.h to version 20131008 | Brian Paul | 2013-10-16 | 1 | -502/+750 |
* | 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 |
* | mesa: update glext.h to version 20130708 | Brian Paul | 2013-07-12 | 1 | -14/+16 |
* | mesa: Fix build with older gcc since update of glext.h | Tom Stellard | 2013-06-28 | 1 | -2/+0 |
* | mesa: update glext.h to version 20130624 | Brian Paul | 2013-06-26 | 1 | -10433/+8469 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 4 | -4/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 4 | -12/+16 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 4 | -4/+4 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 4 | -4/+4 |
* | Add dri image entry point for creating image from fd | Kristian Høgsberg | 2013-03-18 | 1 | -1/+14 |
* | mesa: remove old version comment from gl.h | Brian Paul | 2013-02-15 | 1 | -1/+0 |
* | 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 |
* | mesa: fix compiler warnings when including GL/gl.h with other gl headers | Matthew Waters | 2012-12-06 | 1 | -6/+6 |
* | 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 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 2 | -1237/+0 |
* | upgrade glext.h to version 85 | Brian Paul | 2012-09-24 | 1 | -177/+117 |
* | Remove libGLU | Matt Turner | 2012-08-31 | 2 | -439/+0 |
* | 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 |
* | mesa: update glext.h to version 83 | Ian Romanick | 2012-08-14 | 1 | -26/+1013 |
* | 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 |
* | mesa: update glext.h to version 81 | Brian Paul | 2012-06-27 | 1 | -43/+368 |