summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-02st/nine: specify WINAPI only for i386 and amd64Christian Schmidbauer1-5/+11
2016-03-24radeonsi: add Polaris PCI IDsSonny Jiang1-0/+10
2016-03-11i965/chv: Display proper brandingBen Widawsky1-2/+2
2016-03-09egl: remove remnants of MESA_drm_displayEmil Velikov1-11/+0
2016-03-09dri: add backbuffer use flagAxel Davy1-0/+5
2016-02-29virtio_gpu: Add virtio 1.0 PCI ID to driver mapMarc-André Lureau1-0/+1
2016-02-17i965/skl: Update Skylake renderer stringsBen Widawsky1-9/+9
2016-02-17i965/skl: Add two missing device IDsBen Widawsky1-0/+2
2016-02-11include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca5-646/+9
2016-02-04st/nine: Handle Window OcclusionPatrick Rudolph2-0/+4
2016-01-23virtio_gpu: Add PCI ID to driver mapRob Herring1-0/+1
2016-01-06mesa: Add KBL PCI IDs and platform information.Sarah Sharp1-0/+22
2015-12-16osmesa: add new OSMesaCreateContextAttribs functionBrian Paul1-2/+43
2015-12-02Remove Sun CC specific code.Jose Fonseca1-6/+0
2015-11-30gles2: Update gl2ext.h to revision: 32120Marta Lofstedt1-6/+934
2015-11-03i965/skl: PCI ID cleanup and brand stringsBen Widawsky1-15/+19
2015-11-03i965/skl: Add GT4 PCI IDsBen Widawsky1-0/+4
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-1/+10
2015-10-23radeonsi: add Stoney pci idsSamuel Li1-0/+2
2015-10-08c11/threads: initialize timeout structureJan Vesely1-0/+6
2015-09-25c11/threads: Assert that mtx is non-NULL and check return values.Matt Turner1-25/+23
2015-08-20GL: update glext to svn 31811Dave Airlie1-9/+285
2015-08-14radeonsi: add all new VI PCI IDs including FijiMarek Olšák1-0/+24
2015-08-10radeonsi: add new OLAND pci idAlex Deucher1-0/+1
2015-08-04egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns1-2/+6
2015-08-01includes/GL: remove duplicated extension declarations from glx.hEmil Velikov1-92/+0
2015-07-29c99_math: (trivial) implement exp2 for MSVC tooRoland Scheidegger1-0/+6
2015-07-29c99_math: Implement exp2f for MSVC.Matt Turner1-0/+6
2015-07-28i965: Support importing R8 and GR88 dma_bufsChad Versace1-2/+7
2015-07-22egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGBMarek Olšák1-0/+5
2015-07-22dri_interface: drop __NOT_HAVE_DRM_H magicEmil Velikov1-8/+1
2015-07-08egl: use unix defines on osx with clangJulien Isorce1-2/+2
2015-07-08darwin: Suppress type conversion warnings for GLhandleARBJulien Isorce1-0/+5
2015-06-24i965/bxt: Add basic Broxton infrastructureBen Widawsky1-0/+3
2015-06-05egl: import platform headers from registry (v2)Marek Olšák2-13/+25
2015-06-05egl: import eglext.h from registry and cleanup eglmesaext.h (v2)Marek Olšák2-44/+247
2015-06-05egl: import egl.h from registry (v2)Marek Olšák1-294/+268
2015-05-14egl: remove remaining EGL_MESA_copy_context skeletonEmil Velikov1-11/+0
2015-05-14egl: fix the EGL_MESA_image_dma_buf_export header declarationsEmil Velikov1-0/+6
2015-05-12radeonsi: add new bonaire pci idAlex Deucher1-0/+1
2015-05-11egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson1-46/+0
2015-05-05egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie1-2/+1
2015-04-30dri_interface: add an interface for fencesMarek Olšák1-0/+60
2015-04-16i965: Add marketing names for CHVVille Syrjälä1-4/+4
2015-04-03gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99Jose Fonseca1-1/+6
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-4/+2
2015-04-01egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2-1/+11
2015-03-25c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca1-1/+2
2015-03-22include: Ensure float.h is included for DBL_MAX.Jose Fonseca1-0/+1
2015-03-16c11/threads: Use PTHREAD_MUTEX_RECURSIVE by defaultFelix Janda1-6/+1