Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-05-21 | Fix up the SSE stuff so it compiles on Linux. Though I don't think it ↵ | Tofu Linden | |
actually works properly. | |||
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-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-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-07-12 | Fix build borkage on OS X. | Bryan O'Sullivan | |
2007-07-12 | svn merge -r65092:65220 ↵ | Bryan O'Sullivan | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance-r64837 | |||
2007-07-11 | Fixed a build error under XCode due to unused file static variable. | Brad Kittenbrink | |
2007-07-11 | svn merge --ignore-ancestry svn+ssh://svn/svn/linden/release@65088 ↵ | Tess Chu | |
svn+ssh://svn/svn/linden/branches/release-candidate@65078 -> release Paired by Tess and rdw. | |||
2007-07-11 | SL-47720 Crash on startup due to SSE instructions. Disable SSE code ↵ | James Cook | |
generation on Windows build. This prevents global constants from being initialized with SSE instructions. We can use the SSE code on Intel Mac (since they all support SSE) and if we enable SSE compilation for the entire Windows viewer. Reviewed by Kelly. | |||
2007-07-02 | svn merge -r 62595:62596 and 62598:63308 sse-skinning-3 for faster software ↵ | James Cook | |
avatar rendering. Visual Studio 2005 project file fixed pending. |