Add a conformance test for atlas migration
authorNeil Roberts <neil@linux.intel.com>
Thu, 24 Feb 2011 20:30:30 +0000 (20:30 +0000)
committerNeil Roberts <neil@linux.intel.com>
Thu, 24 Feb 2011 20:45:30 +0000 (20:45 +0000)
commitdaa6d67cc048fec90a54846d8adf403ee2a60257
tree2e465010acdf7e7a77f74b028b1dc31b15cb2a6e
parent4dd20f2678195524dd147db3fe902d0a93de3df0
Add a conformance test for atlas migration

This adds a conformance test which creates a lot of textures with
increasing size and destroys them again a number of times in order to
cause a few atlas migrations. The last time the textures are created
they are all read back and the data is verified to confirm that the
atlas migration successfully preserved the data.
tests/conform/Makefile.am
tests/conform/test-cogl-atlas-migration.c [new file with mode: 0644]
tests/conform/test-conform-main.c