summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-04-13CMakeLists.txt: install compute shaders in generated_testsDylan Baker1-1/+1
2016-03-19cmake: Use NO_MODULE instead of CONFIG for older cmake compatibility.Vinson Lee1-1/+1
2016-03-03CMake: install bash completionsDylan Baker1-0/+9
2016-02-18dependencies: Bump numpy version to 1.7.0 in cmake and toxDylan Baker1-1/+1
2016-02-18tox.ini: Set the mako version to the minimum version in cmakeDylan Baker1-2/+10
2016-02-15cmake: use the EGL_CFLAGS_OTHERMircea Gherzan1-0/+1
2016-02-11python: function with six version 1.5.2Dylan Baker1-1/+1
2016-02-08CMake: Enable python 3.x for buildingDylan Baker1-1/+3
2016-01-26cmake: Simplify logic for MSVC 2013 U4.Jose Fonseca1-4/+2
2015-12-11cmake: Target C99.Jose Fonseca1-0/+6
2015-09-29Remove dangling references to GLUIan Romanick1-1/+1
2015-09-02Delete vpfp-generic.Kenneth Graunke1-1/+1
2015-07-15cmake: Match MSVC default stack size on MinGW builds.Jose Fonseca1-0/+3
2015-06-08cmake: Only build GLES tests by default on systems which support EGL.Jose Fonseca1-3/+9
2015-06-08cmake,util: Disable MacOSX depracation warnings everywhere.Jose Fonseca1-0/+8
2015-06-06util: Add a piglit_write_png() function.Kenneth Graunke1-1/+4
2015-06-05Enable building of GLES tests by defaultMarek Olšák1-3/+3
2015-03-24cmake: Silence CMP0042 warnings on MacOSX.Jose Fonseca1-0/+5
2015-03-04CMakeList.txt: Install OpenCL inc files.Dylan Baker1-1/+8
2015-03-03cmake: Use -Werror=pointer-arith on GCC builds.Jose Fonseca1-0/+6
2015-02-26cmake: Require mako >= 0.8.0.Vinson Lee1-1/+1
2015-02-26cmake: Require Python six >= 1.4.0.Vinson Lee1-1/+1
2015-02-23Add dependency on Python sixDylan Baker1-0/+1
2015-02-20cmake: change VLA warning into errorJan Vesely1-3/+3
2015-02-20cmake: Enforce standard C99 syntax for variadic macros.Jose Fonseca1-0/+11
2015-02-18cmake: Drop -Wdeclaration-after-statement.Jose Fonseca1-7/+1
2015-02-04cmake: Fix if-command logic on non MSVC.Jose Fonseca1-2/+4
2015-02-04cmake: Require MSVC 2013 Update 4.Jose Fonseca1-3/+3
2015-02-02add missing whitespace if waffle was not found by cmake (trivial)Felix Schwarz1-1/+1
2015-01-19cmake: Fix ee8579b452f0 regressionDylan Baker1-3/+3
2015-01-19cmake: Require numpy >= 1.6.2Dylan Baker1-1/+1
2015-01-19cmake: Simplify finding python modulesDylan Baker1-12/+3
2015-01-19cmake: use cmake builtin python moduleDylan Baker1-19/+3
2015-01-19cmake: use more standard cmake namesDylan Baker1-12/+12
2015-01-07CMakeList.txt: Fix error message for missing pythonDylan Baker1-2/+2
2014-12-16cmake: Improve experience detecting waffle on Windows.José Fonseca1-0/+11
2014-12-16cmake: Don't check WAFFLE_VERSION on Windows.José Fonseca1-14/+14
2014-12-16cmake: Don't rely on pkg-config for all Windows builds.José Fonseca1-1/+1
2014-12-14utils: add initial WAFFLE_WGL supportEmil Velikov1-1/+6
2014-11-08cmake: Fix GCC -Wvla flag check.Vinson Lee1-2/+2
2014-11-08cmake: Warn when variable length arrays are used.José Fonseca1-1/+5
2014-11-08cmake: Require Visual Studio 2013.José Fonseca1-8/+5
2014-11-03gbm: use libcaca to display results in non-auto modeJordan Justen1-0/+8
2014-10-10Add piglit_set_timeout for tests that might hang.Jamey Sharp1-3/+28
2014-08-19Bump python version requirement to 2.7.xDylan Baker1-1/+1
2014-08-18cmake: Fix syntax.José Fonseca1-1/+1
2014-08-18cmake: cleanup PIGLIT_USE_WAFFLE buildsEmil Velikov1-9/+9
2014-08-18cmake: don't use open_s with mingwEmil Velikov1-0/+2
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace1-2/+0
2014-06-26cmake: Require Mako >= 0.7Chad Versace1-10/+3