summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-08-03mesa: Add -fno-trapping-math to CFLAGS.Matt Turner1-2/+2
2015-08-03mesa: Add -fno-math-errno to CFLAGS.Matt Turner1-0/+3
2015-08-01opencl: use versioned .so in mesa.icdIgor Gnatenko1-0/+3
2015-08-01configure.ac: check for mkostemp()Emil Velikov1-0/+1
2015-08-01egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov1-1/+1
2015-08-01egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov1-0/+3
2015-08-01configure.ac: null,android,gdi are not valid egl-platformsEmil Velikov1-3/+0
2015-07-22automake: rework the EGL buildEmil Velikov1-2/+1
2015-07-22dri/common: remove unused drm_version variableEmil Velikov1-21/+0
2015-07-22configure.ac: do not set HAVE_DRI(23) when libdrm is missingEmil Velikov1-9/+9
2015-07-17mesa: Detect and provide macros for function attributes pure and const.Eric Anholt1-0/+2
2015-07-13i965: bump libdrm requirement to 2.4.61 and drop in-tree workaroundEmil Velikov1-1/+1
2015-07-13pipe-loader: remove pipe_loader_sw_probe_xlibEmil Velikov1-11/+2
2015-07-13automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov1-1/+0
2015-07-13automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov1-11/+0
2015-07-08darwin: Suppress type conversion warnings for GLhandleARBJulien Isorce1-1/+1
2015-07-06mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).Kenneth Graunke1-0/+1
2015-07-02nvc0: create screen fence objects with coherent attributeAlexandre Courbot1-1/+1
2015-07-01nouveau: rename var name for nouveau_vieux to avoid conflict with nouveauIlia Mirkin1-1/+1
2015-06-26mesa: Enable subdir-objects globally.Matt Turner1-1/+1
2015-06-23configure: drop unused variable GBM_BACKEND_DIRSEmil Velikov1-1/+0
2015-06-23configure: error out when building libEGL without shared-glapiEmil Velikov1-0/+3
2015-06-23configure: error out when building backend-less libEGLEmil Velikov1-2/+6
2015-06-23configure: allow building shared-glapi powered libgl-xlibEmil Velikov1-6/+0
2015-06-23configure: warn about shared_glapi & xlib-glx only when both are setEmil Velikov1-1/+1
2015-06-16egl/dri2: implement platform_surfacelessHaixia Shi1-0/+6
2015-06-16configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.hMarek Olšák1-1/+1
2015-06-12radeon/llvm: Handle LLVM backend rename from R600 to AMDGPUTom Stellard1-5/+8
2015-06-09vc4: Drop subdirectory in vc4 build.Eric Anholt1-1/+0
2015-05-29configure.ac: Link mcdisassembler component.Jose Fonseca1-1/+1
2015-05-29configure.ac: Don't bother checking whether LLVM's MCJIT component is available.Jose Fonseca1-4/+1
2015-05-29configure.ac: enable building GLES1 and GLES2 by defaultMarek Olšák1-6/+6
2015-05-20swrast: Build fix for SolarisAlan Coopersmith1-0/+1
2015-04-20clover: make llvm >= 3.5.0 and c++11 mandatoryEdB1-21/+11
2015-04-17configure.ac: fix bashismTobias Nygren1-1/+1
2015-04-16configure.ac: print LLVM_LDFLAGSMarek Olšák1-0/+1
2015-04-13mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.Jose Fonseca1-1/+1
2015-04-12configure.ac: remove deprecated --with-libclc-pathEmil Velikov1-13/+0
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-15/+0
2015-04-01configure.ac: error out if python/mako is not found when requiredEmil Velikov1-2/+11
2015-03-24configure.ac: move AC_MSG_RESULT reporting back into the m4 macroEmil Velikov1-3/+1
2015-03-22configure: Bail out with MinGW targets.Jose Fonseca1-12/+13
2015-03-21galahad: remove driverEmil Velikov1-1/+0
2015-03-21egl/main: drop platform fbdev specific codeEmil Velikov1-2/+1
2015-03-21winsys/sw/fbdev: remove unused software winsysEmil Velikov1-1/+0
2015-03-21winsys/sw/wayland: remove unused winsysEmil Velikov1-1/+0
2015-03-20i965: Store the GPU revision number in brw_contextNeil Roberts1-1/+1
2015-03-18configure: check if compiler supports -Werror=vla.Jonathan Gray1-2/+14
2015-03-11configure: require pthreads for POSIX buildsEmil Velikov1-0/+3
2015-03-09Add macro for unused function attribute.Vinson Lee1-0/+1