summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/gl.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of some <unistd.h> includes.Tavian Barnes2010-12-011-1/+0
|
* Fix some -W{strict,missing}-prototypes warnings.Tavian Barnes2010-07-311-1/+1
|
* Don't forget to delete display in success path in GL test.Tavian Barnes2010-07-081-0/+1
|
* Don't sleep(1) in GL test.Tavian Barnes2010-07-081-4/+1
|
* Fix some copyright dates.Tavian Barnes2010-05-101-1/+1
|
* Only render in one combined `render' test.Tavian Barnes2010-05-061-55/+27
| | | | GL and PNG tests now only test import/export.
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-10/+0
| | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.
* New dmnsn_clear_canvas() function.Tavian Barnes2010-03-241-0/+2
| | | | Makes valgrind happier about the GL test.
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Don't fail GL test if we can't get a GL context.Tavian Barnes2009-11-091-2/+2
| | | | Instead output a warning. Useful for running tests from a CLI.
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-091-9/+9
|
* Remove progress bars from tests, as parallel-tests hides output anyway.Tavian Barnes2009-10-301-5/+5
|
* Re-add GL test case.Tavian Barnes2009-10-131-0/+126