Safer settings, EOL fix
This commit is contained in:
@@ -63,8 +63,8 @@ RenderDeferred 1 1
|
||||
RenderDeferredSSAO 1 1
|
||||
RenderShadowDetail 1 2
|
||||
WatchdogDisabled 1 1
|
||||
ShyotlRenderUseStreamVBO 1 1
|
||||
RenderFSAASamples 1 16
|
||||
ShyotlRenderUseStreamVBO 1 0
|
||||
RenderFSAASamples 1 4
|
||||
RenderMaxTextureIndex 1 16
|
||||
RenderUseFBO 1 0
|
||||
|
||||
|
||||
@@ -4218,13 +4218,13 @@ void LLPipeline::renderDebug()
|
||||
|
||||
if (!hud_only && !mDebugBlips.empty())
|
||||
{ //render debug blips
|
||||
if (LLGLSLShader::sNoFixedFunction)
|
||||
{
|
||||
gUIProgram.bind();
|
||||
}
|
||||
|
||||
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sWhiteImagep, true);
|
||||
|
||||
if (LLGLSLShader::sNoFixedFunction)
|
||||
{
|
||||
gUIProgram.bind();
|
||||
}
|
||||
|
||||
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sWhiteImagep, true);
|
||||
|
||||
glPointSize(8.f);
|
||||
LLGLDepthTest depth(GL_TRUE, GL_TRUE, GL_ALWAYS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user