| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Add __DRI_IMAGE_FORMAT_ARGB1555 | Chad Versace | 2016-12-27 | 1 | -0/+2 |
* | radeonsi: add Polaris12 PCI ID | Junwei Zhang | 2016-12-21 | 1 | -0/+7 |
* | d3dadapter/present: Add precision for WaitBufferReleased | Axel Davy | 2016-12-20 | 1 | -1/+4 |
* | d3dadapter/present: Add new API to ID3DPresent | Axel Davy | 2016-12-20 | 1 | -0/+24 |
* | add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display spec | Rob Clark | 2016-12-05 | 1 | -0/+1 |
* | dri: extend fence extension to support native fd fences | Rob Clark | 2016-12-01 | 1 | -1/+43 |
* | i965: Fix KBL typo in string | Ben Widawsky | 2016-11-15 | 1 | -1/+1 |
* | i965/glk: Add basic Geminilake support | Ben Widawsky | 2016-11-15 | 1 | -0/+2 |
* | vulkan: import latest public vulkan headers + and fix drivers. | Dave Airlie | 2016-11-11 | 2 | -57/+411 |
* | i965: Reorder PCI ID list to match release order | Ben Widawsky | 2016-10-20 | 1 | -9/+9 |
* | i965: Add some APL and KBL SKU strings | Ben Widawsky | 2016-10-20 | 1 | -4/+4 |
* | egl: Implement EGL_MESA_platform_surfaceless | Chad Versace | 2016-10-14 | 1 | -0/+5 |
* | mesa_glinterop: allow building without X and related headers | Emil Velikov | 2016-10-14 | 1 | -5/+8 |
* | Revert "mesa_glinterop: remove inclusion of GLX header" | Vinson Lee | 2016-10-10 | 1 | -4/+1 |
* | dri: add offset attribute and bump version of EGLImage extensions. | Chuanbo Weng | 2016-09-21 | 1 | -1/+3 |
* | egl: Update eglext.h (v2) | Kyle Brenneman | 2016-09-14 | 1 | -3/+118 |
* | Remove GL_GLEXT_PROTOTYPES guards from non-ext headers. | Emil Velikov | 2016-09-12 | 4 | -20/+0 |
* | Introduce .editorconfig | Eric Engestrom | 2016-08-31 | 4 | -0/+11 |
* | Update Khronos-supplied headers to r33100 | Ilia Mirkin | 2016-08-28 | 9 | -24/+2898 |
* | Disable use of weak in threads_posix.h on Cygwin | Jon Turney | 2016-07-15 | 1 | -1/+1 |
* | i965: Removing PCI IDs that are no longer listed as Kabylake. | Rodrigo Vivi | 2016-06-29 | 1 | -5/+0 |
* | i956: Add more Kabylake PCI IDs. | Rodrigo Vivi | 2016-06-29 | 1 | -0/+3 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -3/+3 |
* | include: Require MSVC 2013 Update 4. | Jose Fonseca | 2016-06-23 | 1 | -2/+2 |
* | GL: update glcorearb.h to svn 32433 | Ilia Mirkin | 2016-06-10 | 1 | -38/+70 |
* | GL: update glext to svn 32957 | Ilia Mirkin | 2016-06-10 | 1 | -5/+82 |
* | mesa_glinterop: remove mesa_glinterop typedefs | Emil Velikov | 2016-05-30 | 2 | -24/+24 |
* | i965/bxt: Add 2x6 variant | Ben Widawsky | 2016-05-26 | 1 | -0/+2 |
* | mesa_glinterop: make GL interop version field bidirectional | Emil Velikov | 2016-05-24 | 2 | -5/+20 |
* | mesa_glinterop: drop mesa_glinterop_device_info::interop_version | Emil Velikov | 2016-05-24 | 1 | -9/+0 |
* | mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION} | Emil Velikov | 2016-05-24 | 1 | -1/+1 |
* | mesa_glinterop: s/struct_version/version/ | Emil Velikov | 2016-05-24 | 1 | -3/+3 |
* | mesa_glinterop: fix GL interop *_VERSION comments | Emil Velikov | 2016-05-24 | 1 | -3/+6 |
* | mesa_glinterop: remove inclusion of EGL header | Emil Velikov | 2016-05-24 | 1 | -1/+5 |
* | mesa_glinterop: remove inclusion of GLX header | Emil Velikov | 2016-05-24 | 1 | -1/+4 |
* | mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols | Emil Velikov | 2016-05-24 | 1 | -14/+14 |
* | mesa_glinterop: replace GL types with their native counterpart. | Emil Velikov | 2016-05-24 | 1 | -2/+3 |
* | mesa_glinterop: use generic variable types for the GL interop | Emil Velikov | 2016-05-24 | 1 | -8/+8 |
* | mesa_glinterop: use consistent naming scheme for GL interop | Emil Velikov | 2016-05-24 | 1 | -1/+1 |
* | Revert "mesa: Build EGL without X11 headers after interop patchset" | Emil Velikov | 2016-05-24 | 1 | -14/+1 |
* | c11/threads: resolve link issues with -O0 | Emil Velikov | 2016-05-24 | 1 | -0/+26 |
* | dri: Add YVU formats | Kristian Høgsberg Kristensen | 2016-05-24 | 1 | -0/+5 |
* | vk/intel: use negative VK_NO_PROTOTYPES scheme | Eric Engestrom | 2016-05-23 | 1 | -1/+1 |
* | DRI: Add DRIimage map and unmap functions | Rob Herring | 2016-05-23 | 1 | -1/+33 |
* | c11/threads: create mutexattrs only when needed | Emil Velikov | 2016-05-23 | 1 | -2/+7 |
* | mesa: Build EGL without X11 headers after interop patchset | Youry Metlitsky | 2016-05-20 | 1 | -1/+14 |
* | st/nine: Implement IPresent version 1.2 | Patrick Rudolph | 2016-05-18 | 1 | -0/+7 |
* | st/nine: Fix header of GetIndices | Axel Davy | 2016-05-18 | 1 | -5/+5 |
* | st/nine: Increase minor d3dadapter9drm ABI | Axel Davy | 2016-05-18 | 1 | -1/+5 |
* | st/nine: Clean up WINAPI definition | Christian Schmidbauer | 2016-05-18 | 1 | -11/+5 |