Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-09 | debug code for EXT-6791: Intel 965 Crash in glCopyTexSubImage2D. | Xiaohong Bao | |
2010-03-26 | If the EXT-5854 fix is correct, this assert no longer makes sense. | Tofu Linden | |
2010-03-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-03-25 | fix for EXT-5854:Unable to Pay Object That Features Transparant (alpha) Texture. | Xiaohong Bao | |
2010-03-23 | EXT-5549 Can't select last character in chat window | Richard Nelson | |
2010-03-18 | merge from hotfix to viewer-2-0 and resolve conflicts | Kent Quirk | |
2010-03-12 | Fix for EXT-6336 Minor memory leak in LLFontRegistry::createFont | Aimee Linden | |
Reviewed by: Tofu | |||
2010-03-12 | EXT-6276 Fix for UI going all wonky. | Dave Parks | |
2010-03-12 | Bizarrely hacky fix for EXT-6276 (#if LL_DARWIN out copyFromPrimarySubstring) | Dave Parks | |
General gl state cleanup in llui. Make llrender more gGL.begin/end friendly. | |||
2010-03-11 | EXT-6276 Put in some gl flush calls to texture state functions. | Dave Parks | |
2010-03-11 | EXT-6276 Put in some gl flush calls to register combiner functions (why ↵ | Dave Parks | |
these are being used for UI now is beyond me) | |||
2010-02-13 | a better fix for the blend-factor init problem. I think. | Tofu Linden | |
2010-03-08 | Remove a '#error XXX' I was using to test ifdef-hell. | Tofu Linden | |
2010-03-07 | Add support for glBlendFuncSeparate(). | Tofu Linden | |
I want it to fix glow-through-alpha, but this checkin doesn't includes any of those changes. | |||
2010-03-05 | Remove some fast timers that were being futzy. | 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-19 | EXT-5553 improve alpha mask ('fast alpha') heuristic | Tofu Linden | |
rev'd by davep | |||
2010-02-08 | Fix for blend func being screwed up at init. | Dave Parks | |
Fix for avatar appearance editor drawing hair in the background. | |||
2010-02-06 | Fix for bad GL blend function caching. | Dave Parks | |
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3 | Palmer Truelson | |
2010-02-18 | Additional optimizations to text reflow for EXT-5071. | Monroe Linden | |
Added versions of LLFontFreeType::getXAdvance() and LLFontFreeType::getXKerning() that take LLFontGlyphInfo* instead of llwchar. This allows code in LLFontGL that already has the LLFontGlyphInfo* to pass them instead, saving calls to LLFontFreetype::getGlyphInfo. Reviewed by Richard. | |||
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's UI optimization. changeset 3134cb7bb181 | Palmer Truelson | |
2010-02-12 | merge | Palmer | |
2010-02-08 | Fixed critical bug EXT-4971 (Crash when attemping to change UI size) | Andrew Dyukov | |
- Adding default glyph for fallback fonts is now skipped in LLFontFreetype::resetBitmapCache(). --HG-- branch : product-engine | |||
2010-02-04 | merge | Dave Parks | |
2010-02-04 | No more matrix ops in UI code. | Dave Parks | |
2010-02-04 | merge | richard | |
2010-02-04 | EXT-4625 - Chat bar doesn't display trailing character on some strings | richard | |
reviewed by Leyla | |||
2010-02-03 | CID-290 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCubeMap::LLCubeMap() File: /indra/llrender/llcubemap.cpp | |||
2010-02-03 | CID-291 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLVertexBuffer::LLVertexBuffer(unsigned int, int) File: /indra/llrender/llvertexbuffer.cpp also added some sanity-checking around this. | |||
2010-02-03 | CID-292 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLRender::LLRender() File: /indra/llrender/llrender.cpp | |||
2010-02-03 | CID-293 Defect | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLGLManager::LLGLManager() File: /indra/llrender/llgl.cpp --HG-- branch : product-engine | |||
2010-02-03 | CID-294 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLPostProcess::LLPostProcess() File: /indra/llrender/llpostprocess.cpp --HG-- branch : product-engine | |||
2010-02-03 | CID-295 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLGLSLShader::LLGLSLShader() File: /indra/llrender/llglslshader.cpp --HG-- branch : product-engine | |||
2010-02-01 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
Yet more sanitization - whew. | |||
2010-01-29 | CID-296 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFontGlyphInfo::LLFontGlyphInfo(unsigned int) File: /indra/llrender/llfontfreetype.cpp | |||
2010-01-29 | CID-297 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFontFreetype::LLFontFreetype() File: /indra/llrender/llfontfreetype.cpp | |||
2010-01-27 | CID 159 | Tofu Linden | |
CID 158 CID 157 Checker: OVERRUN_STATIC Function: LLVertexBuffer::drawRange(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) const File: /indra/llrender/llvertexbuffer.cpp | |||
2010-01-27 | CID-155 | Tofu Linden | |
Checker: OVERRUN_DYNAMIC Function: LLImageGL::updatePickMask(int, int, const unsigned char *) File: /indra/llrender/llimagegl.cpp not a bug, AFAICT. | |||
2010-01-27 | CID-125 | Tofu Linden | |
Checker: NO_EFFECT Function: LLFontBitmapCache::getImageRaw(unsigned int) const File: /indra/llrender/llfontbitmapcache.cpp | |||
2010-01-27 | CID-126 | Tofu Linden | |
Checker: NO_EFFECT Function: LLFontBitmapCache::getImageGL(unsigned int) const File: /indra/llrender/llfontbitmapcache.cpp | |||
2010-01-25 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
a more complete fix and some sanity to prevent recurrance of a similar problem. reviewed by bao! | |||
2010-01-20 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
(more accurately, it was - I believe - reading over the end of a buffer in the pick-mask lookup) reviewed by qarl. | |||
2010-01-19 | Clean up the llimage init-ordering and header comments, to make it clearer ↵ | Tofu Linden | |
when we miss initializing a member. No semantic change. | |||
2010-01-12 | DEV-44675 Fix for sky wierdness on ATI 9.12 drivers. | Dave Parks | |
2010-01-11 | EXT-3784 Fix for first menu item going blank when highlighted on ATI cards. | Runitai | |
2010-01-06 | moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵ | richard | |
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad | |||
2010-01-06 | EXT-3878 - Menus disappear when UI Size is < 1.00 | richard | |
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James |