summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-09build: Use PRIx64 macros for 64-bit data typesMark Janes2-5/+9
2016-02-09build: fix string formatting for 32 bit compilationMark Janes2-5/+5
2016-02-05func.compute: Fix several SSBO buffer layout issuesJordan Justen2-10/+10
2016-01-22tests: Fix build for to glslang updateChad Versace2-7/+7
2016-01-14Update to 1.0.0Jason Ekstrand16-39/+42
2016-01-13cmd/run: Fix crash in previous commitChad Versace1-1/+1
2016-01-13cmd/run: Fix fork mode when given exclude patternsChad Versace1-1/+19
2016-01-12func.cmd-buffer: Use VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BITKristian Høgsberg Kristensen1-1/+1
2016-01-08func.compute.local-id: Add push-constant local-idsJordan Justen1-0/+77
2016-01-01cru: Use the correct aspect for depthstencil formatsJason Ekstrand1-2/+20
2015-12-30stencil-triangles: Use switch statements againJason Ekstrand1-24/+8
2015-12-19Add tests for VkEventKristian Høgsberg Kristensen2-0/+230
2015-12-18func.compute: Add func.compute.num-workgroups.indirectJordan Justen1-0/+56
2015-12-18func.compute: Add func.compute.num-workgroups.basicJordan Justen2-0/+185
2015-12-15cru: Add support for logging PIDs of child processesJason Ekstrand5-27/+68
2015-12-14func.compute.local-id: Add push-constant sub-testJordan Justen1-0/+47
2015-12-14func.compute.local-id: Split common code outJordan Justen1-20/+34
2015-12-14doc/crucible-run: Tests do not run in the requested orderChad Versace1-1/+1
2015-12-14util/log: Don't buffer log messagesChad Versace1-0/+4
2015-12-12desc.dynamic: Use the right binding for the UBO/SSBOJason Ekstrand1-1/+1
2015-12-11self.bad-test-names: Require that testname begin with a alpha charChad Versace1-1/+1
2015-12-11doc/crucible-run: Document new pattern rulesChad Versace1-12/+35
2015-12-11framework: Support negative testname patternsChad Versace2-3/+27
2015-12-11framework: Drop func runner_enable_all_normal_tests()Chad Versace3-35/+15
2015-12-11framework: Un-inline some test_def funcsChad Versace3-38/+64
2015-12-11framework: Teach test_def_match() about special test namesChad Versace1-0/+16
2015-12-11cmd/ls-example-tests: Remove commandChad Versace6-116/+2
2015-12-11doc/crucible-run: Clarify which tests are ran by defaultChad Versace1-6/+4
2015-12-11cmd/ls-tests: List *all* testsChad Versace2-4/+3
2015-12-09qonos: Fix default VkImageViewTypeChad Versace1-0/+1
2015-12-09m4: Ignore files generated by autoconfChad Versace1-0/+5
2015-12-09INSTALL: Remove ImageMagick dependencyChad Versace1-1/+0
2015-12-08func.compute.local-id.basic: Add new compute test that uses local IDsJordan Justen2-0/+139
2015-12-08INSTALL: Document Python2 dependenciesChad Versace1-1/+3
2015-12-08configure: Check for Python2 OpenCV moduleChad Versace2-0/+46
2015-12-08cru: Also use gen_image for croppingJason Ekstrand3-12/+10
2015-12-08gen_image: Take an operation parameterJason Ekstrand2-3/+8
2015-12-08gen_image: Use python OpenCV instead of ImageMagickJason Ekstrand2-29/+15
2015-12-08INSTALL: Document libxml2 dependencyChad Versace1-0/+1
2015-12-08INSTALL: Rename fileChad Versace1-0/+0
2015-12-08BUILDING: Document `make install` doesn't workChad Versace1-0/+6
2015-12-08configure: Remove unused minigbm varsChad Versace1-11/+0
2015-12-07self-tests: Check that all test names are validChad Versace2-1/+60
2015-12-07runner: Implement JUnit outputChad Versace4-2/+186
2015-12-07util: Add func xstrdupChad Versace2-0/+10
2015-12-07doc: Import junit-7.xsd from JenkinsChad Versace1-0/+135
2015-12-07runner: Stop special-casing lost testsChad Versace3-6/+7
2015-12-07build: Link to libxml2Chad Versace2-1/+5
2015-12-07cmd/run: Add option --junit-xmlChad Versace3-0/+15
2015-12-07cmd/run: Replace chars with enums in getopt switchChad Versace1-6/+12