Search
lxdream.org :: lxdream/src/pvr2/texcache.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/texcache.c
changeset 647:d6fecb7750b9
prev645:a7392098299c
next1066:ddffe9d2b332
author nkeynes
date Wed Mar 26 11:56:12 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Fix perspective correction (at least for those with shader support)
file annotate diff log raw
1.1 --- a/src/pvr2/texcache.c Thu Mar 06 08:22:00 2008 +0000
1.2 +++ b/src/pvr2/texcache.c Wed Mar 26 11:56:12 2008 +0000
1.3 @@ -19,6 +19,7 @@
1.4 */
1.5
1.6 #include <assert.h>
1.7 +#include <string.h>
1.8 #include "pvr2/pvr2.h"
1.9
1.10 /** Specifies the maximum number of OpenGL
.