| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-24 | Terrain is no longer mutilated. | Dave Parks | |
| 2010-05-24 | Fix for bad indexes on cube faces. | Dave Parks | |
| Extra validation on vertex buffers. | |||
| 2010-05-22 | Vectorize/memory align buffers in llvolumeface WIP | Dave Parks | |
| 2010-05-20 | merge from viewer-public | Tofu Linden | |
| 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-05-19 | explicit castfu for gcc. | Tofu Linden | |
| 2010-05-18 | Take a stab at baked sunlight to help low end hardware. | Dave Parks | |
| 2010-05-01 | Fullbrigt skinned and fix for silly crash from not removing face references. | Dave Parks | |
| 2010-05-01 | Rigged attachment integration WIP. | Dave Parks | |
| 2010-04-27 | Fix for crash when logging in next to folks wearing rigged attachments. | Dave Parks | |
| 2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
| deferred rendering) | |||
| 2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
| deferred rendering) (transplanted from 050ae2c9451a6b89374c5a10403f373e2475f23b) | |||
| 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-04-06 | Rigged attachments (almost works). | 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-24 | merge with viewer 2 (fix windows build) | Palmer Truelson | |
| 2010-02-23 | Fix compiler complaints about signed/unsigned mismatch | Palmer Truelson | |
| 2010-02-12 | viewer2 merge. | Tofu Linden | |
| 2010-02-11 | fix for EXT-5353: prim visibility issues. | Xiaohong Bao | |
| 2010-02-11 | merge. | Tofu Linden | |
| 2010-02-11 | merge. | Tofu Linden | |
| 2010-02-10 | fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes ↵ | Xiaohong Bao | |
| returns bad values. | |||
| 2010-02-10 | Fix for U16 dumbness (can have > 64K indices) | Dave Parks | |
| 2010-02-10 | Fix for U16 dumbness (can have > 64K indices) | Dave Parks | |
| 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-02-09 | merge | davep@billy.gateway.2wire.net | |
| 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-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-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
| 2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
| 2010-01-27 | CID-367 | Tofu Linden | |
| Checker: UNINIT_CTOR Function: LLFace::LLFace(LLDrawable *, LLViewerObject *) File: /indra/newview/llface.h | |||
| 2009-12-16 | Quick 'n dirty prioritization scheme for mesh loading. | Dave Parks | |
| Sprinkling of fast timers in areas that are likely to stall. | |||
| 2009-12-07 | Merge of viewer 2 changes | Palmer | |
| 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-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
| 2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
| and more mesh inventory type info | |||
| 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-02 | Merge of viewer-2-0 changes | Palmer | |
| 2009-11-02 | Sync up with render-pipeline-7 ignore-dead-branch | David Parks | |
| 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. | |||
