diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-08-23 22:06:28 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-08-24 00:55:34 -0400 |
commit | 2ca193ce468cd4420e0ed47a7991661d1b1ca635 (patch) | |
tree | 01d98ff74eaa70bcb98d896aa93f7baf42d6f76f /indra/llrender | |
parent | cbca17825614d18a96994c94ec0c38e9d8e812cf (diff) |
Improve FXAA quality and performance when GL version is greater then 4
Adds gather4 support under GLSL 4.0+
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 512ef340f9..e9608491a4 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -595,8 +595,6 @@ GLuint LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shader_lev extra_code_text[extra_code_count++] = strdup("precision highp float;\n"); } } - - extra_code_text[extra_code_count++] = strdup("#define FXAA_GLSL_130 1\n"); } // Use alpha float to store bit flags |