| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-02 | ssreflections: perspective reflection for sunlight, planar reflection for ↵ | Tofu Linden | |
| ssreflection | |||
| 2010-04-02 | ssreflections: water reflections strongly imply that the non-perspective ↵ | Tofu Linden | |
| reflection from eye is the right one. | |||
| 2010-04-02 | ssreflections: use the minimum of the lighting dp and the appropriateness. ↵ | Tofu Linden | |
| not the product. | |||
| 2010-04-02 | ssreflections: reflect sunlight direction for reflection. dunno how I feel ↵ | Tofu Linden | |
| about this yet. | |||
| 2010-03-31 | debug ssreflection blur direction. minor. | Tofu Linden | |
| 2010-03-31 | debug ssreflection blur direction. minor. | Tofu Linden | |
| 2010-03-29 | ss reflections tweakage: | Tofu Linden | |
| + // Offset the guess source a little according to a trivial + // checkerboard dither function and spec.a. + // This is meant to be similar to sampling a blurred version + // of the diffuse map. LOD would be better in that regard. + // The goal of the blur is to soften reflections in surfaces + // with low shinyness, and also to disguise our lameness. | |||
| 2010-03-28 | ss reflections: make the guess less far from the source. | Tofu Linden | |
| 2010-03-26 | screen-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-22 | screen-space reflections mk4. generally subtle. very cheap. | Tofu Linden | |
| 2010-03-20 | SSAO version of sunLight shaders. | Dave Parks | |
| 2010-03-19 | RenderDeferredSSAO works as an independent setting -- decoupled shadows from ↵ | Dave Parks | |
| SSAO. | |||
| 2010-03-17 | CTS-110 Remove soft alpha in deferred pipeline (breaks some content). Will ↵ | Dave Parks | |
| revisit soft alpha in materials project. | |||
| 2010-03-17 | Fix for impostors being fullbright when deferred rendering enabled. | Dave Parks | |
| 2010-03-07 | Add 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-07 | Some extra comments to help me get things straight. | Tofu Linden | |
| 2010-03-07 | trivial comment typo fix. | Tofu Linden | |
| 2010-03-07 | Remove an extraneous normalize() from the water fragment shader - the last ↵ | Tofu Linden | |
| thing we did to this vector was normalize it anyway. | |||
| 2010-03-07 | Remove the class2/class3 water shaders, which aren't materially different ↵ | Tofu Linden | |
| from class1 except for some minor const tweaks (I've migrated class3's tweaks into class1 on the assumption that this was what davep sees all the time) | |||
| 2010-03-05 | Fix for sun specular highlights showing up in shadow when diffuse ambiance ↵ | Dave Parks | |
| greater than 0. | |||
| 2010-01-29 | fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵ | Tofu Linden | |
| again | |||
| 2010-01-29 | duh, use the proper param name. | Tofu Linden | |
| 2010-01-29 | Don't scale windlight lights up just to scale them down again later. avoid ↵ | Tofu Linden | |
| this with rearrangement. not tested. | |||
| 2010-01-29 | spot-aware light func usage in ALL shaders. | Tofu Linden | |
| 2010-01-28 | cheap 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-28 | cheaper, cuter way to deal with spot vs point in the shader | Tofu Linden | |
| 2010-01-28 | getting closer to point/spot interchangability | Tofu Linden | |
| 2010-01-28 | cheaply resurrect the difference between spotlight and omnidirectional, as ↵ | Tofu Linden | |
| far as the shader is concerned. not complete. | |||
| 2010-01-28 | fix the shader dp light going negative! | Tofu Linden | |
| 2010-01-28 | enable 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-08 | Cleaned up visible edges of projector frustum in diffuse/specular/ambient ↵ | Dave Parks | |
| lighting from projectors. | |||
| 2010-01-04 | CTS-54 Fix for SSAO artifacts far away. | Dave Parks | |
| 2010-03-26 | Applied (manually in places) diff from ↵ | Palmer | |
| svn.lindenlab.com/svn/linden/branches/render-pipeline/render-pipeline-7@135361 to get deferred rendering changes from the svn branch. Bleh! | |||
| 2009-12-21 | DEV-44562 deferred rendering: crease noise sadness | Tofu Linden | |
| 2009-10-24 | DEV-41803 class2 deferred light smoothing wrong in creases | Adam Moss | |
| to be reviewed by davep | |||
| 2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
| Self reviewed. | |||
| 2009-02-18 | Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 ↵ | Brad Kittenbrink | |
| (maint-render-9) and QAR-1236 (dll-msvcrt-2) svn merge -r 109838:112264 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-render/maint-render-9-merge-r109833 | |||
| 2008-11-07 | QAR-992 Merging revisions 101012-101170,101686-101687 of ↵ | Mark Palange | |
| svn+ssh://svn.lindenlab.com/svn/linden/qa/viewer_combo_1-22-merge into linden/release | |||
| 2008-07-09 | Some .glsl files were propset svn:executable | Brian McGroarty | |
| 2008-04-17 | QAR-449 Viewer 1.20 RC 0 | Steven Bennetts | |
| merge Branch_1-20-Viewer -r 84060 : 84432 -> release | |||
| 2008-04-17 | Undid previous commit (bogus merge) | Steven Bennetts | |
| 2008-04-17 | QAR-449 Viewer 1.20 RC 0 | Steven Bennetts | |
| merge Branch_1-20-Viewer -r 84060 : 84432 -> release | |||
| 2008-03-25 | merge release@82858 maint-render-2-merge@83010 -> release | Steven Bennetts | |
| QAR-389 | |||
| 2008-03-11 | merge Branch_1-19-1-Viewer -r 80930 : 81609 -> release | Steven 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-27 | Merge of windlight into release (QAR-286). This includes all changes in | Brad 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-06-28 | Setting some shader svn:eol-style properties to native to prevent conflicts ↵ | Brad Kittenbrink | |
| in windlight4 branch. | |||
| 2007-03-21 | svn merge -r 59178:59364 ↵ | Josh Bell | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release | |||
| 2007-03-02 | merge release@58699 beta-1-14-0@58707 -> release | Steven Bennetts | |
| 2007-01-02 | Print done when done. | James Cook | |
