aboutsummaryrefslogtreecommitdiff
path: root/tests/gl_matrix_identity.c
AgeCommit message (Collapse)Author
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2013-08-24Include stdlib.h when using malloc().Bruce Mitchener
2012-06-12Initialize the projection and modelview matrices to identityEhsan Akhgari
This is required by the spec. Without this change, the testcase in this patch merely renders the background, and the box in the upper right corner will not get rendered at all.