summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/asmparsertest.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-06-03asmparsertest: print error if unable to open fileBrian Paul1-0/+1
2014-01-13asmparsertest: Silence uninitialized variable warning.Vinson Lee1-0/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-05-19tests: Remove use of glutExtensionSupportedChad Versace1-8/+1
2012-02-25Convert older tests to use piglit-framework.cPaul Berry1-25/+19
2012-02-20asmparsertest: Cast isspace input to int to silence compiler warning.Vinson Lee1-1/+1
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-5/+5
2010-12-04asmparsertest: Print out missing extension on skipped tests.Vinson Lee1-0/+1
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-9/+0
2009-08-23Compile tests using both DOS and Unix line endings.Ian Romanick1-25/+105
2009-07-27asmparsertest: Fix bugs in argv handling for -auto caseIan Romanick1-5/+5
2009-07-16asmparsertest: Include Mac OS GLUT header.Vinson Lee1-0/+4
2009-07-16Tests and framework for exercising the assembly shader compilerIan Romanick1-0/+184