| Commit message (Expand) | Author | Age | Files | Lines |
* | Haiku: Add in public GL kit headers | Alexander von Gluck IV | 2013-12-16 | 4 | -0/+307 |
* | mesa: update glext.h to version 20131212 | Brian Paul | 2013-12-13 | 1 | -7/+61 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -1/+8 |
* | mesa: Remove GL_MESA_texture_array cruft from gl.h | Ian Romanick | 2013-12-04 | 1 | -33/+0 |
* | wayland: Add an extension to create wl_buffers from EGLImages | Neil Roberts | 2013-12-04 | 1 | -0/+10 |
* | osmesa: add support for postprocess filters | Brian Paul | 2013-11-18 | 1 | -2/+17 |
* | radeonsi: add Hawaii pci ids | Alex Deucher | 2013-11-15 | 1 | -0/+13 |
* | dri: Remove redundant createNewContext function from __DRIimageDriverExtension | Kristian Høgsberg | 2013-11-12 | 1 | -8/+4 |
* | dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension | Keith Packard | 2013-11-07 | 1 | -0/+76 |
* | 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: fixes for MSVC 2013 | Scott Graham | 2013-10-22 | 1 | -1/+2 |
* | 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 |
* | i965: Add the family name to the PCI ID table. | Kenneth Graunke | 2013-10-13 | 2 | -94/+94 |
* | i965: Remove #define name from PCI ID table. | Kenneth Graunke | 2013-10-13 | 2 | -94/+94 |
* | egl: add EGL_WAYLAND_Y_INVERTED_WL attribute | Stanislav Vorobiov | 2013-09-16 | 1 | -0/+2 |
* | radeonsi: add berlin pci ids | Alex Deucher | 2013-09-06 | 1 | -0/+22 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -0/+1 |
* | egl: Update to Wayland 1.2 server API | Ander Conselvan de Oliveira | 2013-08-07 | 1 | -3/+3 |
* | dri: propagate extra dma_buf import attributes to the drivers | Topi Pohjolainen | 2013-08-02 | 1 | -1/+38 |
* | gles3: Update gl3.h to 2013-02-12. | Matt Turner | 2013-07-29 | 1 | -4/+4 |
* | gles2: Update gl2ext.h to revision 22161. | Matt Turner | 2013-07-29 | 1 | -114/+357 |
* | gles2: Update gl2.h to revision 20555. | Matt Turner | 2013-07-29 | 1 | -3/+3 |
* | gles: Update glext.h to revision 20798. | Matt Turner | 2013-07-29 | 1 | -3/+3 |
* | 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 |
* | eglplatform: use unsigned long instead of 32-bit ints in generic platform | Ross Burton | 2013-07-01 | 1 | -2/+2 |
* | radeonsi: add kabini pci ids | Alex Deucher | 2013-06-28 | 1 | -0/+17 |
* | radeonsi: add bonaire pci ids | Alex Deucher | 2013-06-28 | 1 | -0/+9 |
* | 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 |
* | intel: Use the CHIPSET macro in the PCI ID tables for the device name. | Kenneth Graunke | 2013-06-06 | 3 | -110/+110 |