From e6247fbe78c4d3dacb74f3b2359aba2b6538133b Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 9 Feb 2010 21:11:42 -0600 Subject: Ported many texture engine changes from Snowglobe. --- ChangeLog.txt | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index cf6968f..c8d5ade 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,98 @@ +2010-02-09 Jacek Antonelli + + * Ported many texture engine changes from Snowglobe. + + modified: linden/indra/llimage/llimage.cpp + modified: linden/indra/llimage/llimage.h + modified: linden/indra/llimage/llimagedxt.cpp + modified: linden/indra/llimage/llimagej2c.cpp + modified: linden/indra/llimage/llimagejpeg.cpp + modified: linden/indra/llimage/llimageworker.cpp + modified: linden/indra/llimage/llimageworker.h + modified: linden/indra/llrender/llcubemap.cpp + modified: linden/indra/llrender/llimagegl.cpp + modified: linden/indra/llrender/llimagegl.h + modified: linden/indra/llrender/llrender.cpp + modified: linden/indra/llrender/llrender.h + modified: linden/indra/llrender/llrendertarget.cpp + modified: linden/indra/newview/CMakeLists.txt + modified: linden/indra/newview/app_settings/settings.xml + modified: linden/indra/newview/llappviewer.cpp + modified: linden/indra/newview/llappviewer.h + modified: linden/indra/newview/llassetuploadresponders.cpp + modified: linden/indra/newview/llassetuploadresponders.h + modified: linden/indra/newview/lldrawable.cpp + modified: linden/indra/newview/lldrawable.h + modified: linden/indra/newview/lldrawpool.cpp + modified: linden/indra/newview/lldrawpoolalpha.cpp + modified: linden/indra/newview/lldrawpoolbump.cpp + modified: linden/indra/newview/lldrawpoolterrain.cpp + modified: linden/indra/newview/lldrawpooltree.cpp + modified: linden/indra/newview/lldynamictexture.cpp + modified: linden/indra/newview/llface.cpp + modified: linden/indra/newview/llface.h + modified: linden/indra/newview/llfasttimerview.cpp + modified: linden/indra/newview/llfloaterassetbrowser.cpp + modified: linden/indra/newview/llfloaterreporter.cpp + modified: linden/indra/newview/llpreviewtexture.cpp + modified: linden/indra/newview/llstartup.cpp + modified: linden/indra/newview/lltexlayer.cpp + modified: linden/indra/newview/lltexturecache.cpp + modified: linden/indra/newview/lltexturecache.h + modified: linden/indra/newview/lltexturectrl.cpp + modified: linden/indra/newview/lltexturefetch.cpp + modified: linden/indra/newview/lltexturefetch.h + new file: linden/indra/newview/lltextureinfo.cpp + new file: linden/indra/newview/lltextureinfo.h + new file: linden/indra/newview/lltextureinfodetails.cpp + new file: linden/indra/newview/lltextureinfodetails.h + new file: linden/indra/newview/lltexturestats.cpp + new file: linden/indra/newview/lltexturestats.h + new file: linden/indra/newview/lltexturestatsuploader.cpp + new file: linden/indra/newview/lltexturestatsuploader.h + modified: linden/indra/newview/lltextureview.cpp + modified: linden/indra/newview/llviewercamera.cpp + modified: linden/indra/newview/llviewercamera.h + modified: linden/indra/newview/llviewercontrol.cpp + modified: linden/indra/newview/llviewerimage.cpp + modified: linden/indra/newview/llviewerimage.h + modified: linden/indra/newview/llviewerimagelist.cpp + modified: linden/indra/newview/llviewerimagelist.h + modified: linden/indra/newview/llviewermessage.cpp + modified: linden/indra/newview/llviewerobject.cpp + modified: linden/indra/newview/llviewerobject.h + modified: linden/indra/newview/llviewerobjectlist.cpp + modified: linden/indra/newview/llviewerparceloverlay.cpp + modified: linden/indra/newview/llviewerregion.cpp + modified: linden/indra/newview/llviewerwindow.cpp + modified: linden/indra/newview/llvlcomposition.cpp + modified: linden/indra/newview/llvoavatar.cpp + modified: linden/indra/newview/llvoavatar.h + modified: linden/indra/newview/llvoclouds.cpp + modified: linden/indra/newview/llvoclouds.h + modified: linden/indra/newview/llvograss.cpp + modified: linden/indra/newview/llvograss.h + modified: linden/indra/newview/llvoground.cpp + modified: linden/indra/newview/llvoground.h + modified: linden/indra/newview/llvopartgroup.cpp + modified: linden/indra/newview/llvopartgroup.h + modified: linden/indra/newview/llvosky.cpp + modified: linden/indra/newview/llvosky.h + modified: linden/indra/newview/llvosurfacepatch.cpp + modified: linden/indra/newview/llvosurfacepatch.h + modified: linden/indra/newview/llvotextbubble.cpp + modified: linden/indra/newview/llvotextbubble.h + modified: linden/indra/newview/llvotree.cpp + modified: linden/indra/newview/llvotree.h + modified: linden/indra/newview/llvotreenew.h + modified: linden/indra/newview/llvovolume.cpp + modified: linden/indra/newview/llvovolume.h + modified: linden/indra/newview/llvowater.cpp + modified: linden/indra/newview/llvowater.h + modified: linden/indra/newview/llworldmapview.cpp + modified: linden/indra/newview/primbackup.cpp + + 2010-02-08 Jacek Antonelli * Ported some cURL and HTTP-related changes from Snowglobe. -- cgit v1.1