Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-30 | Merged from viewer-release | Dessie Linden | |
2010-06-28 | Line endings. | Dave Parks | |
2010-06-28 | Porting VBO changes from davep/viewer-release. | Dave Parks | |
Better usage of LLVertexBuffer::sEnableVBOs. Added RenderUseStreamVBO debug setting for controlling usage of VBOs for particles/avatars/etc. | |||
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-18 | EXT-4388 Crash in octree line segment intersection code (getMask) | Karl Stiefvater (qarl) | |
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Backed out changeset useVBO fix, 12f94ed4e02b, "LLVertexBuffer only supposed ↵ | Palmer | |
to use sEnableVBOs at moment vert buff is created" for EXT-7835. Will fix soon. | |||
2010-06-04 | Fix for useVBOs being busted when sEnableVBOs gets flipped. | Dave Parks | |
(transplanted from 19717602f45950c058c8ddce792d57ef21f67c99) (transplanted from 11bf20602885c3d2d42d8a7f7361d2005a708b5c) | |||
2010-06-04 | Fix for useVBOs being busted when sEnableVBOs gets flipped. | Dave Parks | |
(transplanted from 19717602f45950c058c8ddce792d57ef21f67c99) | |||
2010-06-02 | merge from viewer-public | Tofu Linden | |
2010-05-28 | fix unloaded no-particle avatar sphere to be fullbright, no black flicker. ↵ | Karl Stiefvater (qarl) | |
reviewed by Nyx. | |||
2010-04-30 | EXT-7162 90% transparent textures are invisible when Lighting and Shadows ↵ | Tofu Linden | |
are enabled | |||
2010-04-22 | Let GL errors be caught on Linux - don't know why this was disabled. | Tofu Linden | |
(transplanted from a149524a63039870704a498952d9bb3aa599b472) | |||
2010-04-20 | Make assert_glerror not a hotspot. | Dave Parks | |
(transplanted from 8476304a30a3c387a722b33743ef3385e85f85a0) | |||
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-15 | EXT-4388 Crash in octree line segment intersection code (getMask) | Tofu Linden | |
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e) | |||
2010-04-12 | slightly conflicty merge from viewer-trunk, again | Tofu Linden | |
2010-04-12 | (slightly hairy) merge from viewer-hotfix | Tofu Linden | |
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. |