summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.h
AgeCommit message (Expand)Author
2021-12-02mac build fixAndrey Kleshchev
2021-11-30SL-16386 replace gutted LLRender::setAlphaRejectSettings() with explicit flush()Dave Houlton
2021-11-30SL-16386 purge no-op fxn LLTexUnit::setTextureAlphaBlend()Dave Houlton
2021-11-30SL-16386 purge no-op fxn LLTexUnit::setTextureColorBlend()Dave Houlton
2021-11-30SL-16386 purge no-op fxn LLTexUnit::setTextureBlendType()Dave Houlton
2021-11-30SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunctionDave Houlton
2021-10-21SL-16202 Fix for textures appearing black or flashing white due to optimizati...Dave Parks
2021-10-13SL-16166 Apply LLRenderPass::pushBatch optimizations to LLDrawPoolBump::pushB...Runitai Linden
2021-10-12SL-16166 Optimization pass on LLRenderPass::pushBatchRunitai Linden
2021-10-11SL-16099 Multi-threaded OpenGL usage on Windows, enable Core Profile and VAOs...Dave Parks
2020-09-17SL-13729 Performance of LLUI and LLRender2DAndrey Kleshchev
2019-03-30Hide sRGB decode behind a flag, and make sure that sRGB decodes is strictly o...Geenz
2019-03-30Additional gamma correction work: start moving over to EXT_texture_sRGB_decode.Geenz
2019-03-26Make whether the sun or moon is primary part of llrender light state so we ca...Graham Linden
2019-02-21SL-10501Graham Linden
2019-02-06SL-10478Graham Linden
2018-10-29SL-9977Graham Linden
2018-06-11Fix water fog consolidation in underwater shaders.Graham Linden
2018-06-01Code cleanup and move to using typedefs of S64Seconds/F64Seconds for ease in ...Graham Linden
2018-06-01Modify use of sky settings, reduce complexity, and name funcs to indicate coo...Graham Linden
2018-05-23MergeGraham Linden graham@lindenlab.com
2018-05-22MergeRider Linden
2018-05-01Le MergeGraham Linden graham@lindenlab.com
2018-02-18Atmospherics WIPGraham Linden graham@lindenlab.com
2018-02-27MAINT-8317 Fixed Local Textures for Advanced Lighting Projectors do not keep ...andreykproductengine
2018-02-15Add debug setting and code to allow nVidia nSight graphics debugging to captu...Graham Linden graham@lindenlab.com
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-03-01MAINT-4839 FIXED Animation of Mesh Dress doesn't work.ruslantproductengine
2013-06-21Automated merge with file:///F:%5Cviewer-bearDave Parks
2013-05-09Merge downstream code and viewer-betasimon
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-25NORSPEC-54 Potential fix for crashing on all sorts of random operations.Dave Parks
2013-02-21Merge viewer-cat and resolve conflict with alternate selfGraham Madarasz (Graham Linden)
2012-07-03MAINT-685 Fix for disabling basic shaders making high detail terrain render i...Dave Parks
2011-11-29SH-1912 Add environment map back into shiny when lighting and shadows enabled.Dave Parks
2011-10-07SH-2031 Profile guided optimization of matrix opsDave Parks
2011-09-22SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and mo...Dave Parks
2011-09-20SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to sta...Dave Parks
2011-09-17SH-2243 work in progress -- put back ambient lighting when atmospheric shader...Dave Parks
2011-09-15SH-2243 work in progress -- use a hash check to avoid redundantly setting lig...Dave Parks
2011-09-15SH-2243 work in progress -- don't use built-in GL light state when shaders ar...Dave Parks
2011-09-14SH-2243 work in progress -- application side matrix stack managementDave Parks
2011-09-13mergeDave Parks
2011-08-31MergeXiaohong Bao
2011-08-08SH-2242 Work in progress migrating to glVertexAttrib everywhereDave Parks
2011-07-17SH-2031 High risk changeset, but potentially high reward. Addresses frame st...Dave Parks
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-05-19SH-469 WIP -- get rid of LLMultiSampleBuffer and use GL_ARB_texture_multisamp...Dave Parks
2011-02-23apply private pool to VBOXiaohong Bao