Kevin Ring
|
c9cf5430d5
|
Update CHANGES.md, bump to v0.33.0.
|
2024-03-01 11:37:58 +11:00 |
Janine Liu
|
356afb4049
|
Merge pull request #822 from CesiumGS/refactor-feature-metadata-textures
Let feature + metadata textures make copies
|
2024-02-29 10:30:32 -05:00 |
Janine Liu
|
f17e4846b1
|
Minor tweaks from PR review
|
2024-02-29 10:12:09 -05:00 |
Janine Liu
|
636c40f973
|
Fix unused lambda variable
|
2024-02-28 17:47:48 -05:00 |
Janine Liu
|
90531bb6fd
|
Minor tweaks
|
2024-02-28 17:37:39 -05:00 |
Janine Liu
|
0c733fb79c
|
Update changelog
|
2024-02-28 17:25:02 -05:00 |
Janine Liu
|
a1bf6e7d2d
|
Add unit tests
|
2024-02-28 17:21:42 -05:00 |
Janine Liu
|
ff3da04838
|
Fix CI errors
|
2024-02-28 11:50:48 -05:00 |
Janine Liu
|
907f5aab2f
|
Make property options a parameter
|
2024-02-28 11:29:23 -05:00 |
Janine Liu
|
0ca2d45056
|
class -> struct
|
2024-02-27 18:22:49 -05:00 |
Janine Liu
|
cc1f333b33
|
Use TextureView for feature ID textures
|
2024-02-27 18:17:43 -05:00 |
Janine Liu
|
218bf1ab1e
|
Rework PropertyTexturePropertyView to use TextureView
|
2024-02-27 18:00:42 -05:00 |
Janine Liu
|
9f8678ea31
|
Add PropertyTexturePropertyView options
|
2024-02-27 14:25:41 -05:00 |
Janine Liu
|
e403d73f34
|
Add flag for KHR_texture_transform to property texture
|
2024-02-26 17:24:53 -05:00 |
Brian Langevin
|
e443a655ee
|
Merge pull request #806 from CesiumGS/ref-counted-thread-safe
Add ReferenceCountedThreadSafe class
|
2024-02-26 09:03:25 -07:00 |
Janine Liu
|
b723de2e95
|
Merge branch 'main' into ref-counted-thread-safe
|
2024-02-26 10:17:30 -05:00 |
Janine Liu
|
5f5f726ce6
|
Revert "Rename member name for clarity"
This reverts commit e16a3e1ac4.
|
2024-02-26 09:56:14 -05:00 |
Kevin Ring
|
23c1cc82fb
|
Merge remote-tracking branch 'origin/main' into ref-counted-thread-safe
|
2024-02-26 11:33:57 +11:00 |
Kevin Ring
|
6c48779728
|
Merge pull request #811 from CesiumGS/texture-transform-in-views
Account for `KHR_texture_transform` in feature ID texture + property texture property views
|
2024-02-26 08:49:28 +11:00 |
Kevin Ring
|
1e7af45c48
|
Don't include threadID in thread safe implementation.
|
2024-02-25 23:10:18 +11:00 |
Kevin Ring
|
579ec6fad7
|
Update CHANGES.md.
|
2024-02-25 22:48:34 +11:00 |
Kevin Ring
|
9f8b011a6e
|
Just one templatized ReferenceCounted class.
|
2024-02-25 22:44:05 +11:00 |
Brian Langevin
|
028fc7cae0
|
Merge pull request #804 from CesiumGS/image-size-bytes
Track image data size independently of the `pixelData` array size
|
2024-02-23 11:02:44 -07:00 |
Brian L
|
e16a3e1ac4
|
Rename member name for clarity
|
2024-02-23 10:30:10 -07:00 |
Janine Liu
|
f9eff35e22
|
Merge branch 'main' into ref-counted-thread-safe
|
2024-02-23 10:39:28 -05:00 |
Kevin Ring
|
2c04b29c5b
|
Merge remote-tracking branch 'origin/main' into texture-transform-in-views
|
2024-02-23 22:44:58 +11:00 |
Joseph Birkner
|
504c28c94d
|
Merge remote-tracking branch 'cesium/main' into spdlog-upgrade
|
2024-02-23 10:37:12 +01:00 |
Kevin Ring
|
916c63ee94
|
Revert "Merge pull request #798 from CesiumGS/upgrade-to-zlib-ng"
This reverts commit 09c1eb76b4, reversing
changes made to bec474f264.
|
2024-02-23 09:16:29 +11:00 |
Kevin Ring
|
c341a72806
|
Revert "Merge pull request #786 from jherico/feature-vcpkg"
This reverts commit 198ed9d4b4, reversing
changes made to 09c1eb76b4.
|
2024-02-23 09:08:15 +11:00 |
Joseph Birkner
|
ed6226bfb0
|
Upgrade spdlog to 1.13.0
|
2024-02-22 09:53:09 +01:00 |
Joseph Birkner
|
3856537503
|
Cast rapidjson errors to int for logging.
|
2024-02-22 09:40:41 +01:00 |
Ashley Rogers
|
198ed9d4b4
|
Merge pull request #786 from jherico/feature-vcpkg
Migrating all dependencies to vcpkg
|
2024-02-21 13:36:14 -05:00 |
Ashley Rogers
|
08c9497fe8
|
Actually fix Linux library path
|
2024-02-21 12:51:11 -05:00 |
Joseph Birkner
|
684fecc886
|
Do not include internal spdlog if it is already provided.
|
2024-02-21 17:34:56 +01:00 |
Ashley Rogers
|
3ff4f37d16
|
Change lib name on Linux
|
2024-02-20 16:30:12 -05:00 |
Ashley Rogers
|
e7f9e1e504
|
Remove prefix
|
2024-02-20 14:43:58 -05:00 |
Ashley Rogers
|
5db2f0d180
|
Add zlib-ng to vcpkg
|
2024-02-20 14:25:09 -05:00 |
Ashley Rogers
|
9729924b10
|
Use CMAKE_CURRENT_SOURCE_DIR
|
2024-02-20 13:49:59 -05:00 |
Ashley Rogers
|
ef2d2f4824
|
Remove zlib-ng from extern
|
2024-02-20 13:48:27 -05:00 |
Ashley Rogers
|
10753a931f
|
Merge branch 'main' into feature-vcpkg
|
2024-02-20 13:44:11 -05:00 |
Janine Liu
|
efc5b6bf7b
|
Fix wrap computation error
|
2024-02-19 15:18:13 -05:00 |
Janine Liu
|
9bb02acdd1
|
Add flag to property texture property
|
2024-02-19 13:32:36 -05:00 |
Janine Liu
|
213906b039
|
Add applyKhrTextureTransformExtension to feature id textures
|
2024-02-19 12:59:35 -05:00 |
Brian Langevin
|
311c42026a
|
Merge branch 'main' into ref-counted-thread-safe
|
2024-02-19 10:02:04 -07:00 |
Janine Liu
|
1733305ab6
|
Add missing const / noexcept
|
2024-02-15 14:08:24 -05:00 |
Janine Liu
|
a40303d7f1
|
Re-add code so template compiles
|
2024-02-15 13:30:46 -05:00 |
Janine Liu
|
9e72b7eb36
|
Don't automatically apply transform in feature ID texture, property texture property
|
2024-02-15 13:23:25 -05:00 |
Janine Liu
|
fb1888b682
|
Merge branch 'main' into texture-transform-in-views
|
2024-02-15 12:54:08 -05:00 |
Kevin Ring
|
09c1eb76b4
|
Merge pull request #798 from CesiumGS/upgrade-to-zlib-ng
Replace zlib with zlib-ng
|
2024-02-15 21:42:38 +11:00 |
Kevin Ring
|
c70998f99b
|
Update CHANGES.md.
|
2024-02-15 18:36:30 +11:00 |