summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-12mesa: move fpclassify work-arounds into c99_math.hBrian Paul1-0/+44
2015-03-07c99_alloca.h: Also use <alloca.h> for cygwinJon TURNEY1-1/+1
2015-03-06include: Add helper header to help trap includes inside extern C.José Fonseca2-0/+50
2015-03-04st/vega: Remove.Jose Fonseca4-1202/+0
2015-03-04windows/gdi: Remove.Jose Fonseca1-140/+0
2015-03-03c99_alloca.h: add case for __sunBrian Paul1-0/+4
2015-03-02c99_alloca.h: Include stdlib.h on all non-Windows.Vinson Lee1-5/+1
2015-02-28mesa: move FLT_MAX_EXP to c99_math.hBrian Paul1-0/+4
2015-02-27c99_alloca.h: fix #include for MinGWBrian Paul1-0/+4
2015-02-27nir: Use alloca instead of variable length arrays.Jose Fonseca1-0/+45
2015-02-27c99_math.h: add defines for M_PI, M_E, M_LOG2EBrian Paul1-0/+13
2015-02-26c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVCBrian Paul1-0/+5
2015-02-26include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca2-76/+6
2015-02-24mesa: move signbit() macro to c99_math.hBrian Paul1-0/+8
2015-02-24mesa: replace LOGF, EXPF with logf, expfBrian Paul1-0/+10
2015-02-24mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul1-0/+11
2015-02-23mesa: move math-related function into new c99_math.h fileBrian Paul2-143/+184
2015-02-23mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.Matt Turner1-0/+143
2015-02-18i915: For the love of all that is holy, stop saying "IGD"Adam Jackson1-2/+2
2015-02-06st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLIDTiziano Bacocco1-0/+1
2015-02-06st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVERTiziano Bacocco1-0/+1