Added motionblur postprocess shader.

Conflicts:

	indra/newview/skins/default/xui/en-us/floater_post_process.xml
This commit is contained in:
Shyotl
2012-09-19 15:33:58 -05:00
parent f4f85aa1fd
commit ff81d9461a
7 changed files with 256 additions and 177 deletions

View File

@@ -42,6 +42,7 @@ LLRender gGL;
//Would be best to migrate these to LLMatrix4a and LLVector4a, but that's too divergent right now.
LL_ALIGN_16(F32 gGLModelView[16]);
LL_ALIGN_16(F32 gGLLastModelView[16]);
LL_ALIGN_16(F32 gGLPreviousModelView[16]);
LL_ALIGN_16(F32 gGLLastProjection[16]);
LL_ALIGN_16(F32 gGLProjection[16]);
LL_ALIGN_16(S32 gGLViewport[4]);