Age | Commit message (Expand) | Author | Files | Lines |
2013-10-03 | cmake,dma_buf: Require libdrm_intel>=2.4.38 to build dma_buf tests | Chad Versace | 1 | -3/+7 |
2013-10-03 | cmake,dma_buf: Require xcb-dri2 for dma_buf tests (v2) | Chad Versace | 1 | -2/+5 |
2013-10-03 | cmake,dma_buf: Refactor decisions to build dma_buf tests | Chad Versace | 1 | -0/+27 |
2013-09-06 | util: Add an implementation of strndup | Ian Romanick | 1 | -0/+1 |
2013-09-06 | framework: support for creating dma buffers through libdrm | Topi Pohjolainen | 1 | -0/+2 |
2013-06-04 | piglit: Always request GNU C extensions. | Eric Anholt | 1 | -0/+4 |
2013-02-06 | cmake: Allow to generate a tarball/zip with the binaries, scripts, data. | José Fonseca | 1 | -0/+66 |
2012-12-31 | glean: Drop TIFF (and PNG and ZLIB) dependencies. | José Fonseca | 1 | -3/+1 |
2012-12-11 | cmake: Request GLUT only when Waffle is not used | Adrian Marius Negreanu | 1 | -15/+16 |
2012-11-29 | cmake: Add option PIGLIT_BUILD_GLES3_TESTS | Chad Versace | 1 | -0/+5 |
2012-11-29 | cmake: Require waffle>=1.2.2 if using waffle | Chad Versace | 1 | -1/+1 |
2012-10-22 | cmake: Add a PIGLIT_BUILD_GL_TESTS option | Adrian Marius Negreanu | 1 | -1/+7 |
2012-10-19 | piglit framework: add gbm support | Jordan Justen | 1 | -0/+3 |
2012-10-19 | waffle: require waffle >= 1.1 | Jordan Justen | 1 | -1/+1 |
2012-10-09 | cmake: On Linux, require Waffle by default | Chad Versace | 1 | -1/+14 |
2012-10-09 | util: Add new GL test frameworks | Chad Versace | 1 | -1/+1 |
2012-10-09 | cmake: Define cmake flags and feature macros for X11, GLX, EGL | Chad Versace | 1 | -0/+11 |
2012-10-09 | cmake: Prefix cmake options and feature macros with PIGLIT | Chad Versace | 1 | -18/+18 |
2012-09-20 | cmake: Use C++ compiler to link C programs if using Solaris Studio. | Vinson Lee | 1 | -0/+8 |
2012-09-19 | Merge remote-tracking branch 'blaz/opencl-request-v2' | Eric Anholt | 1 | -0/+5 |
2012-09-05 | cmake: Build OpenCL utilities and framework | Blaž Tomažič | 1 | -0/+5 |
2012-09-04 | glut_waffle: Add input support for X11 [v2] | Chad Versace | 1 | -0/+1 |
2012-09-04 | cmake: If using Waffle, require version 1.0.1 | Chad Versace | 1 | -1/+1 |
2012-08-23 | cmake,waffle: Bump requirement to waffle>=1.0 | Chad Versace | 1 | -3/+3 |
2012-08-09 | Shut up gcc about c++11 issues. | Eric Anholt | 1 | -0/+5 |
2012-06-20 | cmake: For MSVC, add "include/msvc/c99" to include path (v3) | Chad Versace | 1 | -0/+2 |
2012-06-14 | cmake: Give an early error message when the required make.template module is ... | José Fonseca | 1 | -3/+11 |
2012-05-23 | cmake: Emit fatal error if BUILD_GLES{1,2}_TESTS is enabled without USE_WAFFLE | Chad Versace | 1 | -0/+8 |
2012-05-23 | cmake: Add option USE_WAFFLE | Chad Versace | 1 | -0/+8 |
2012-05-23 | cmake: Add module FindWaffle | Chad Versace | 1 | -0/+2 |
2012-05-23 | cmake: Add options BUILD_GLES{1,2} tests [v2] | Chad Versace | 1 | -0/+4 |
2012-04-29 | cmake: add an option for building GLX tests | Dylan Noblesmith | 1 | -0/+5 |
2012-04-25 | cmake: Define WIN32_LEAN_AND_MEAN for the whole project. | José Fonseca | 1 | -0/+4 |
2012-03-23 | cmake: Move utility functions into piglit_util.cmake | Chad Versace | 1 | -0/+1 |
2012-03-23 | piglit-dispatch: Code generation scripts. | Paul Berry | 1 | -0/+3 |
2012-03-09 | cmake: Avoid depending on MinGW runtime DLLs. | José Fonseca | 1 | -0/+16 |
2012-03-03 | cmake: check for glproto headers | Dylan Noblesmith | 1 | -0/+5 |
2012-03-03 | cmake: workaround cmake bug when GLUT is not found | Dylan Noblesmith | 1 | -0/+14 |
2012-03-03 | don't write generated header to the source directory | Dylan Noblesmith | 1 | -1/+1 |
2012-01-20 | cmake: Warn when placing declarations after statements. | José Fonseca | 1 | -0/+8 |
2011-12-02 | CMake: compile with debug info on by default | nobled | 1 | -0/+6 |
2011-11-30 | cmake: Silence several pointless MSVC warnings. | José Fonseca | 1 | -2/+5 |
2011-10-03 | Define _USE_MATH_DEFINES globally on MSVC. | José Fonseca | 1 | -0/+3 |
2011-09-09 | cmake: add gles1 as a valid target API | Chia-I Wu | 1 | -0/+1 |
2011-08-25 | cmake: Don't define min/max macros on Windows. | José Fonseca | 1 | -0/+3 |
2011-08-19 | Add piglit_set_rlimit utility function | Ian Romanick | 1 | -0/+3 |
2011-08-09 | Fix test generation on Arch Linux. | Paul Berry | 1 | -9/+16 |
2011-08-05 | cmake: Fix build with CMake 2.6. | Vinson Lee | 1 | -4/+4 |
2011-08-05 | Add comprehensive tests of builtin functions with uniform input. | Paul Berry | 1 | -0/+22 |
2011-06-22 | Also use -Wall (or equivalent) when compiling the C++ sources. | José Fonseca | 1 | -0/+6 |