aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2016-01-26loader: Removed CMake 2.8 files which broke CMake 3.x.Mark Young
The CMake support files which I added as part of the FindImageMagick.cmake commit, were not required when we rolled back the files to 2.8. This caused the XCB code to use the wrong version of the file on some machines which resulted in XCB not being properly detected.
2016-01-26loader: Fixed issue with Linux when ImageMagick-5 installed.Mark Young
Last changes made ImageMagick-6 work, but broke ImageMagick-5. The issue is that the _ARCH_INCLUDE directories are only present for ImageMagick-6 and newer. So, Cmake was attempting to use an undefined variable.
2016-01-26loader: Further ImageMagick detection fixMark Young
Karl discovered an issue with the last change to FindImageMagick.cmake.
2016-01-26FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake fileMark Young
The file I added was from Cmake 2.8 and didn't know how to detect ImageMagick-6 on Linux.
2016-01-25BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8.Mark Young
Modified CMake ImageMagick detection logic to work with CMake 2.8.
2016-01-25Loader: Fix 32-bit Cmake detection of ImageMagickMark Young
Older versions of Cmake didn't like the newer script.
2016-01-25Win32: Get 32-bit Windows build workingMark Young
Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds.
2015-12-04Fixes, that build is possible with Xlib configuration.FslNopper
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-02-25cmake: remove unused FindDRM.cmakeChia-I Wu
2015-02-25intel: add and link with libintelkmd.aChia-I Wu
Add cmake rules to build libintelkmd.a, which implements our KMD interface using our own stripped-down libdrm. This removes libdrm dependency.
2015-02-04cmake: add find modulesChia-I Wu
Add Find{DRM,UDev,XCB}.cmake. Require 2.8.11 for FOUND_VAR support in find_package_handle_standard_args().
2014-09-18delete GitSHA1.c generationChia-I Wu
It is unused. Could be revived anytime if found useful.
2014-08-01intel: Add support for git ID in version stringCourtney Goeltzenleuchter