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