summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-17cmake: Check for pthreadsChad Versace1-0/+6
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