summaryrefslogtreecommitdiff
path: root/indra/newview/llmaniptranslate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmaniptranslate.cpp')
-rw-r--r--indra/newview/llmaniptranslate.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llmaniptranslate.cpp b/indra/newview/llmaniptranslate.cpp
index 0b2a1ef389..8d1476e418 100644
--- a/indra/newview/llmaniptranslate.cpp
+++ b/indra/newview/llmaniptranslate.cpp
@@ -1541,7 +1541,9 @@ void LLManipTranslate::renderSnapGuides()
}
{
+#if GL_VERSION_1_1
LLGLDisable alpha_test(GL_ALPHA_TEST);
+#endif
//draw black overlay
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
renderGrid(u,v,tiles,0.0f, 0.0f, 0.0f,a*0.16f);
@@ -1562,7 +1564,9 @@ void LLManipTranslate::renderSnapGuides()
{
LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE, GL_GREATER);
+#if GL_VERSION_1_1
LLGLEnable stipple(GL_LINE_STIPPLE);
+#endif
gGL.flush();
switch (mManipPart)
@@ -2184,7 +2188,9 @@ void LLManipTranslate::renderArrow(S32 which_arrow, S32 selected_arrow, F32 box_
{
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
LLGLEnable gls_blend(GL_BLEND);
+#if GL_VERSION_1_1
LLGLEnable gls_color_material(GL_COLOR_MATERIAL);
+#endif
for (S32 pass = 1; pass <= 2; pass++)
{