diff options
author | simon <none@none> | 2013-05-20 11:18:12 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-20 11:18:12 -0700 |
commit | abdbf45aaa05f201afd9e2f6c6be87150be2c890 (patch) | |
tree | 702d3eef9acc8d966e4c5c40b08830b511e9e841 /indra/llrender/llglslshader.cpp | |
parent | 2b41a539aa988029976cf96a1ac71d0fc2087c77 (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-x | indra/llrender/llglslshader.cpp | 1 |
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) { |