Added a test for non-power-of-two sized textures
authorNeil Roberts <neil@linux.intel.com>
Mon, 9 Feb 2009 12:47:41 +0000 (12:47 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 9 Feb 2009 12:48:58 +0000 (12:48 +0000)
commit51edcc525115e431bb22d996af1e01a1cf8de4ac
tree56d92382d110476501581674e83f556bd987e686
parent0be6f42070c3aa0ba6bcb02aa65e63c6572d83d0
Added a test for non-power-of-two sized textures

The test simply creates an odd sized texture with different colors at
each of the four corners. It then renders the texture and verifies
that the colors are the expected values. This should help ensure that
the sliced texture rendering code is working properly.
tests/conform/Makefile.am
tests/conform/test-conform-main.c
tests/conform/test-npot-texture.c [new file with mode: 0644]