V2 spatial partition, and all the pipeline changes that go with it.

Note: Deferred mode is not finished, and thus broken. Don't use!
This commit is contained in:
Shyotl
2011-03-06 05:47:26 -06:00
parent 9f434ab384
commit 996aaf6345
57 changed files with 1987 additions and 660 deletions

View File

@@ -49,8 +49,11 @@
#include "pipeline.h"
#include "llviewershadermgr.h"
LLDrawPoolSky::LLDrawPoolSky() :
LLFacePool(POOL_SKY), mShader(NULL)
LLDrawPoolSky::LLDrawPoolSky()
: LLFacePool(POOL_SKY),
mSkyTex(NULL),
mShader(NULL)
{
}