Revision: 389
http://svn.sourceforge.net/cadcdev/?rev=389&view=rev
Author: c99koder
Date: 2006-12-24 05:30:58 -0800 (Sun, 24 Dec 2006)
Log Message:
-----------
Tiki: dc: increase PVR vertex buffer size to 512K
Modified Paths:
--------------
tiki/dc/src/init_shutdown.cpp
Modified: tiki/dc/src/init_shutdown.cpp
===================================================================
--- tiki/dc/src/init_shutdown.cpp 2006-12-03 18:23:38 UTC (rev 388)
+++ tiki/dc/src/init_shutdown.cpp 2006-12-24 13:30:58 UTC (rev 389)
@@ -18,8 +18,8 @@
/* Enable opaque and translucent polygons with size 32 */
{ PVR_BINSIZE_32, PVR_BINSIZE_0, PVR_BINSIZE_32, PVR_BINSIZE_0, PVR_BINSIZE_0 },
- /* Vertex buffer size 256K */
- 256*1024
+ /* Vertex buffer size 512K */
+ 512*1024
};
namespace Tiki {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|