Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-26 | SL-109 WIP - minor code cleanup | Brad Payne (Vir Linden) | |
2016-02-26 | SL-287 - default avatar handles position changes caused by extra spine joints | Brad Payne (Vir Linden) | |
2016-02-23 | SL-287 WIP - fixed default avatar crash caused by added spine joints. Still ↵ | Brad Payne (Vir Linden) | |
renders distorted. | |||
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2012-09-09 | Fixed crashes on login. Moved most of the remaining character/skeleton ↵ | Don Kjer | |
generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint. | |||
2012-09-07 | SH-3264 Porting over the XML loading of the avatar structure to llappearance | Nyx (Neal Orman) | |
Moved over the necessary classes to llappearance to support the loading of the avatar's structure & params from file. | |||
2012-09-04 | Split LLTexLayerSetBuffer into llappearance portion, and viewer-specific ↵ | Don Kjer | |
LLViewerTexLayerSetBuffer | |||
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-02-27 | SH-2689 WIP - tracking cloud/gray/textured state for avs, display with ↵ | Brad Payne (Vir Linden) | |
rendering cost | |||
2012-01-25 | SH-2565 Move resetVertexBuffer operation to a consistent location (also ↵ | Dave Parks | |
avoid redundant resetting of vertex buffers on detail switches). Change assertion to a warning with count info. Fix bytes pooled debug display. Remove unused static vertex buffer. | |||
2012-01-04 | SH-2789 WIP - stricter calling of memcpyNonAliased16 | Brad Payne (Vir Linden) | |
2011-11-09 | SH-24114 Remove unused variables | Dave Parks | |
2011-11-08 | SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵ | Dave Parks | |
requirement and llvetor4a et al) | |||
2011-10-04 | SH-2447, SH-2525, SH-2276 Strip out defunct global illumination code, add ↵ | Dave Parks | |
accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session | |||
2011-09-23 | SH-2244 Better VAO support -- still slower than non-VAO implementation for ↵ | Dave Parks | |
some reason | |||
2011-09-22 | SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and ↵ | Dave Parks | |
modify viewer to run under said context without generating errors. | |||
2011-09-14 | SH-2243 work in progress -- application side matrix stack management | Dave Parks | |
2011-08-10 | SH-2238, SH-2223, SH-SH-2242 glVertexAttrib throughout main render pipeline ↵ | Dave Parks | |
complete, preview renders and debug displays still pending. Also fixed a render glitch and a crash (JIRAs listed). | |||
2011-08-08 | SH-2242 Work in progress migrating to glVertexAttrib everywhere | Dave Parks | |
2011-03-03 | SH-1085 Fix for crash when unchecking "mirror." Basically got LLFace to be ↵ | Dave Parks | |
paranoid about who gets to touch its LLVertexBuffer members. Reviewed by Nyx. | |||
2011-02-17 | SH-1006 Quick pass at cutting down the number of redundant GL calls based on ↵ | Dave Parks | |
data from gDEBugger. Reviewed by Nyx. | |||
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
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-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-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-07-14 | merge | Dave Parks | |
2010-05-21 | Line endings fix. | Dave Parks | |
2010-05-21 | Vectorized memcpy. | Dave Parks | |
16-byte aligned vertex buffers. (almost) fully vectorized avatar vertex buffer updating --- index buffers still need to be vectorized | |||
2010-05-20 | Cleanup from review. | Dave Parks | |
2010-05-20 | Vectorized avatar vertex skinning. | Dave Parks | |
2010-05-10 | Fix for wierd triangle shadow bug and fix for ATI hating deferred rendering. | Dave Parks | |
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7) | |||
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7) | |||
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. |