summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmaterial.cpp
AgeCommit message (Collapse)Author
2021-05-26SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha ↵Dave Houlton
masks. Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" This reverts commit 5691d302ef876a7e6fb6861441f14e5e7f0c7735.
2020-12-10SL-12069 Issues with bakes-on-mesh and alpha modesAndrey Kleshchev
2018-07-30MAINT-8915Graham Linden
Fix sync of material rotation and offset values when using aligned planar faces. Make it possible to set a specific TE's normal/spec offset/rotation values. Eliminate redundant conversions in LLSD -> struct handler.
2018-07-20MAINT-8891 viewer-side fix for redundant setting of specular offset in LLSD ↵Graham Linden
to struct translation
2018-06-29Convert tabs to spaces in llprimitive/llmaterial.* for sanityGraham Linden
2018-06-29MAINT-8676 modify XUI to allow negative offsets again and fix up material ↵Graham Linden
handling of normal/specular offsets
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-08NORSPEC-233 fix default value and material apply logic errorsGraham Madarasz
2013-05-06NORSPEC-162 Fix for objects with materials set ignoring "tranparency %" value.Dave Parks
2013-04-12Fix issue with alphaNonIndexedNoColorF shader and static init fail on ↵g
default spec color (real source of NORSPEC-94, I think)
2013-04-08NORSPEC-82 NORSPEC-85 More UI shenanigansGraham Madarasz (Graham)
2013-03-27NORSPEC-61 Hook up material parameters to shaders.Dave Parks
2013-02-25Added LLMaterialMgr::remove() to remove material information from a faceKitty Barnett
2012-12-18Bypass GCC template stumble by specializing getMaterialField for LLUUIDKitty Barnett
2012-12-07Use a single multiplier value for all material fieldsKitty Barnett
2012-12-03Started LLMaterialMgr to handle viewer<->region materials communicationKitty Barnett
* refactored LLFloaterDebugMaterials::requestPutMaterials() to use LLMaterialMgr instead * replaced "Object editing" results list with information about the active selection instead
2012-12-02Fixed two minor issues (mDiffuseAlphaMode and mAlphaMaskCutoff were ↵Kitty Barnett
reversed; specular rotation had wrong format specifier)
2012-11-29Encapsulate material definitions in LLMaterial and refactor ↵Kitty Barnett
LLFloaterDebugMaterials to use the new class