diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index c35746d37d25482bde9228b88207d25f317262ef..d8d93d3adf0ccf22091a0b032ce3928ecc2cbce5 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -373,7 +373,7 @@ void validate_framebuffer_object();
 bool addDeferredAttachments(LLRenderTarget& target)
 {
 	return target.addColorAttachment(GL_SRGB8_ALPHA8) && //specular
-			target.addColorAttachment(GL_RGB10_A2); //normal+z
+			target.addColorAttachment(GL_RGBA12); //normal+z
 }
 
 LLPipeline::LLPipeline() :