Initial implementation of new background support
src/Makefile.am
src/Makefile.in
src/pvr2/pvr2.h
src/pvr2/rendbkg.c
src/pvr2/render.c
src/Makefile.am
src/Makefile.in
src/pvr2/pvr2.h
src/pvr2/rendbkg.c
src/pvr2/render.c
Initial rendering tests (no support for result comparison yet)
test/Makefile
test/pvr.c
test/pvr.h
test/testrend.c
test/Makefile
test/pvr.c
test/pvr.h
test/testrend.c
Add code to check for memory-wraparound on the vertex buffer (it doesn't)
Add in-theory support for re-init (doesn't do anything)
Fix addresses of result and tilematrix
test/testta.c
Add in-theory support for re-init (doesn't do anything)
Fix addresses of result and tilematrix
test/testta.c
.