Search
lxdream.org :: lxdream/test/README :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/README
changeset 185:6755a04c447f
author nkeynes
date Thu Feb 14 13:54:11 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/README Thu Feb 14 13:54:11 2008 +0000
1.3 @@ -0,0 +1,15 @@
1.4 +
1.5 +The test cases in this directory require an sh4 tool chain, as well as an
1.6 +arm tool chain if you want to build the AICA tests. The default Makefile
1.7 +assumes these are sh-elf and arm-elf targets respectively. A modified copy of
1.8 +newlib 1.8.2 prebuilt for SH4 with dc-load support is included as well,
1.9 +to save having to set up that part of the environment. The necessary patch
1.10 +is in the lib directory if you wish to build from source (newlib is included
1.11 +under the terms of the GPL)
1.12 +
1.13 +crt0.s is included from the dcload distribution, and is assumed to be
1.14 +redistributable under the terms of the GPL.
1.15 +
1.16 +There is currently no configure/automake for this directory - you'll need to
1.17 +modify the Makefile directly if needed. This should probably be changed
1.18 +eventually
.