aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llrender (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-06Clean up some compiler warnings. More to come.David Walter Seikel3-8/+11
2011-06-02Fix for #903 ATI star issue, ported from Phoenix via Shoytl and SingularityMcCabe Maxsted1-1/+3
(cherry picked from commit 7d6337fb7683546c17c922aa1b0f7e3ca5982448)
2011-04-05Initialize local variables in llimagegl.cpp, from Singularity, patch by ShyotlMcCabe Maxsted1-22/+31
2011-03-24Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig ↵McCabe Maxsted2-3/+11
not being named FontSansSerifLarge
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood2-2/+1
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-10-22Added FontSizeMultiplier and FontSizeRounding settings.Jacek Antonelli1-1/+9
Gives more control over font sizes, addresses font being smaller than some users desire.
2010-10-22Added FontSizeMultiplier and FontSizeRounding settings.Jacek Antonelli1-1/+9
Gives more control over font sizes, addresses font being smaller than some users desire.
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius15-980/+356
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h
2010-10-09Fix some STL errors highlighted by MSVC debugRobin Cornelius1-1/+1
2010-10-09Fix some STL errors highlighted by MSVC debugRobin Cornelius1-1/+1
2010-10-08Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli1-2/+3
2010-10-01SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-09-30SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-09-25Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted1-1/+1
disappears in patches, part 2: Also support GL_NV_depth_clamp
2010-09-25Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted3-14/+33
disappears in patches, part 1
2010-09-23Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli1-2/+3
2010-09-23Removed more unused 'prepare' dependenciesMcCabe Maxsted1-1/+0
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax15-356/+981
texture system
2010-09-16Potential fix for a crash in llfontglMcCabe Maxsted1-6/+12
2010-09-10Added the concept of font size multiplier (size_mult).Jacek Antonelli2-12/+27
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use.
2010-09-10Added the concept of aliases to LLFontRegistry.Jacek Antonelli2-0/+52
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting.
2010-09-10Added the concept of font size multiplier (size_mult).Jacek Antonelli2-12/+27
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use.
2010-09-10Added the concept of aliases to LLFontRegistry.Jacek Antonelli2-0/+52
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting.
2010-08-29Potential fix for a crash in llfontglMcCabe Maxsted1-6/+12
2010-08-26Don't llerrs if textures have bogus paramsMcCabe Maxsted1-1/+3
2010-08-07Don't llerrs if textures have bogus paramsMcCabe Maxsted1-1/+3
2010-08-02remove llrender/llglimmediate.cpp and llglimmediate.h (empty files).Armin Weatherwax2-2/+0
2010-07-01fix: despam streaming video "Cannot analyze alpha for image with format typ ↵Armin Weatherwax1-2/+2
<foo>"
2010-06-22Made shader loading use LL_DEBUGS instead of LL_INFOS to reduce log spamMcCabe Maxsted1-1/+1
2010-06-19Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6)Armin Weatherwax2-0/+4
slviewer-0-v12350-AlphaAndTattooSupport-patch.zip contains the necessary avatar_lad.xml and other artwork. The new avatar_lad.xml crashes clients without alpha and tattoo support at startup.
2010-03-11Applied ImageGLPickMaskCrashFix patch from Cool Viewer.McCabe Maxsted2-6/+18
Fixes a bug in v1.23 that sometimes crashes the viewer when touching (or camming on) an object which is being rezzed. Patch by Henri Beauchamp. (slviewer-0-v12350-ImageGLPickMaskCrashFix.patch)
2010-02-22Fixed a rare crash from textures with too many components.Armin Weatherwax1-1/+3
Only seen in lbsa plaza on OSGrid, so far.
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli6-70/+315
2009-11-03Created our own Linux freetype package, 2.3.11.Jacek Antonelli1-2/+1
2009-06-13Second Life viewer sources 1.23.3-RCJacek Antonelli2-8/+11
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli36-1378/+2883
2009-01-28Second Life viewer sources 1.22.6-RCJacek Antonelli2-14/+0
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli31-120/+229
2008-12-12Second Life viewer sources 1.22.3-RCJacek Antonelli3-17/+20
2008-12-09Second Life viewer sources 1.22.2-RCJacek Antonelli2-1/+5
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli21-433/+679
2008-11-18Fix VWR-9507: bad typedef breaks build on gcc 4.3.Jacek Antonelli1-1/+1
Suggested by Alissa Sabre.
2008-11-18Likely fix for VWR-9358 (palletized textures).Jacek Antonelli1-1/+1
Suggested by Angus Boyd.
2008-09-12Second Life viewer sources 1.21.2-RCJacek Antonelli2-1/+8
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli33-984/+6873
2008-08-15Second Life viewer sources 1.20.13Jacek Antonelli1-1/+9
2008-08-15Second Life viewer sources 1.20.11Jacek Antonelli2-10/+1
2008-08-15Second Life viewer sources 1.20.9Jacek Antonelli2-7/+19
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli16-659/+1170
2008-08-15Second Life viewer sources 1.20.6Jacek Antonelli5-122/+83