callum_linden
b6c6feda4c
Update to build on Xcode 6.0 (fix unit tests): fix function stubbing in KDU
2014-10-22 09:25:19 -07:00
callum_linden
d7990bc9b2
Update to build on Xcode 6.0 (fix unit tests): turn off warnings for multiple unused private members
2014-10-21 17:50:31 -07:00
callum_linden
f3baf8dc4e
Update to build on Xcode 6.0: remove #pragmas from code to deal with tut warnigs/errors (moved to package) AND bracket clang #pragmas in #if LL_DARWIN
2014-10-20 16:02:03 -07:00
callum_linden
c2772bc13a
Update to build on Xcode 6.0: explicitly supress certain warnings in KDU package files
2014-10-17 15:35:28 -07:00
Richard Linden
1cd092f06d
BUILDFIX: another unit test link seam with out of date code
2013-10-01 19:22:01 -07:00
Richard Linden
e4cacda5a0
BUILDFIX: unit tests still using old sMemStat declarations
2013-09-05 16:24:57 -07:00
Richard Linden
e340009fc5
second phase summer cleaning
...
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Richard Linden
8208a40412
BUILDFIX: reverted changes that attempted to automate mem track
...
stat definition as they don't work on gcc/clang
2013-07-01 18:50:51 -07:00
Richard Linden
04bdc8ba83
SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0%
...
also, removed LLTrace::init and cleanup
removed derived class implementation of memory stat for LLMemTrackable
is automatic now
2013-07-01 17:04:01 -07:00
Richard Linden
0a96b47663
merge with viewer-release
2013-06-05 19:05:43 -07:00
Oz Linden
ddd5659f81
merge changes for DRTVWR-294
2013-04-19 10:11:29 -04:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
Richard Linden
68f9f656cd
merge with viewer-release
2013-03-22 00:44:59 -07:00
Richard Linden
1f507c3cfc
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
...
copied over scene load frame differencing changes from viewer-interesting
made periodicrecording flexible enough to allow for indefinite number of periods
added scene loading stats floater
fixed collapsing behavior of container views
2013-03-21 00:37:20 -07:00
Nyx Linden
11fe124ae9
merging in viewer-beta.
...
Most of the merge was clean, a couple conflicts.
Brought over a couple patches manually for llpolymesh.
2013-01-24 16:22:49 -05:00
Richard Linden
6841351502
SH-3468 WIP add memory tracking base class
...
fix for unit test failures...cleanup apr without destroying
pools, allowing LLProxy to clean itself up as a singleton (and
avoiding spurious dependencies associated with manually destorying
singletons that rely on apr pools)
2013-01-06 21:37:31 -08:00
Don Kjer
8ba2b38876
Fleshed out target_link_libraries dependencies between libraries. Appearance utility now reads avatar_lad.xml during stubbed out params processing.
2012-09-13 10:25:48 +00:00
Richard Linden
371b66a6ef
Automated merge with http://bitbucket.org/lindenlab/viewer-development
2012-09-06 11:47:48 -07:00
simon@Simon-PC.lindenlab.com
38acb45af8
Merge in latest viewer-development
2012-09-05 17:17:54 -07:00
Kelly Washington
bfd1c0370f
MAINT-570 Remove unused memory tracking system LLMemType
...
follow up to fix test compiles.
2012-07-20 13:28:04 -07:00
Brad Payne (Vir Linden)
74d4f8af01
v-r to drano merge conflicts wip
2012-06-26 16:43:58 -04:00
Merov Linden
1bfdfcb7b9
Merge pull from vir/drano
2012-06-08 18:58:35 -07:00
Merov Linden
7fd2290177
SH-3075 : Fix reversible compression for very small textures. Also supress the forcing to reversible for small textures.
2012-05-09 17:04:02 -07:00
Merov Linden
e8ef6fd0e7
SH-3075 : Fix reversible compression for very small textures. Also supress the forcing to reversible for small textures.
2012-05-09 17:04:02 -07:00
Merov Linden
005ce31f41
SH-3047 : Fix lossless compression for small textures.
2012-05-08 21:42:53 -07:00
Merov Linden
28cf5199ce
SH-3047 : Fix lossless compression for small textures.
2012-05-08 21:42:53 -07:00
Merov Linden
172b45d5a2
SH-3060 : Complete new byte range computation, clean up and back pedal on some changes that didn't pay of.
2012-04-06 18:28:47 -07:00
Merov Linden
bb7b5b27ce
SH-3060 : Fix kdu unit test I broke while changing mRate init policy
2012-04-06 16:17:38 -07:00
Merov Linden
91094d92a7
SH-3060 : Implement new byte range computation, cleaned up use of compression rate as well.
2012-04-05 22:05:00 -07:00
Merov Linden
782981866a
SH-3060 : New byte range implementation. Intermediate (not working) state.
2012-04-04 18:58:34 -07:00
Merov Linden
c6511d9c85
SH-3075 : Fix encoding for reversible images and small textures
2012-04-04 15:59:52 -07:00
Merov Linden
df09fd8e8b
SH-3060 : Preliminary implementation of the new byte range computation, implement setting to turn it on or off
2012-04-02 19:05:32 -07:00
Merov Linden
792943c211
SH-3050 : Add a call to set_max_bytes() and some clean up
2012-03-30 14:07:43 -07:00
Merov Linden
5c86d19373
SH-3050 : Parse an input codestream without decompressing it to find discard levels boundaries (test only).
2012-03-25 11:52:10 -07:00
Merov Linden
bc6f669ff4
SH-3047 : Read the number of levels from the j2c image header instead of relying on hacked computation based on width / height.
2012-03-15 13:01:14 -07:00
Merov Linden
bab6875f92
SH-2998 : Move Mac and Windows to use KDU 7.0.0
2012-02-27 17:43:48 -08:00
Merov Linden
7122308534
SH-1998 : Compatible API changes KDU v6.4.1 / v7.0.0
2012-02-27 15:24:39 -08:00
Oz Linden
f0bc8a0f71
convert tabs to spaces where they are forbidden
2011-08-17 12:33:23 -04:00
callum
1afbbba03d
EXP-826 FIX Help -> About Secondlife Info is corrupted.
2011-05-23 17:12:08 -07:00
Merov Linden
1e0d3fc7bc
EXP-664 : following richard codereview: use llclamp where appropriate
2011-05-07 11:09:34 -07:00
Merov Linden
c6c1419faa
EXP-664 : Make encoding parameters more resilient to bad entries, add levels as encoding parameters, update test applet to support this
2011-05-04 22:43:51 -07:00
Merov Linden
6f6cebbf5d
EXP-672, EXP-673 : Fix bug in encoding small textures (16x16 and under)
2011-04-15 17:53:16 -07:00
Merov Linden
8c7d9bbd06
EXP-663 : Fix memory leak introduced in precincts handling
2011-04-14 09:28:34 -07:00
Merov Linden
b77a7b4711
EXP-663 : Allow creation of j2c images with precincts and blocks, limited to llimage_libtest, no viewer change
2011-04-13 18:11:56 -07:00
Merov Linden
e752e91828
STORM-746 : add precincts and blocks arguments taken into account in j2c output
2011-04-04 23:49:40 -07:00
Merov Linden
83ec0cd62f
STORM-746 : add new arguments for precincts and blocks on output, region and level on input, add code for input loading restriction
2011-04-04 18:37:32 -07:00
Merov Linden
dc00f42dd7
STORM-746 : Code formatting and clean up, add comments, no functional changes
2011-03-31 23:00:50 -07:00
jenn
0d6ec39f44
Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next.
2011-01-19 10:03:51 -08:00
Merov Linden
bf1d42ff96
STORM-744 : Make getMetaData pass when all is stubbed
2010-12-28 20:00:06 -08:00
Merov Linden
5ed4046df5
STORM-744 : Throw exception consistently so llkdu fails consistently
2010-12-28 18:32:07 -08:00