summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-07css: Add yellow colorsseparate-driver-columnsKenneth Graunke1-0/+7
2013-06-06NewUniTokens: Core Mesa -> DoneKenneth Graunke1-1/+1
builtin_types.h has these.
2013-06-06Add initial XSLT and CSS stylesheets.Kenneth Graunke2-0/+224
This makes it possible to view a pretty version of the task lists by loading the XML file directly in the browser. No scripts or external programs are necessary; simply pointing a browser at the files in a git repository will do. Ideally, it would be possible to view these via cgit's tree/plain feature as well. Unfortunately, cgit.freedesktop.org doesn't appear to return the correct mime-types (application/xml, application/xslt+xml, and text/css) to make that happen. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2013-06-06Import Paul Berry's OpenGL 3.2 Implementation Checklist.Kenneth Graunke1-0/+1875
Paul exhaustively went through the GL 3.2 and GLSL 1.50 specifications looking for differences from prior versions. Each of those could generate both Mesa and Piglit tasks. He then converted it to an XML based format. I made some further refinements to fit in with my planned XSLT work.