summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-23cmake: Don't link to libGLESv1Chad Versace1-1/+0
2014-06-23glapi: Remove the glapi directoryChad Versace1-1/+0
2014-06-04cmake: Install piglit as piglit.py on Windows.José Fonseca1-1/+6
2014-06-03glslparsertest: Support tessellation shaders.Fabian Bieler1-2/+2
2014-05-27README,cmake: Update Waffle's website urlChad Versace1-1/+1
2014-05-08framework: bump cmake minimum requirement to 2.8.5Dylan Baker1-1/+1
2014-05-06piglit: Add a toplevel piglit commandDylan Baker1-12/+5
2014-05-02cmake: Add version suffix for install pathsJordan Justen1-2/+8
2014-05-02cmake: Install under separate piglit directoryJordan Justen1-6/+17
2014-04-30cmake: Tone down the MSVC warning level.José Fonseca1-5/+6
2014-04-30cmake: Fix stdbool.h for MSVC 2013.José Fonseca1-1/+7
2014-04-30cmake: Fix -Wdeclaration-after-statement detection.José Fonseca1-1/+1