Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/antvis/g-device-api

A Device API references WebGPU implementations
https://github.com/antvis/g-device-api

Release (#168)

* fix: separate sampler and textures (#166)

* fix: separate sampler and textures correctly

...

15bfcbbcbd053396dade5bad2f71d50db319329b authored 9 months ago by xiaoiver <[email protected]>
chore: add ar example

ac91cbf6a858dc95e1cc7567e72e3e0a4cb6d5d6 authored 10 months ago by yuqi.pyq <[email protected]>
Release (#163)

* Fix 160 (#161)

* fix: enable filterable float32 feature in WebGPU #160

* chore: commit c...

2f5028f0d682af3e0de3a6c23f17efed1d7e594c authored 11 months ago by xiaoiver <[email protected]>
Release (#159)

* Fix 156 (#157)

* fix: writeTexture should account for bytesPerRow in WebGPU #156

* chore...

5c06618894718fab709612b5ea6f91e21c8bb308 authored 11 months ago by xiaoiver <[email protected]>
Release (#154)

* Feat indirect (#152)

* feat: support drawIndirect in WebGPU #151

* chore: commit changes...

52a764a3058f799bbef4d66886618b18d88554bf authored 11 months ago by xiaoiver <[email protected]>
Release (#150)

* Fix shaderdebug (#148)

* fix: configure shaderdebug when creating webgl device contribution...

e42f79c9a93e44948a7ba66e10fb7e91f356d8ac authored 11 months ago by xiaoiver <[email protected]>
Release (#147)

* feat: support render bundle to reduce draw calls in both WebGL & WebGPU. (#145)

* feat: sup...

899c3901f7016796c40e9f9c3388abe1caf4ff69 authored 11 months ago by xiaoiver <[email protected]>
Update README.md (#143)

8405b7277ed4a982fcd3181435af669949dd8fe1 authored 12 months ago by xiaoiver <[email protected]>
Release (#142)

* feat: postprocess after shader compilation (#140)

* feat: postprocess after shader compilat...

a13572bce99d672061349a8b5dd254a623d61d08 authored 12 months ago by xiaoiver <[email protected]>
Release (#139)

* fix: support stencil value mask (#137)

* fix: support stencil value mask #136

* chore: c...

70b2e5bf52d6e214f575d556a689b5de315e6c7f authored 12 months ago by xiaoiver <[email protected]>
Release (#135)

* Fix hash (#133)

* fix: binding hash should account for storage buffer & texture bindings

...

b6bac229b0f069a64cfc886a8751dcb457a69ce8 authored 12 months ago by xiaoiver <[email protected]>
Release (#132)

* Fix readpixel (#130)

* fix: read texture in webgpu

* chore: commit changeset

* chore(...

89583f1dda657446d213ce849ef56153eade7a06 authored 12 months ago by xiaoiver <[email protected]>
Release (#129)

* fix: support set image data in webgpu (#127)

* fix: support set image data in webgpu

* c...

c0434c818e2970e34964b8ca2b9f8f147a237a24 authored 12 months ago by xiaoiver <[email protected]>
Release (#126)

* Fix 123 (#124)

* fix: allow heading spaces when compiling to GLSL 440 #123

* chore: comm...

c3de71da3b1691d642b366437876cb1e42aa1c9d authored 12 months ago by xiaoiver <[email protected]>
Release (#122)

* Fix storage (#120)

* fix: storage texture bindings

* chore: commit changeset

* chore(...

f872959d5cf702bd70b45fb7dac878cd6f4203c1 authored about 1 year ago by xiaoiver <[email protected]>
Release (#119)

* fix: samplerBindings can ignore sampler in webgpu compute shader (#117)

* fix: samplerBindi...

779e3b05a6b8c10bcceeb924996b7c48f48f1cff authored about 1 year ago by xiaoiver <[email protected]>
Release (#116)

* feat: add storage texture for webgpu #112 (#113)

* Feat compute (#114)

* feat: add stora...

544558fc5c0b802977e1e31cb680fd01e048065c authored about 1 year ago by xiaoiver <[email protected]>
Release (#111)

* fix: support flipY in webgpu texture (#109)

* fix: add flipY option in webgpu texture

* ...

3ac33e18814adb38c9f0ca9ba96d0b0fd4eb8b14 authored about 1 year ago by xiaoiver <[email protected]>
Release (#108)

* Fix 102 (#106)

* fix: use internal format in webgl2 #102

* chore: commit changeset

* ...

97cc79d8c16be58c430bc685dc32b15fcac0d810 authored about 1 year ago by xiaoiver <[email protected]>
Release (#105)

* Fix 102 (#103)

* fix: split Format.ALPHA and LUMINANCE #102

* chore: commit changeset

...

879028ade622102c2ca8bd6ecf7c825dbf3a3a19 authored about 1 year ago by xiaoiver <[email protected]>
Release (#101)

* Fix 98 (#99)

* fix: space before uniform block can be ignored #98

* chore: commit change...

8867db854a724dfdab1b0dc94f402e295ae05a54 authored about 1 year ago by xiaoiver <[email protected]>
Release (#97)

* fix: copy storage bindings correctly (#95)

* fix: copy storage bindings correctly

* chor...

815657473a12dfadaef86aeed77613fc52587796 authored about 1 year ago by xiaoiver <[email protected]>
Release (#94)

* feat: support nested render pass in WebGL2 (#92)

* feat: support nested render pass in WebG...

ef96d7d102a1192213b0471207444c14c40c22dc authored about 1 year ago by xiaoiver <[email protected]>
Release (#89)

* fix: support multi textures in WebGL2 (#87)

* fix: support multi textures in WebGL2

* ch...

dc4df6a387f02c3e833f97db0eac14b7068d1ddb authored about 1 year ago by xiaoiver <[email protected]>
Release (#85)

* Fix rust (#83)

* fix: export wasm pkg

* chore: commit changeset

* chore(release): bum...

c116a4ece8e0b8fe1f2231e614cca6d366b28478 authored about 1 year ago by xiaoiver <[email protected]>
Release (#82)

* feat: use naga-oil (#78)

* feat: use naga-oil

* chore: commit changeset

* Feat naga (...

96a42c07d2d073e148456d1758a0fda369ca8fa1 authored about 1 year ago by xiaoiver <[email protected]>
Release (#77)

* Fix 74 (#75)

* fix: compiler should account for space when transpiling shaders

* chore: ...

501bd22141c14b4e342141aa094f61fd213873e4 authored about 1 year ago by xiaoiver <[email protected]>
Release (#73)

* chore: bump (#71)

* chore: bump

* fix: webgpu create simple program

* chore: commit c...

245c2a3f7d8c0be03e4903cc597dc8985b798937 authored about 1 year ago by xiaoiver <[email protected]>
chore(release): bump version (#69) (#70)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-...

f93f573d11ee790ead0f0b36af3671ea35f6b2f1 authored about 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

12c25d13010f4f3bf7ccfabdf3b041b1367a1aae authored about 1 year ago by yuqi.pyq <[email protected]>
fix: replace compatible newline char #67 (#68)

735de0362102d2deeb7491d89f870bb0f74c5776 authored about 1 year ago by xiaoiver <[email protected]>
Release (#66)

* chore: use playwright (#64)

* chore: use playwright

* chore: modify test case

* chore...

e9cddc03a3e78e700d231c2740a2098de20f2d5b authored about 1 year ago by xiaoiver <[email protected]>
chore: github action badge

bba7f5ab6bc31806f040ba4d27c0e94c865b1170 authored about 1 year ago by yuqi.pyq <[email protected]>
Release (#63)

* Fix float (#61)

* fix: readTexture in WebGL2

* chore: commit changeset

* chore(releas...

9f014ca5ba8ab09ac13894875aefc8003bd12059 authored about 1 year ago by xiaoiver <[email protected]>
Release (#60)

* fix: floating-point texture in WebGL1 (#58)

* fix: floating-point texture in WebGL1

* ch...

474372dfbdd4acc7ef3b2686e048136f00502fa2 authored about 1 year ago by xiaoiver <[email protected]>
Release (#57)

* fix: floating-point texture (#55)

* fix: support floating-point texture

* chore: commit ...

34b73df1ddb11801188f97347342c82c5e35618c authored about 1 year ago by xiaoiver <[email protected]>
Release (#54)

* Fix luminance (#52)

* fix: add luminance pixel format

* chore: commit changeset

* cho...

0c34e33865b68380f3bb23568860ae1365b598ed authored about 1 year ago by xiaoiver <[email protected]>
Release (#51)

* fix: use lowerleft as origin (#49)

* fix: use lowerleft as origin #34

* chore: commit ch...

61013cdb55b3517fd8b62c3e74600cad4d06900b authored about 1 year ago by xiaoiver <[email protected]>
docs: add badge (#48)

* docs: add badge

* chore: update action name

035e4eb0d640c6c7f28003b42bb082b01e010925 authored about 1 year ago by hustcc <[email protected]>
feat: support multiple render target (#43) (#44)

* feat: support multiple render target (#43)

* feat: support multiple render targets #42

*...

83992131da17da3a00cf4465a7764e3c9709cf7a authored about 1 year ago by xiaoiver <[email protected]>
fix: copy subtexture should downgrade to blit in webgl1

c6f2498c51bdcab1bfd2635c6e571941a7ceaff3 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

67660bb9f5c82d479a8bb53647d176d08081c2d2 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

be7587cba491fd4b735420998017b303fb90a0eb authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

d101535ebb97a9bcda9dccf88ff83bbd247db531 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

3b0bfa61fc1d6eae533dff7b606c63bb8923aa85 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

e1a7d639c257c32227c54c275b635cc141df227c authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

05f2c413e93c4056082b1145cbbf55e1fab1d552 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

ad5583871781271ff082f3e3de4a849005761b03 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

477938e1155016c87fe1859478247beffa3a638f authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

e65bdc967f5beb117772c6b87963b9f268358cc8 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

7aebe79e5bb33cefca654e23a0f33da9c5300277 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

c732029c56f1540be848a5466a05383575fcfcc1 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

cf4c0931cff9a06d023a41426077d4e1d02be1df authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

a8d3704a8f95e21b6b07849b7969635fe96eb72f authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

d0c1b5580d294095acfe55a4a9a1afca3ff1d0f7 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add three.js ar example

19b7d15b5bd2f28086d252e974360b07fda18aac authored about 1 year ago by yuqi.pyq <[email protected]>
chore: test ar example

15d570c33e5d5bed96d4441230b30e59e1c90941 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: test ar example

f62216d1d9bb2ba7e96f9bd64e73a516473e0803 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: test ar example

d66fa49993054483ea8aac487737a9d3fbb1a6f5 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: test ar example

841b3afb0841bcca9da87f71c5c567bee3f06f6c authored about 1 year ago by yuqi.pyq <[email protected]>
chore: test ar example

5f3986edac8e94052cef2f847ae874e6fe28bfd3 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: update ar example

ea1965dcbbc2b2c1b68626ddae71a5fbc10db523 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: fix invalid url in vite examples

e251d03bb608ac1a7c1dbbbcb1cf4ba172fb9ecd authored about 1 year ago by yuqi.pyq <[email protected]>
chore: use pnpm in workflow

70ccb303e6cefa4a63e3f0cb4a424ea82304518a authored about 1 year ago by yuqi.pyq <[email protected]>
chore: add gh-pages

f68c242b9ff47bf3e79a453ce8d7a32c7051ba0f authored about 1 year ago by yuqi.pyq <[email protected]>
Release (#41)

* fix: add xrCompatible to device contribution (#39)

* fix: uniform binding can omit size

...

c638936e81199359d7d2a9cd637b71010af48299 authored about 1 year ago by xiaoiver <[email protected]>
Release (#37)

* Fix scissor (#35)

* fix: size in storage bindings can be undefined

* chore: commit chang...

afa93c44f7b015b4b55fbde52c21de4b49a765b7 authored about 1 year ago by xiaoiver <[email protected]>
Release (#33)

* Fix scissor (#31)

* fix: megastate desc in WebGPU

* chore: use issue translator action
...

173aa2e68f14369a44acb5af7f61d0d465e9ebc6 authored about 1 year ago by xiaoiver <[email protected]>
Merge pull request #30 from berry-vis/release

Release

8d8336a381c1749ec10c547ff48f5e56a26a04f5 authored about 1 year ago by xiaoiver <[email protected]>
Merge pull request #29 from berry-vis/changeset-release/release

Version Packages

03228608ddc086de6e5188e298f157c05570b333 authored about 1 year ago by xiaoiver <[email protected]>
chore(release): bump version

021a1b3b1799d5ca3bcd75a98aa669200e33f985 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #28 from berry-vis/feat-model-api

fix: set default offset of IndexBuffer

7c85d9e3d510de67d07301e46c499654f2d990fd authored about 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

991faeab0df794253dc30fac696ab4a74279ae34 authored about 1 year ago by yuqi.pyq <[email protected]>
feat: support stencil

dadc095cbfcbe957e8db2fc9ed439a56994c8ff7 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: modify github url

5607ef2011addcdd8d321a06c80763f555dd28d7 authored about 1 year ago by yuqi.pyq <[email protected]>
chore: commit changeset

d74a95646017962d1365468dadd9d212ceebf7b3 authored about 1 year ago by yuqi.pyq <[email protected]>
fix: set default offset of IndexBuffer

5257570997ae2c7871b3133a3828ba0b4ab3c753 authored about 1 year ago by yuqi.pyq <[email protected]>
Merge pull request #26 from strawberry-vis/release

Release

8d15e275d45a58c861dcdcaeadb83ef044a4aabc authored over 1 year ago by xiaoiver <[email protected]>
Merge pull request #25 from strawberry-vis/changeset-release/release

Version Packages

76a7acbc826104bfe547e3c72889ecbbf0836c3b authored over 1 year ago by xiaoiver <[email protected]>
chore(release): bump version

9531b71235bb33ffe8daa1703ef0883384d3adb0 authored over 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #24 from strawberry-vis/fix-type

fix: export rust bundle

f10aaf21b75551bc4a899e89ff434906a2516661 authored over 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

d7760db5d39f98c4d401648e7a477a496536cc43 authored over 1 year ago by yuqi.pyq <[email protected]>
fix: export rust bundle

4466f3edcc1f5da9f00c459039d46affeb246a86 authored over 1 year ago by yuqi.pyq <[email protected]>
Merge pull request #23 from strawberry-vis/release

Release

c3d60b9d3f080767fd662d0356595c89b9dcac7e authored over 1 year ago by xiaoiver <[email protected]>
Merge pull request #22 from strawberry-vis/changeset-release/release

Version Packages

b348b4a658914692a5751afdd430284f1d173fbe authored over 1 year ago by xiaoiver <[email protected]>
chore(release): bump version

a1df7324baf39373480902a6ca356302dd1c8cf2 authored over 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #21 from strawberry-vis/fix-input

fix: use default sampler entry

d7a2289c4503bccef0a5970fd776583872592e60 authored over 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

e521c2a9cbc6c05dc9a813e9b643890a1f35e8c0 authored over 1 year ago by yuqi.pyq <[email protected]>
fix: use default sampler entry

18df7a61bc63415da66afb86d39705aaa879ea07 authored over 1 year ago by yuqi.pyq <[email protected]>
Merge pull request #20 from strawberry-vis/release

Release

391fda2a5b746aa14e5bba4c7da710ce053883c6 authored over 1 year ago by xiaoiver <[email protected]>
Merge pull request #19 from strawberry-vis/changeset-release/release

Version Packages

a2bc0e54dbba543d6c1ffe41d6a9b97e7d892da5 authored over 1 year ago by xiaoiver <[email protected]>
chore(release): bump version

dfde0e70e41c61f394e2f030c190ddb7d0d8e6f7 authored over 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #18 from strawberry-vis/fix-compiler

Export methods in compiler such as getUniforms

c8157bf9005c142f9d419ee872156e596622a0dd authored over 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

6891a60238a802ec7e28e97b38ebb478e76c12d8 authored over 1 year ago by yuqi.pyq <[email protected]>
fix: export compiler utils

cf57a3fafe2d7099f283bbd0f06df8510225f5d2 authored over 1 year ago by yuqi.pyq <[email protected]>
Merge pull request #17 from strawberry-vis/release

Release

eb91300a5261e336dc804e9094a9a7bf460671df authored over 1 year ago by xiaoiver <[email protected]>
Merge pull request #16 from strawberry-vis/changeset-release/release

Version Packages

c55654f3b1a23a0852be10864a53908008e58757 authored over 1 year ago by xiaoiver <[email protected]>
chore(release): bump version

67bb9fe400ec18b80cde9e67ca9252fed4ea6012 authored over 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #15 from strawberry-vis/fix-rename

Refactor some API to make them look more like WebGPU style.

2a3bbdc675b45fecb2aa349a33da0b55d002e89f authored over 1 year ago by xiaoiver <[email protected]>
chore: commit changeset

59a952f88ba0aa034af644710eae855edee6834d authored over 1 year ago by yuqi.pyq <[email protected]>