Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-18 | fix for SH-659: small textures not loaded | Xiaohong Bao | |
2010-10-10 | VWR-21967 There's lots of ::renderForSelect() code that we don't need any more. | Tofu Linden | |
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline) | |||
2010-08-26 | re-merge change from Thickbrick (minor collisions with changes from ↵ | Oz Linden | |
viewer-public merge) | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-21 | VWR-20752 (SNOW-586) Align planar-mapped textures across different faces. | Thickbrick Sleaford | |
Port of svn changset 3458 from Snowglobe, with minor tweaks. | |||
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-20 | merge | Richard Nelson | |
2010-07-19 | trivial: replace some very small constant numbers with "F_ALMOST_ZERO". | Xiaohong Bao | |
2010-06-17 | Line endings fix. | Dave Parks | |
2010-06-17 | Add timer for comparison against davep/viewer-release | Dave Parks | |
2010-05-20 | merge from viewer-public | Tofu Linden | |
2010-05-20 | SNOW-207/DEV-42245 : FIXED : Texture loading on sculpty plants is failing ↵ | Tofu Linden | |
making content appear to be of poor quality. Patch by Thickbrick, reviewed by me. | |||
2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
deferred rendering) (transplanted from 050ae2c9451a6b89374c5a10403f373e2475f23b) | |||
2010-04-14 | Remove calls to llpushcallstacks from inner loops. | Dave Parks | |
2010-02-23 | Fix compiler complaints about signed/unsigned mismatch | Palmer Truelson | |
2010-02-10 | Fix for U16 dumbness (can have > 64K indices) | Dave Parks | |
2010-03-04 | Optimiziation pass. | Dave Parks | |
Added RenderUseStreamVBO to enable/disable usage of VBO's for streaming buffers. Faster traversal of LLCullResult members. Removal of llpushcallstacks from inner loops. Sprinkling in fast timers. | |||
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-11 | fix for EXT-5353: prim visibility issues. | Xiaohong Bao | |
2010-02-10 | fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes ↵ | Xiaohong Bao | |
returns bad values. | |||
2010-02-10 | CID-69 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLFace::switchTexture(LLViewerTexture *) File: /indra/newview/llface.cpp not a bug. | |||
2010-02-10 | CID-71 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLFace::getGeometryVolume(const LLVolume &, const int &, const LLMatrix4 &, const LLMatrix3 &, const unsigned short &) File: /indra/newview/llface.cpp | |||
2010-01-27 | CID-367 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFace::LLFace(LLDrawable *, LLViewerObject *) File: /indra/newview/llface.h | |||
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-03 | fix the bug that textuer boost level is mixed with boolean numbers. | Xiaohong Bao | |
2009-11-01 | additional fix for DEV-41913: parcel media does not display on particle ↵ | Xiaohong Bao | |
textures. | |||
2009-10-30 | fix DEV-41913: parcel media does not display on particle textures. | Xiaohong Bao | |
2009-10-27 | Extra debugging info for EXT-1456 | Palmer | |
Reviewed by Bao | |||
2009-10-12 | fix for EXT-1328: Alpha textures are not displayed correctly when first loaded. | Xiaohong Bao | |
to be reviewed by davep. | |||
2009-10-03 | fix for DEV-40559: viewer crash when media texture appears while parcel ↵ | Xiaohong Bao | |
media is loading. | |||
2009-10-01 | svn merge -r 134922:134973 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7 Merging branches/media-on-a-prim/moap-7 down to viewer-2.0. | |||
2009-09-25 | SNOW-194 DEV-40415: pulling this snowglobe patch into viewer 2.0. This | Martin Reddy | |
fixes all of the parentheses warnings in the code. Original patch was reviewed by merov (and others). | |||
2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
Self reviewed. | |||
2009-07-10 | merge QAR-1579: texture-cleanup-1. | Xiaohong Bao | |
2009-05-04 | QAR-1476 Combo-merge to trunk: Viewer 1.23 RC0 and Simulator 1.26.3 | Adam Moss | |
svn merge -r118927:118939 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.0-merge-2-combo-QAR-1476 this is a composite of... svn merge -r115088:118182 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer_1-23 conflicts resolved: C doc/contributions.txt C indra/llaudio/audioengine.cpp C indra/newview/CMakeLists.txt C indra/newview/llfloaterlandholdings.cpp C indra/newview/llpaneldirbrowser.cpp C indra/newview/llpanelgrouplandmoney.cpp C indra/newview/llpreviewscript.cpp C indra/newview/llviewermenu.cpp C indra/newview/skins/default/xui/en-us/notifications.xml and... svn merge -r116937:118673 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26 minor-to-trivial conflicts resolved: C indra/llcommon/llversionserver.h C indra/newsim/llrezdata.cpp C indra/newsim/llstate.cpp C indra/upgrade/schema_version/sequence/3/index_log_paypal.sql | |||
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 | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
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-09-29 | QAR-872 Viewer 1.21 RC 3 | Steven Bennetts | |
merge viewer_1-21 96116-97380 -> release | |||
2008-08-28 | merge viewer/viewer_1-21 94170-94770 -> release | Steven Bennetts | |
merge viewer/viewer_1-21-0 94830-95157 -> release Includes: QAR-786 Sandbox buildme for viewer + server Release Notes on the wiki! QAR-797 teleport failures (DEV-6198 / SVC-972) mergeme | |||
2008-07-23 | svn merge -r92720:92721 ↵ | Karl Steifvater | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/uv-picking-merge QAR-698 / DEV-9985 add touch "position" information to touch-events in LSL | |||
2008-07-22 | svn merge -r92710:92709 svn+ssh://svn.lindenlab.com/svn/linden/release --> ↵ | Josh Bell | |
release Undo r92710 (for QAR-698) - went straight into release instead of a side branch for validation. |