index
:
viewer.git
2024.09-ExtraFPS
main
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
llmaterialmgr.h
Age
Commit message (
Expand
)
Author
2015-10-14
MAINT-5732: Change to the way event polling handles error conditions and canc...
Rider Linden
2015-03-20
Clean up and use policies for Material transfer.
Rider Linden
2015-03-19
Adding new HTTP handling for material manager.
Rider Linden
2013-06-26
NORSPEC-29: use the MaxMaterialsPerTransaction simulator feature if available
Oz Linden
2013-05-24
NORSPEC-96 NORSPEC-189 another attempt at planar stretch across all 3 channel...
Graham Madarasz
2013-05-24
NORSPEC-210 fix issues with the map used to store TE-specific registrations w...
Graham Madarasz
2013-05-23
NORSPEC-208 re-enable TE-specific material mgr registration to avoid cross-ta...
Graham Madarasz
2013-05-17
NORSPEC-189 restore old mat param update registration
Graham Madarasz (Graham)
2013-05-15
NORSPEC-119 put back TE-specific get registration in material manager stomped...
Graham Madarasz
2013-05-14
NORSPEC-102 & Co Reloaded
Kitty Barnett
2013-05-13
NORSPEC-178 NORSPEC-179 NORSPEC-180 made enable/disable handling more consist...
Graham Madarasz
2013-05-12
Avoid code duplication in LLMaterialMgr
Kitty Barnett
2013-05-11
Fix many issues with selection misapplication and rendering not matching appl...
Graham Madarasz
2013-02-28
Mark a material as 'pending' from the very first call to LLMaterialMgr::get()
Kitty Barnett
2013-02-25
Added LLMaterialMgr::remove() to remove material information from a face
Kitty Barnett
2013-02-18
Prevent a failed GET from causing an infinite material request loop when ther...
Kitty Barnett
2013-01-03
changes needed to compile with Linden-standard toolchain
Oz Linden
2012-12-12
Clean up pending requests when regions are removed from LLWorld
Kitty Barnett
2012-12-12
Don't call setTEMaterialID() while processing a PUT response; the region will...
Kitty Barnett
2012-12-12
Refactor material retrieval to always invoke the region's GET material cap first
Kitty Barnett
2012-12-05
Added LLMaterialMgr::getAll() to retrieve all materials for the specified region
Kitty Barnett
2012-12-03
Handle delayed requesting and sending of materials through an idle callback
Kitty Barnett
2012-12-03
Added LLMaterialMgr::get() to retrieve individual materials (with optional ca...
Kitty Barnett
2012-12-03
Started LLMaterialMgr to handle viewer<->region materials communication
Kitty Barnett