summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2013-05-20 11:18:12 -0700
committersimon <none@none>2013-05-20 11:18:12 -0700
commitabdbf45aaa05f201afd9e2f6c6be87150be2c890 (patch)
tree702d3eef9acc8d966e4c5c40b08830b511e9e841 /indra/llrender/llglslshader.cpp
parent2b41a539aa988029976cf96a1ac71d0fc2087c77 (diff)
MAINT-2616 : Updated my Intel driver and now have orange in buttons and
Inventory pull down bar causing blinks to screen. Pulled in FS code, Reviewed by Kelly
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rwxr-xr-xindra/llrender/llglslshader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index 298a03f32a..8a0ca95a78 100755
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -57,6 +57,7 @@ bool LLGLSLShader::sNoFixedFunction = false;
//UI shader -- declared here so llui_libtest will link properly
LLGLSLShader gUIProgram;
LLGLSLShader gSolidColorProgram;
+LLGLSLShader gSolidColorProgramIntel;
BOOL shouldChange(const LLVector4& v1, const LLVector4& v2)
{