• Joined on 2024-03-17
mth synced commits to main at mth/ebiten from mirror 2024-08-10 09:30:04 +02:00
fc37cdedeb vector: reuse previous allocated subpaths
309c886c2e vector: use value type for subpath
68380e506e vector: reduce memory allocations by reusing the same Path objects
Compare 3 commits »
mth synced commits to refs/pull/3051/merge at mth/ebiten from mirror 2024-08-10 01:20:04 +02:00
361da49887 .github/workflows: remove unnecessary environment variable
a5235eea86 internal/graphicsdriver/opengl/gl: always prefer OpenGL ES to OpenGL
1a0f50503d .github/workflows: update wasmbrowsertest for the websocket issue
956a95c397 all: update Oto to v3.3.0-alpha.4
Compare 10 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-10 01:20:04 +02:00
cdb430b2a5 vector: reduce allocations
e8e458802d examples/vector: reduce allocations
071024e89f vector: reduce memory allocations in the utility functions
38b8ba5677 vector: lazy point calculation
361da49887 .github/workflows: remove unnecessary environment variable
Compare 6 commits »
mth synced and deleted reference refs/tags/issue-2982-wasm at mth/ebiten from mirror 2024-08-09 17:10:03 +02:00
mth synced commits to main at mth/ebiten from mirror 2024-08-09 17:10:03 +02:00
1a0f50503d .github/workflows: update wasmbrowsertest for the websocket issue
mth synced commits to issue-2982-wasm at mth/ebiten from mirror 2024-08-09 09:00:03 +02:00
mth synced new reference issue-2982-wasm to mth/ebiten from mirror 2024-08-09 09:00:03 +02:00
mth synced commits to main at mth/ebiten from mirror 2024-08-09 00:50:03 +02:00
956a95c397 all: update Oto to v3.3.0-alpha.4
mth synced commits to main at mth/ebiten from mirror 2024-08-08 08:36:14 +02:00
9c80367f2f internal/gamepad: ignore EACCES error for /dev/input
mth synced commits to main at mth/ebiten from mirror 2024-08-08 00:26:14 +02:00
3624486f8b all: update PureGo to v0.8.0-alpha.4
1f03971fa9 internal/debug: reland: rename functions
fab9482e0e Revert "internal/debug: rename functions"
74722298a2 internal/debug: rename functions
Compare 4 commits »
mth synced commits to refs/pull/3051/merge at mth/ebiten from mirror 2024-08-06 15:46:14 +02:00
13353dc465 all: update Oto
Compare 2 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-06 07:36:14 +02:00
13353dc465 all: update Oto
mth synced commits to main at mth/ebiten from mirror 2024-08-05 23:26:15 +02:00
72f50c389b Revert "all: update Oto"
8f36a479a3 all: update Oto
2a34d1d47b internal/graphicsdriver/opengl/gl: use PureGo version for Android again
Compare 3 commits »
mth synced commits to refs/pull/3051/merge at mth/ebiten from mirror 2024-08-05 23:26:15 +02:00
30157b5dea Add license header
b20692f523 Fixed colorscale mode
2eebe55b90 Restore go1.19
ec06c68fa3 Re-use internal/packing logic and remove external dep
Compare 18 commits »
mth synced commits to refs/pull/3051/head at mth/ebiten from mirror 2024-08-05 23:26:15 +02:00
30157b5dea Add license header
b20692f523 Fixed colorscale mode
2eebe55b90 Restore go1.19
ec06c68fa3 Re-use internal/packing logic and remove external dep
Compare 4 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-05 15:16:13 +02:00
1e3ab9e5fc all: update dependencies
mth synced commits to main at mth/ebiten from mirror 2024-08-04 14:46:14 +02:00
aba652c323 internal/graphicsdriver/playstation5: add DrawTriangles
6555375b06 all: add .clang-format
Compare 2 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-03 22:26:14 +02:00
9bd17de2d3 internal/graphicsdriver/opengl: remove unused members
37a6057230 internal/ui: bug fix: increase maxSkipCount
Compare 2 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-03 14:16:13 +02:00
af6072c1b4 internal/shader: add more tests
7c4f532b83 internal/shader: bug fix: an index must be a constant for vectors
Compare 2 commits »
mth synced commits to main at mth/ebiten from mirror 2024-08-02 21:56:13 +02:00
719838b7ab .github/workflows: update wasmbrowsertest to fix timeout issue