summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2
AgeCommit message (Collapse)Author
2010-03-26screen-space reflections: remember to unbias the value from the depth map. ↵Tofu Linden
don't use varying version of lightnorm for lighting the reflection-guess-point.
2010-03-22screen-space reflections mk4. generally subtle. very cheap.Tofu Linden
2010-03-20SSAO version of sunLight shaders.Dave Parks
2010-03-19RenderDeferredSSAO works as an independent setting -- decoupled shadows from ↵Dave Parks
SSAO.
2010-03-17CTS-110 Remove soft alpha in deferred pipeline (breaks some content). Will ↵Dave Parks
revisit soft alpha in materials project.
2010-03-07Add a touch of fakey ripple to shadows on the surface of water, as if the ↵Tofu Linden
water has depth. Using 4th component of the normal map to encode a position displacement (along the normal) in the class2 shadow lookup.
2010-03-05Fix for sun specular highlights showing up in shadow when diffuse ambiance ↵Dave Parks
greater than 0.
2010-01-29fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵Tofu Linden
again
2010-01-29Don't scale windlight lights up just to scale them down again later. avoid ↵Tofu Linden
this with rearrangement. not tested.
2010-01-29spot-aware light func usage in ALL shaders.Tofu Linden
2010-01-28cheap no-branch goodness for rendering both spotlights and pointlights with ↵Tofu Linden
the same shader code. kill already-nerfed quadratic attenuation which it seems we won't be supporting any decade soon.
2010-01-28getting closer to point/spot interchangabilityTofu Linden
2010-01-28enable basic directional lighting for basic/atmospheric shaders - yay.Tofu Linden
next, needs the non-shader GL lighting model to be equally dumb (it's too smart - kill the spot angle.
2010-01-08Cleaned up visible edges of projector frustum in diffuse/specular/ambient ↵Dave Parks
lighting from projectors.
2010-01-04Merge from trunk. Conflicts manually resolved in:Tofu Linden
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h
2010-01-04CTS-54 Fix for SSAO artifacts far away.Dave Parks
2009-12-21DEV-44562 deferred rendering: crease noise sadnessTofu Linden
2009-11-02Sync up with render-pipeline-7 ignore-dead-branchDavid Parks
2009-10-24DEV-41803 class2 deferred light smoothing wrong in creasesAdam Moss
to be reviewed by davep
2009-09-22Merging render-pipeline-6-qa-2 into viewer-2David Parks
Self reviewed.
2008-07-09Some .glsl files were propset svn:executableBrian McGroarty
2008-03-11merge Branch_1-19-1-Viewer -r 80930 : 81609 -> releaseSteven Bennetts
DEV-11202: Unhandled Excpetion in pipeline.cpp. Merged over updated windlight ui help text from windlight14. Reverting a const change in a virtual that was not propagated to all overrides. DEV-10957 stop and pause Media and music buttons do not work DEV-10762 Displayed page in the client browser disappears when crossing property boundaries. DEV-11220 replace misspellings in alerts.xml parameters of 'messsage' DEV-11221 fix a misspelling of 'participants' in floater_chat_history.xml tooltip DEV-11193 clean up some viewer strings related to Windlight help text svn merge -r81144:81147 svn+ssh://svn/svn/linden/branches/1-19-1-viewer-threads DEV-11110 Media browser history dropdown does not save items across sessions Ran the xuiparse -process tool on all en-us xml files. This does NOT change any data, merely reorders attributes and cleans up tab/spacing. DEV-11349 XML CLEANUP: fix duplicate sibling names in en-us xui files DEV-11348 Change to llmimetypes.cpp broke Media Type dropdown dev-10623 "parcels that played movies no longer work in combo-merge-ui" DEV-11379 - crash in LLTabContainer::draw() DEV-11377 Elminiate dangerous LLLinkedList and LLDoubleLinkedList from newview DEV-11158 sculpties on the top10 crash list DEV-11404 "Send Current URL to Parcel" does not set the MIME type merge 80958:80959 maint-ui-9-qa, DEV-11105 -- Searching for people with 3 characters like "j l" hurts the database. DEV-10489: no draw distance cheating DEV-879: water noise frequency DEV-10764: macbook air support DEV-10878: Linux Intel945 support DEV-7551: featuretable adjustments for framerate. DEV-11426 Enormous mini-map. DEV-11505 - Crash in gunzip_file. Removed final LinkedList, SkipMap, and AssocList templates from the Viewer! DEV-11115 truncated word in the Advanced Water Editor's modal help dialog
2008-02-27Merge of windlight into release (QAR-286). This includes all changes inBrad Kittenbrink
windlight14 which have passed QA (up through r79932). svn merge -r 80831:80833 svn+ssh://svn.lindenlab.com/svn/linden/branches/merge_windlight14_r80620
2007-03-21svn merge -r 59178:59364 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
2007-03-02merge release@58699 beta-1-14-0@58707 -> releaseSteven Bennetts
2007-01-02Print done when done.James Cook