Stephen Birarda
|
e708a71b64
|
handle 16 byte hash while reading in TextureCache
|
2017-04-26 10:48:57 -07:00 |
|
Stephen Birarda
|
3c5754282f
|
write the source hash in ktx header in binary
|
2017-04-26 10:48:57 -07:00 |
|
Atlante45
|
927efc88f0
|
Fix GPUKTXPayload conflict across platforms
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
6e307dd6eb
|
Remove debug logging
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
14f8c91e23
|
Adjust gl45 backend to request interest in mips and keep track of min requested
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
970be9d2c5
|
Add check for canPopulate to gpu backend
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
8d03d50d35
|
Cleanup progressive ktx debugging
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
bc6d476a4d
|
Cleanup Texture_ktx.cpp
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
5901ab6381
|
Fix initalization order warnings in KTX.h and TextureCache.cpp
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
790290f40c
|
Fix NetworkTexture build errors on osx/linux
|
2017-04-26 10:48:57 -07:00 |
|
Ryan Huffman
|
b2ff0a711e
|
Replace canPromoteAndPopulate with multiple function calls
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
7cab70deba
|
Remove gl error logging
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
4e58341631
|
Remove http proxy
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
18fb695614
|
Disable pipelining in HTTPResourceRequest
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
d5f1e6fb37
|
Adjust handling of requested mips in gl backend
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
472c888529
|
Fix handling of failed ktx downloads
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
841d301dec
|
Fix build errors due to TexturePointer change
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
cc7169b754
|
Add debug logging for ktx downloads
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
ce12a216c0
|
I think it might be working.
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
70eaac8d6c
|
Add persisting of ktx min mips available to ktx cache file
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
5594e81fe4
|
Improve gl backend handling of unavailable mips
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
70b816827e
|
Improve handling of KTX downloads in NetworkTexture
|
2017-04-26 10:48:24 -07:00 |
|
Ryan Huffman
|
11751611e1
|
Update NetworkTexture to track current KTX download state
|
2017-04-26 10:48:23 -07:00 |
|
Ryan Huffman
|
20f4d14e07
|
Add compressed KTX size evaluation
|
2017-04-26 10:48:23 -07:00 |
|
Ryan Huffman
|
b21dc12cc6
|
Cleanup NetworkTexture ktx handling
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
ab7099b3eb
|
Add loading of lower mips to NetworkTexture
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
39c3fee838
|
Add caching of imageOffset to ktx ImageDescriptor
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
e9bb895bff
|
Implement KTXStorage::assignMipData and add writing of mips to
TextureCache
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
cf3dc12542
|
Add object labels to GL objects and add ktx min mip kv
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
aca7ad27c6
|
Fix ktx dependencies
|
2017-04-26 10:47:32 -07:00 |
|
Ryan Huffman
|
b20fcbfcdb
|
Add a way to write data to a storage object
|
2017-04-26 10:45:50 -07:00 |
|
Ryan Huffman
|
ccd9c4697b
|
Add extended ktx header/high-mip request handling to NetworkTexture
|
2017-04-26 10:45:50 -07:00 |
|
Ryan Huffman
|
1fec531c68
|
Add basic mip writing to gpu::Texture
|
2017-04-26 10:45:50 -07:00 |
|
Ryan Huffman
|
00cbfa0f70
|
Add start of progressive ktx-loading
|
2017-04-26 10:45:50 -07:00 |
|
Ryan Huffman
|
105d17e85e
|
Add byte range support to HTTPResourceRequest
|
2017-04-26 10:45:14 -07:00 |
|
Dante Ruiz
|
d8e6e8e7d0
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-26 16:53:02 +01:00 |
|
Dante Ruiz
|
79d827c6be
|
added requested features
|
2017-04-26 16:52:51 +01:00 |
|
David Rowe
|
1b635d8c5e
|
Replace FIXMEs with proper code
|
2017-04-26 13:29:51 +12:00 |
|
David Rowe
|
4a5f84f4b9
|
Merge branch 'master' into 21249
# Conflicts:
# libraries/audio-client/src/AudioClient.cpp
|
2017-04-26 13:24:18 +12:00 |
|
ZappoMan
|
65801cbb4d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into retrySkeletonURL
|
2017-04-25 18:21:17 -07:00 |
|
ZappoMan
|
5164aa4056
|
hacking
|
2017-04-25 18:21:09 -07:00 |
|
Seth Alves
|
dc70e96b0f
|
Merge pull request #10284 from birarda/bug/input-received-signal
fix emission of inputReceived in AudioClient
|
2017-04-25 17:38:04 -07:00 |
|
Anthony J. Thibault
|
1fc9f4c93d
|
Hips and Spine are routed thru input system properly
|
2017-04-25 17:22:47 -07:00 |
|
ZappoMan
|
90cdeb9582
|
Merge branch 'master' of https://github.com/highfidelity/hifi into retrySkeletonURL
|
2017-04-25 16:09:59 -07:00 |
|
Atlante45
|
33f58f99d1
|
CR
|
2017-04-25 16:09:31 -07:00 |
|
Dante Ruiz
|
5a9cf554e7
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-25 23:57:48 +01:00 |
|
Atlante45
|
9dbae4b54e
|
CR
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
56f656f92a
|
Disable compression during runtime
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
1cc86b7203
|
Fix build error
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
1820207259
|
Fix processTextureAlpha
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
d6ab35ba1a
|
Logging cleanup
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
b98cd7355e
|
Code cleanup
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
77d8bf20a7
|
Fix warnings
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
fae49668b4
|
Disable CubeMap and NormalMap compression
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
145af2b911
|
Fix ImageReader for images with a wrong extension
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
fc1b920341
|
Add ability to disable texture compression
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
ad16a935e9
|
Texture::create returns shared pointer
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
63e564c178
|
Add source hash to KTX metadata
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
d9a7615cc8
|
Add compression support for skyboxes
|
2017-04-25 15:56:23 -07:00 |
|
Stephen Birarda
|
d72e5e5b24
|
add handling for install_name_tool calls on OS X
|
2017-04-25 15:56:23 -07:00 |
|
Stephen Birarda
|
3a217f75f4
|
force release for NVTT on Win32
|
2017-04-25 15:56:23 -07:00 |
|
Stephen Birarda
|
5c12180b58
|
use pre-built NVTT on windows
|
2017-04-25 15:56:23 -07:00 |
|
Atlante45
|
ae73cf4038
|
Add support for Grayscale and NormalMap textures
|
2017-04-25 15:56:23 -07:00 |
|
Stephen Birarda
|
27c6011e6e
|
change nvtt external to ignore release type
|
2017-04-25 15:56:23 -07:00 |
|
Stephen Birarda
|
ee62e7dcb8
|
update nvtt external to build from source
|
2017-04-25 15:56:22 -07:00 |
|
Atlante45
|
69a27d516f
|
Fix roughness
|
2017-04-25 15:56:22 -07:00 |
|
Atlante45
|
5ceb30b69c
|
Make sure mips are copied to memory
|
2017-04-25 15:56:22 -07:00 |
|
Atlante45
|
a450f52427
|
Start to setup image library
|
2017-04-25 15:56:22 -07:00 |
|
Atlante45
|
2e1355618f
|
Use NVTT to mipmap color textures
|
2017-04-25 15:56:22 -07:00 |
|
Atlante45
|
0428b22b63
|
Add nvtt external
|
2017-04-25 15:56:22 -07:00 |
|
Stephen Birarda
|
da1d93b86c
|
fix emission of inputReceived in AudioClient
|
2017-04-25 15:41:37 -07:00 |
|
David Rowe
|
7c2e1aa846
|
Tidy FIXME
|
2017-04-26 10:16:35 +12:00 |
|
Anthony J. Thibault
|
dc19f37726
|
input/controller routing thru skeleton model and rig.
|
2017-04-25 15:04:47 -07:00 |
|
Andrew Meadows
|
157dc1475b
|
Merge pull request #10281 from birarda/bug/session-refresh-login
force DS to use new node ID if connect is re-sent
|
2017-04-25 15:02:57 -07:00 |
|
Sam Gateau
|
59ed51c702
|
Merge pull request #10280 from samcake/white
Fixing the crash on mac at start up
|
2017-04-25 14:32:23 -07:00 |
|
Stephen Birarda
|
c00dfcc7d7
|
send the domain disconnect packet before UUID is cleared
|
2017-04-25 14:32:21 -07:00 |
|
Brad Hefta-Gaub
|
1962a49f3b
|
Merge pull request #10225 from sethalves/bullet-constraints-1
Bullet constraints + far-grab bootstrap fix
|
2017-04-25 13:36:47 -07:00 |
|
samcake
|
fe7cec1734
|
Testing on windows running 4.1 backend, all good
|
2017-04-25 12:04:12 -07:00 |
|
samcake
|
dff3a3bb34
|
fixing the mac crash
|
2017-04-25 11:34:01 -07:00 |
|
Seth Alves
|
0cd2863df4
|
start on routing HMD position and rotation through controller interface
(cherry picked from commit bca5241bae7674ff7e41c037d84bb78e5152046a)
|
2017-04-25 11:01:52 -07:00 |
|
Dante Ruiz
|
8c020a0ec2
|
saving work
|
2017-04-25 18:01:19 +01:00 |
|
David Rowe
|
d682924b00
|
Temporary fix for recording audio
|
2017-04-25 21:08:10 +12:00 |
|
David Rowe
|
4c30c0d722
|
Make UserActivityLogger available to AC scripts
|
2017-04-25 13:42:12 +12:00 |
|
David Rowe
|
c05954ee4b
|
Add logAction() method to UserActivityLogger JavaScript API
|
2017-04-25 13:40:57 +12:00 |
|
ZappoMan
|
d179135a87
|
remove dead code
|
2017-04-24 18:21:22 -07:00 |
|
ZappoMan
|
95a3e0a092
|
fix whitespace
|
2017-04-24 18:06:33 -07:00 |
|
ZappoMan
|
382645ddd0
|
more cleanup
|
2017-04-24 18:01:54 -07:00 |
|
ZappoMan
|
aa955ee360
|
Merge branch 'master' of https://github.com/highfidelity/hifi into retrySkeletonURL
|
2017-04-24 17:36:30 -07:00 |
|
ZappoMan
|
c9aad6b762
|
new approach to the tpose fix, as well as other improvements
|
2017-04-24 17:36:05 -07:00 |
|
Anthony J. Thibault
|
4336e22f5a
|
clang warning fix
|
2017-04-24 17:06:02 -07:00 |
|
Anthony J. Thibault
|
937f308ba8
|
code cleanup
|
2017-04-24 17:04:16 -07:00 |
|
humbletim
|
28b3eef7aa
|
add getJointTranslations() methods
|
2017-04-24 19:22:02 -04:00 |
|
Atlante45
|
24f4107c92
|
Unload script when replaced with empty URL
|
2017-04-24 15:56:37 -07:00 |
|
Atlante45
|
d292451f91
|
Remove unnecessary const
|
2017-04-24 15:43:36 -07:00 |
|
Dante Ruiz
|
2a997f2a4d
|
fix for ubuntu build error
|
2017-04-24 23:08:02 +01:00 |
|
Anthony J. Thibault
|
8adbe34c27
|
added comment
|
2017-04-24 14:36:56 -07:00 |
|
Anthony J. Thibault
|
deca26e9eb
|
Fix for HMDHead tip constraint
|
2017-04-24 14:33:14 -07:00 |
|
Dante Ruiz
|
8705db07e5
|
removed dead code
|
2017-04-24 22:22:49 +01:00 |
|
Anthony J. Thibault
|
1cd0f03242
|
Restore master version of computeHipsOffset() and special case for HeadHMD target type
|
2017-04-24 14:19:06 -07:00 |
|
Dante Ruiz
|
249862141a
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-24 22:09:09 +01:00 |
|
Dante Ruiz
|
367a6ac03c
|
first prototype
|
2017-04-24 22:09:01 +01:00 |
|
Anthony J. Thibault
|
dc3803a225
|
Re-enable IK _hipsOffset computation when no hips IK target is present.
|
2017-04-24 13:59:02 -07:00 |
|
Seth Alves
|
aea8b020d2
|
Merge pull request #10254 from druiz17/tablet-crash
Potential fix for crash for TabletScriptingInterface::getTabletWindow
|
2017-04-24 12:35:04 -07:00 |
|
David Rowe
|
d52125e2f5
|
Merge branch 'master' into 21249
|
2017-04-25 07:19:56 +12:00 |
|
Dante Ruiz
|
f69691afd5
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-24 19:57:48 +01:00 |
|
Dante Ruiz
|
d057dfebf0
|
got input recording to work
|
2017-04-24 19:57:38 +01:00 |
|
Anthony J. Thibault
|
47e51493e8
|
dynamicallyAdjustLimits on the underPoses not the relaxed poses.
|
2017-04-24 09:56:10 -07:00 |
|
Sam Gateau
|
b1a3b1f48b
|
Merge pull request #10227 from samcake/brown
Introducing support for the ResourceBuffer binding point in the gpu lib, the Batch and the backends
|
2017-04-22 08:51:54 -07:00 |
|
Seth Alves
|
17b83dd64c
|
Merge branch 'master' of github.com:highfidelity/hifi into bullet-constraints-1
|
2017-04-21 17:19:47 -07:00 |
|
sam gateau
|
733e268391
|
FIx the SSBO usage on amd, needed a bit more explanation on the glsl side
|
2017-04-21 16:17:18 -07:00 |
|
Andrew Meadows
|
3f9f16cc98
|
Merge pull request #10223 from kunalgosar/blendshapesbug
Make setBlendshape changes persist
|
2017-04-21 16:11:13 -07:00 |
|
Dante Ruiz
|
64fcfd33a4
|
working on loading files
|
2017-04-21 22:38:53 +01:00 |
|
sam gateau
|
0a615f35a7
|
Merge branch 'master' of https://github.com/highfidelity/hifi into brown
|
2017-04-21 14:31:15 -07:00 |
|
ZappoMan
|
da68c49dc1
|
more cleanup
|
2017-04-21 13:31:40 -07:00 |
|
ZappoMan
|
f07884602a
|
more CR feedback
|
2017-04-21 13:13:29 -07:00 |
|
ZappoMan
|
088cdae320
|
CR feedback
|
2017-04-21 11:14:47 -07:00 |
|
ZappoMan
|
ff45ad53a3
|
some more CR cleanup
|
2017-04-21 10:40:41 -07:00 |
|
Dante Ruiz
|
50ed4a61f7
|
Merge branch 'master' of github.com:highfidelity/hifi into tablet-crash
|
2017-04-21 18:26:37 +01:00 |
|
Dante Ruiz
|
8cfa03fa56
|
tablet cpp ownership
|
2017-04-21 18:26:26 +01:00 |
|
ZappoMan
|
f133713d0e
|
CR feedback
|
2017-04-21 10:21:34 -07:00 |
|
ZappoMan
|
fbc699d6b2
|
handle overflow case
|
2017-04-21 09:30:00 -07:00 |
|
ZappoMan
|
c03182546b
|
some cleanup
|
2017-04-21 09:11:51 -07:00 |
|
Dante Ruiz
|
641a7390ba
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-21 16:46:55 +01:00 |
|
ZappoMan
|
125b3d5f4e
|
ignore old identity packets
|
2017-04-21 07:51:17 -07:00 |
|
David Rowe
|
daedb94b04
|
Merge branch 'master' into 21249
|
2017-04-21 14:50:28 +12:00 |
|
ZappoMan
|
c197979354
|
add more logging
|
2017-04-20 18:36:00 -07:00 |
|
ZappoMan
|
7f1a87ac4f
|
remove random http failure
|
2017-04-20 17:31:20 -07:00 |
|
ZappoMan
|
e89b6c5d2c
|
some initial debugging on tpose avatars
|
2017-04-20 17:26:31 -07:00 |
|
Sam Gateau
|
a668ed0409
|
Merge pull request #10244 from samcake/ambient
Cleaning the Engine/Task/Job interface
|
2017-04-20 15:48:21 -07:00 |
|
Dante Ruiz
|
cbd2a532a8
|
remove debug statments
|
2017-04-20 23:28:41 +01:00 |
|
Dante Ruiz
|
1ec4081a99
|
crash fix
|
2017-04-20 21:38:20 +01:00 |
|
Seth Alves
|
f7378abb08
|
Merge branch 'master' of github.com:highfidelity/hifi into bullet-constraints-1
|
2017-04-20 02:40:10 -07:00 |
|
Zach Fox
|
50456f71ed
|
Merge pull request #10142 from Triplelexx/21258
21258 - Don't render (or heavily use GPU) when window in minimized
|
2017-04-19 16:26:49 -07:00 |
|
David Rowe
|
2108300272
|
Merge branch 'master' into 21249
|
2017-04-20 08:43:00 +12:00 |
|
Dante Ruiz
|
b2a11aa9ab
|
check for null when we dont
|
2017-04-19 21:30:43 +01:00 |
|
Dante Ruiz
|
d4c8d06575
|
Merge branch 'master' of github.com:highfidelity/hifi into input-recorder
|
2017-04-19 20:42:11 +01:00 |
|
Dante Ruiz
|
07f674eabe
|
exprting compressed file
|
2017-04-19 20:41:56 +01:00 |
|
samcake
|
7f72efa714
|
Merge branch 'master' of https://github.com/highfidelity/hifi into ambient
|
2017-04-19 11:51:25 -07:00 |
|
Sam Gateau
|
788849e19a
|
Merge pull request #10208 from jherico/gl41_variable
Adding support for variable allocated textures to the GL 4.1 backend
|
2017-04-19 11:42:23 -07:00 |
|
Brad Davis
|
472835d65c
|
Port fix from master
|
2017-04-19 11:22:20 -07:00 |
|
Brad Davis
|
bccc06d2fe
|
Fix resource texture memory usage tracking
|
2017-04-19 10:35:19 -07:00 |
|
Chris Collins
|
889b054085
|
Merge pull request #10067 from humbletim/fix-Entities-setLocalJointTranslations
Fix Entities.setLocalJointTranslations
|
2017-04-19 09:32:28 -07:00 |
|
druiz17
|
57f6529ce6
|
Merge pull request #10239 from druiz17/edit-model
Fix issue of tablet proxy not choose the correct root
|
2017-04-19 09:19:46 -07:00 |
|
ZappoMan
|
a6beeb6aa4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into poseFilters
|
2017-04-19 07:39:32 -07:00 |
|
David Rowe
|
00b6b2a2c0
|
Implement desktop recordings browser dialog
|
2017-04-19 12:34:59 +12:00 |
|
samcake
|
5af171f69f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into ambient
|
2017-04-18 17:08:02 -07:00 |
|
samcake
|
63fe579022
|
simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead'
|
2017-04-18 17:05:40 -07:00 |
|
Dante Ruiz
|
1cf9485143
|
fixed compile issue
|
2017-04-19 00:23:05 +01:00 |
|
Brad Davis
|
2a2102c7fe
|
Recompute memory pressure state after each promote / demote call
|
2017-04-18 15:12:34 -07:00 |
|
Dante Ruiz
|
ce8dba21a0
|
fix tablet proxy choosing wrong root
|
2017-04-18 22:49:43 +01:00 |
|