Graham Linden
|
c603eb5ece
|
MAINT-318 prevent crashes from incomplete quads and lines and prevent drivers from crashing to desktop when passed short buffers
|
2013-06-17 08:03:32 -07:00 |
Graham Linden
|
d75667560c
|
Silence spurious asserts when pool is cleared at exactly it's limit
|
2013-06-15 07:19:23 -07:00 |
Graham Linden
|
f782e01920
|
NORSPEC-267 fix UI feedback for materials edits not appearing for observers when obj was selected by them
|
2013-06-15 05:18:50 -07:00 |
Graham Linden
|
0a61606b79
|
NORSPEC-251 fix issues with binding unloaded standard bumpmaps
|
2013-06-14 14:39:18 -07:00 |
Graham Linden
|
f04e9363b9
|
NORSPEC-266 fix issues with observer feedback on edits of material map parameters
|
2013-06-14 09:41:33 -07:00 |
Graham Linden
|
fec6ab591e
|
Disable asserts in CalculateTangentArray (discussed with davep) to avoid debugging interruptions from bad assets
|
2013-06-14 09:32:23 -07:00 |
Graham Linden
|
8d35d9ee2f
|
NORSPEC-250 speculative stab in the dark
|
2013-06-13 15:58:20 -07:00 |
Graham Madarasz
|
8c41ff72ac
|
Fix ternary use found illegit in the eyes of GCC
|
2013-06-13 10:52:30 -07:00 |
Graham Madarasz
|
6583bfe262
|
Merge vwr-dev-mat
|
2013-06-13 08:59:42 -07:00 |
Oz Linden
|
1f2125cc12
|
correct DOS line endings
|
2013-06-13 11:45:54 -04:00 |
Graham Madarasz
|
98d2a434db
|
NORSPEC-263 replaced dropped deg to rad conversion between UI and material update
|
2013-06-13 08:23:40 -07:00 |
Graham Madarasz
|
ac018153cb
|
MAINT-2632 speculative guards in display_startup based on prevalence of crashes ending there (no repro, unfortunately)
|
2013-06-13 07:57:22 -07:00 |
Graham Madarasz
|
8ad2c0b8fb
|
NORSPEC-260 fix issues with OK after pressing none being intepreted as add a null normal map
|
2013-06-12 15:01:23 -07:00 |
Graham Madarasz
|
b60ea52902
|
NORSPEC-251 fixed and 258 not regressed
|
2013-06-12 14:08:16 -07:00 |
Graham Madarasz
|
3eb460f772
|
Remove NaN guards from vopartgroup and volume code
|
2013-06-12 12:25:30 -07:00 |
Graham Madarasz
|
88553c9eb1
|
Cleanup rollback and try point MIPs experiment to see if that's what is hosing the Mac on 10.6.8
|
2013-06-12 12:19:48 -07:00 |
Graham Madarasz
|
b070bb1c22
|
Merge
|
2013-06-12 10:28:14 -07:00 |
Graham Madarasz
|
9726f3774d
|
Backout tangent assert experiment
|
2013-06-12 10:26:06 -07:00 |
Graham Madarasz
|
1a37ea3671
|
Pedantic adj overly concerned with minute details or formalisms
|
2013-06-12 09:38:04 -07:00 |
Graham Madarasz
|
d2b253f1f6
|
Changes to protect against use of normalize3fast on degenerate vectors
|
2013-06-12 09:16:19 -07:00 |
Graham Madarasz
|
48324a9383
|
Fix issues with NaNs in tangent data from using normalize3fast on zero-length vectors and other data conditioning; also added assert to normalize3fast to make finding these problems easier in the future
|
2013-06-12 08:09:29 -07:00 |
Graham Madarasz
|
7ad631e6ea
|
Merge vwr-dev-mat
|
2013-06-11 17:20:06 -07:00 |
Graham Madarasz
|
96f7f6d01b
|
NORSPEC-258 and NORSPEC-226 make tex picker close refresh build tool UI correctly and fix issues with transition from no-bumps to normal maps
|
2013-06-11 17:18:20 -07:00 |
Dave Parks
|
320677a6ce
|
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
|
2013-06-11 16:42:34 -05:00 |
Dave Parks
|
471182e913
|
NORSPEC-259 Fix for crash in LLRenderTarget::copyContentsToFramebuffer
|
2013-06-11 16:26:57 -05:00 |
Graham Madarasz
|
7fcbb7c177
|
Fix build failure from warning and dav3p no-JIRA bug about normal map scale editing
|
2013-06-11 13:54:03 -07:00 |
Graham Madarasz
|
87946113cc
|
NORSPEC-257 can't use automated TEMaterialGet functor as we need two possible defaults for diffuse alpha mode based on the alpha content of the diffuse texture
|
2013-06-11 12:48:59 -07:00 |
Graham Madarasz
|
01f595d871
|
Speculative fix for tangent calc asserts on Mac
|
2013-06-11 12:02:54 -07:00 |
Dave Parks
|
840c2f9237
|
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
|
2013-06-11 12:04:14 -05:00 |
Graham Madarasz
|
5c1144c48b
|
NORSPEC-222 fix issues with removing the use texture item selecting weave when the TE was BUMPY_TEXTURE, but no normal map was applied
|
2013-06-10 19:06:19 -07:00 |
Graham Madarasz
|
e666725f9d
|
NORSPEC-257 fix alpha mode display incorrect default when alpha is present in tex
|
2013-06-10 18:49:50 -07:00 |
Graham Madarasz
|
6b2a22e11c
|
MAINT-2777 work-around for APR assert_always causing random crash in materials build
|
2013-06-10 16:55:05 -07:00 |
Graham Madarasz
|
a4676adebb
|
NORSPEC-251 fix issues with not binning objects changed from having a material to using legacy bumps causing incorrect rendering
|
2013-06-10 15:49:09 -07:00 |
Graham Madarasz
|
9d73f625ab
|
NORSPEC-252 fix reverting normal maps to none
|
2013-06-10 15:17:45 -07:00 |
Dave Parks
|
d09f1e7117
|
NORSPEC-242 Followup, fix a couple more sources of NaN and infinity.
|
2013-06-10 16:01:53 -05:00 |
Dave Parks
|
0073884f83
|
NORSPEC-247 Fix for rigged attachments with alpha masking on occluding alpha object when 100% transparent.
|
2013-06-10 13:00:47 -05:00 |
Dave Parks
|
aaf42d473e
|
Line endings.
|
2013-06-10 13:00:12 -05:00 |
Graham Madarasz
|
fe077cfba6
|
MAINT-2414 fix for texture cache crasher
|
2013-06-10 10:45:15 -07:00 |
Dave Parks
|
322b19d698
|
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
|
2013-06-10 11:17:18 -05:00 |
Graham Madarasz
|
4cd133fe00
|
NORSPEC-248 fix broken repeats handling in media mode
|
2013-06-10 09:13:59 -07:00 |
Graham Madarasz
|
31e05ba675
|
Merge vwr-dev-mat
|
2013-06-10 08:20:00 -07:00 |
Graham Madarasz
|
bc2a6adb5a
|
NORSPEC-87 fix diffuse repeats display as well
|
2013-06-10 08:10:59 -07:00 |
Graham Madarasz
|
8ff9786c81
|
NORSPEC-87 fix regression from NSPEC 233 fix typo which is breaking norm repeats display
|
2013-06-10 07:52:39 -07:00 |
Graham Madarasz
|
f56dd414b7
|
NORSPEC-87 fix regression from 233 fix that made spec repeats info show in norm tab
|
2013-06-10 07:33:30 -07:00 |
Graham Madarasz
|
df3df9de4f
|
NORSPEC-246 fix shader compile errors from missing return
|
2013-06-09 21:12:40 -07:00 |
Graham Madarasz
|
33a2608da5
|
NORSPEC-246 fix issues with normal encoding on precision-deprived hardware and remove haxors
|
2013-06-09 20:55:02 -07:00 |
Graham Madarasz
|
75c4b50f88
|
NORSPEC-246 WIP fix callsite missed when swapping in macro impl
|
2013-06-09 12:40:43 -07:00 |
Graham Madarasz
|
e38514f9fd
|
NORSPEC-246 WIP Fix macro bug that slipped past due to MSVC promiscuity
|
2013-06-09 09:38:45 -07:00 |
Graham Madarasz
|
c120feb18d
|
NORSPEC-246 WIP fix handling of encoded normals with single FP only cards
|
2013-06-09 06:12:11 -07:00 |
Graham Madarasz
|
045634f89e
|
NORSPEC-233 fix regressions in default spec parameters
|
2013-06-08 07:43:26 -07:00 |