Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2021-12-06 | SL-16202 Put Multi-threaded GL behind a feature flag and update featuretable ↵ | Dave Parks | |
(decruftify settings, compatibility pass). | |||
2021-09-29 | SL-15999 - noninteractive sessions should quit cleanly when they get a close ↵ | Brad Payne (Vir Linden) | |
message. Removed some possible crashes | |||
2020-10-19 | DRTVWR-510 clean up obsolete downstream-from-mDebugGPU code | Dave Houlton | |
2020-10-19 | DRTVWR-510 remove obsolete mDebugGPU variable | Dave Houlton | |
2020-04-21 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/shaders/class1/objects/previewV.glsl # indra/newview/lldynamictexture.cpp # indra/newview/llfloatermodelpreview.cpp | |||
2019-08-26 | Merge 6.3.1 viewer-release | Graham Linden | |
2019-07-24 | SL-10625 | Graham Linden | |
2019-07-24 | SL-11610 | Graham Linden | |
Revert attempted fix for 10625. | |||
2019-07-16 | SL-11610 | Graham Linden | |
Give bake its own RT to avoid issues with sharing the water distortion map. Use glFinish to insure RTs will be complete. | |||
2019-07-15 | SL-10761 | Graham Linden | |
Add work-around for broken intel drivers which can't use glReadPixels from RGBA FBOs to get alpha without locking up. | |||
2019-07-08 | SL-10625 another shot across the bow | Graham Linden | |
Move dynamic texture update (which does local back readback work) to just before swap which may keep the Intel driver from tripping on its own shoelaces and is also subjectively faster for bakes. | |||
2019-01-03 | SL-10288 comments cleanup | AndreyL ProductEngine | |
2019-01-03 | SL-10288 Mesh uploader changes from Firestorm | AndreyL ProductEngine | |
2018-02-28 | [MAINT-8081] - bakes on mesh. 1st pass. changed texture panel to select ↵ | Anchor Linden | |
bakes on objects. handle magic bake ids in LLViewerObject. | |||
2017-09-13 | cleanup the commented out code | Anchor | |
2017-09-06 | 1024*1024 baking viewer updates | Anchor | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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-04 | Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTexture | Don Kjer | |
2012-08-08 | merge | Brad Payne (Vir Linden) | |
2012-06-27 | merge | Brad Payne (Vir Linden) | |
2012-06-26 | MAINT-654 Potential fix for corrupt avatar bakes on some AMD systems. | Dave Parks | |
2012-06-26 | SH-3172 WIP - fix | Brad Payne (Vir Linden) | |
2012-05-17 | MAINT-1092 Fix for broken avatar bakes on some AMD graphics cards. | Dave Parks | |
2012-02-07 | SH-2902 Fix for avatar bakes etc. getting garbage data sometimes. | Dave Parks | |
2011-09-20 | SH-2243 No deprecated calls for the whole session. | Dave Parks | |
2011-09-13 | merge | Dave Parks | |
2011-08-27 | SH-2242 Don't make LLDynamicTexture targets use shaders all the time ↵ | Dave Parks | |
(revisit later). | |||
2011-08-10 | SH-2242 Start using "no fixed function" when rendering dynamic textures. | Dave Parks | |
2011-08-08 | SH-2242 Work in progress migrating to glVertexAttrib everywhere | Dave Parks | |
2011-02-23 | Merge from viewer-development | Xiaohong Bao | |
2011-01-07 | trivial: for VWR-22353: remove debug code for EXT-6791. | Xiaohong Bao | |
2010-12-03 | first iteration of memory pool code | Xiaohong Bao | |
2010-08-30 | a try to fix EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D | Xiaohong Bao | |
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-23 | fix for EXT-8730: crash at llrender/llimagegl.cpp(157) : error ERROR: ↵ | Xiaohong Bao | |
checkTexSize: wrong texture size and discard level: width: 512 Height: 512 Current Level: | |||
2010-08-23 | added a toggle "LLGLManager::mDebugGPU" for debugging certain CPUs. | Xiaohong Bao | |
added more debug code for EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-22 | EXT-8457: FIXED: crash at [1] LLImageGL::checkTexSize(bool) [secondlife-bin ↵ | Xiaohong Bao | |
llimagegl.cpp] | |||
2010-04-09 | debug code for EXT-6791: Intel 965 Crash in glCopyTexSubImage2D. | Xiaohong Bao | |
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-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 QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-07-10 | merge QAR-1579: texture-cleanup-1. | Xiaohong Bao | |
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-02-18 | Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 ↵ | Brad Kittenbrink | |
(maint-render-9) and QAR-1236 (dll-msvcrt-2) svn merge -r 109838:112264 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-render/maint-render-9-merge-r109833 |