summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-01-28cmake: Fix Wayland detectionChad Versace1-1/+2
2014-01-25Define ffs for MinGW.Vinson Lee1-0/+1
2014-01-23cmake: Install vpfpgeneric testsDylan Baker1-1/+1
2014-01-23CMakeLists: remove redundant waffle version checkDaniel Kurtz1-14/+0
2014-01-19cmake: Set PIGLIT_HAS_WAYLAND only if Wayland is presentChad Versace1-1/+5
2014-01-19cmake: GLX is not always present on Linux (v2)Chad Versace1-3/+11
2014-01-19cmake: Only set HAS_GBM if pkgconfig finds gbmDaniel Kurtz1-2/+5
2014-01-19cmake: only set HAS_X11 if X11_FOUNDDaniel Kurtz1-3/+4
2014-01-19cmake: only find GLEXT paths if OpenGL is also foundDaniel Kurtz1-13/+15
2014-01-19cmake: do not unconditionally find OpenGL packageDaniel Kurtz1-2/+0
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-11/+25
2014-01-14Revert "cmake: Suppress warning on cmake 2.8.12+"Dylan Baker1-1/+0
2014-01-14cmake: Suppress warning on cmake 2.8.12+Dylan Baker1-0/+1
2014-01-12Rename all tests files from .tests to .pyDylan Baker1-1/+1
2014-01-10cmake: If using Waffle, require waffle >= 1.3Chad Versace1-1/+2
2014-01-10cmake: Fix waffle version requirementChad Versace1-1/+15
2013-12-22cmake: Check for asprintf.Vinson Lee1-0/+1
2013-11-19Split resume functionality out of piglit-run.pyDylan Baker1-0/+1
2013-11-14CMakeLists.txt: Install templates directoryDylan Baker1-0/+5
2013-11-04cmake: Restrict EGL usage to when PIGLIT_USE_WAFFLE is true.José Fonseca1-1/+1
2013-10-31cmake: Use pkg-config to find EGLChad Versace1-9/+9
2013-10-31cmake: Fail if PIGLIT_BUILD_GLES${N}_TESTS but cannot find EGLChad Versace1-0/+15
2013-10-31cmake: Remove unused PIGLIT_HAS_EGLChad Versace1-1/+0
2013-10-31cmake: Define PIGLIT_HAS_WAYLAND if using WaffleChad Versace1-1/+2
2013-10-22cmake: Install piglit-summary.pyChad Versace1-0/+1
2013-10-22cmake: Install *.txt filesChad Versace1-3/+4
2013-10-22cmake: ignore the "CMakeFiles" folder in generated_tests installerKenney Phillis1-0/+1
2013-10-22cmake: add *.cl to the list of installed generated tests.Kenney Phillis1-1/+1
2013-10-22cmake: add *.geom to the list of installed files.Kenney Phillis1-2/+2
2013-10-22cmake: fix out of tree Installation and package generation.Kenney Phillis1-1/+1
2013-10-18cmake: Detect if system has POSIX MONOTONIC clocksChad Versace1-0/+19
2013-10-03cmake,dma_buf: Require libdrm_intel>=2.4.38 to build dma_buf testsChad Versace1-3/+7
2013-10-03cmake,dma_buf: Require xcb-dri2 for dma_buf tests (v2)Chad Versace1-2/+5
2013-10-03cmake,dma_buf: Refactor decisions to build dma_buf testsChad Versace1-0/+27
2013-09-06util: Add an implementation of strndupIan Romanick1-0/+1
2013-09-06framework: support for creating dma buffers through libdrmTopi Pohjolainen1-0/+2
2013-06-04piglit: Always request GNU C extensions.Eric Anholt1-0/+4
2013-02-06cmake: Allow to generate a tarball/zip with the binaries, scripts, data.José Fonseca1-0/+66
2012-12-31glean: Drop TIFF (and PNG and ZLIB) dependencies.José Fonseca1-3/+1
2012-12-11cmake: Request GLUT only when Waffle is not usedAdrian Marius Negreanu1-15/+16
2012-11-29cmake: Add option PIGLIT_BUILD_GLES3_TESTSChad Versace1-0/+5
2012-11-29cmake: Require waffle>=1.2.2 if using waffleChad Versace1-1/+1
2012-10-22cmake: Add a PIGLIT_BUILD_GL_TESTS optionAdrian Marius Negreanu1-1/+7
2012-10-19piglit framework: add gbm supportJordan Justen1-0/+3
2012-10-19waffle: require waffle >= 1.1Jordan Justen1-1/+1
2012-10-09cmake: On Linux, require Waffle by defaultChad Versace1-1/+14
2012-10-09util: Add new GL test frameworksChad Versace1-1/+1
2012-10-09cmake: Define cmake flags and feature macros for X11, GLX, EGLChad Versace1-0/+11
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-18/+18
2012-09-20cmake: Use C++ compiler to link C programs if using Solaris Studio.Vinson Lee1-0/+8