summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-07-18NORSPEC-314 work-around mystery mac GeForce crash from new shader for nspec 295Graham Madarasz
2013-07-17NORSPEC-291 put back conversion to srgb in deferred water shaderGraham Linden
2013-07-17NORSPEC-291 fix materials underwater, disable attempt at materials in ↵Graham Linden
reflect/distort RTs
2013-07-17CHOP-962: Make LLControlGroup::declare* return LLControlVariable*Nat Goodspeed
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead.
2013-07-16CHOP-966: use 4 part version numbers for release notes urlsOz Linden
2013-07-16CHOP-960: Validate cmd_line.xml for map-to real settings.xml vars.Nat Goodspeed
A small, fixed set of cmd_line.xml switches can't reasonably be mapped to settings variables, mostly because they affect the settings machinery itself. Other than those, every new cmd_line.xml switch should map-to a settings variable. Validate that only the known set does not have map-to; validate that map-to variable actually exists.
2013-07-16NORSPEC-293 WIP fix fullbrightF order of ops to match non-deferred with ↵Graham Linden
fullbright+glow+texcolor
2013-07-16NORSPEC-240 revert part of change causing regression in non-ALM renderingGraham Linden
2013-07-16NORSPEC-240 make alpha-masked fullbright objs use fullbright alpha mask ↵Graham Linden
rendering
2013-07-15NORSPEC-265 WIP imposters work in non-deferred and ALM but are forward-only ↵Graham Linden
render
2013-07-15NORSPEC-291 first attempt at gamma correction of materials in reflectionsGraham Linden
2013-07-15merge changes for CHOP-963Oz Linden
2013-07-15merge changes for storm-1952Oz Linden
2013-07-15NORSPEC-291 WIP clean-up and make materials rendering underwater a runtime ↵Graham Linden
setting
2013-07-15Merge vwr-dev-matGraham Linden
2013-07-15NORSPEC-291 WIP materials working underwater and in reflection and dis ↵Graham Linden
passes, not gamma correct, needs cleanup
2013-07-13CHOP-963: Add a new --update-service command line argument for QA useOz Linden
2013-07-12NORSPEC-291 WIP added underwater deferred program and more reflection pass workGraham Linden
2013-07-12NORSPEC-291 WIP first attempt at materials in reflection/waterdis mapsGraham Linden
2013-07-12NORSPEC-291 WIP fix materials underwater with shadows onGraham Linden
2013-07-11Merged in viewer-releaseAura Linden
2013-07-11CHOP-959: Merge About-box changes with tipNat Goodspeed
2013-07-11CHOP-959: Re-add global coordinates, plus SLURL, to About box.Nat Goodspeed
2013-07-11NORSPEC-291 really fix missing avatarGraham Madarasz (Graham)
2013-07-11NORSPEC-291 WIP fix avatar disappearingGraham Madarasz (Graham)
2013-07-11NORSPEC-291 WIP materials underwater with haze, reflection broken, water ↵Graham Madarasz (Graham)
dist broken
2013-07-10MergeGraham Linden
2013-07-10NORSPEC-291 WIP materials underwater w and wo alpha, water fog color broken, ↵Graham Linden
no refl, no water dis
2013-07-09Remove failed renderDeferredLightingToRenderTarget experimentGraham Madarasz (Graham)
2013-07-09CHOP-963: Make update service query url depend on the grid rather than settingsOz Linden
2013-07-09NORSPEC-291 WIP drop the no deferred underwater logic onlyGraham Linden
2013-07-08STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵Cinders
instead of fetching a name
2013-07-08NORSPEC-293 WIP fix black glowing fullbright, does not address deferred glow ↵Graham Linden
errors
2013-07-08MergeGraham Linden
2013-07-08MergeGraham Linden
2013-07-08NORSPEC-300 stop-gap measure of clamping offsets > 0 until server-side fix ↵Graham Linden
to store negative values can be released
2013-07-08merge up to integration repoOz Linden
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-03NORSPEC-286 Make raycast code pay attention to diffuse alpha mode.Dave Parks
2013-07-03Merge vwr-dev-matGraham Linden
2013-07-03NORSPEC-297 fix deferred fog using wrong ref pointGraham Linden
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-03NORSPEC-298 Fix for inconsistent alpha lighting when diffuse color is not white.Dave Parks
2013-07-03NORSPEC-293 better fix incorporating srgb_to_linear curve and applying ↵Graham Linden
texture gamma corrections to spot inputs
2013-07-03Merge vwr-dev-matGraham Linden
2013-07-03NORSPEC-295 make a deferred path version of fullbright alpha mask shader so ↵Graham Linden
we can included gamma ops
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-02NORSPEC-293 nix gamma correction in fullbrightF causing this visual disparityGraham Linden
2013-07-02NORSPEC-287 Make alpha sRGB correction curves match OpenGL spec.Dave Parks
2013-07-02merge changes for latest integration changesOz Linden