Hajime Hoshi
b131264c77
text/v2: add comments
2024-08-20 21:06:27 +09:00
Hajime Hoshi
35f9b1c224
ebiten: add RunGameOptions.DisableHiDPI
...
Closes #2987
2024-08-20 00:02:57 +09:00
Hajime Hoshi
789388618d
all: add playstation5 dummy package
2024-08-18 11:54:48 +09:00
Hajime Hoshi
ba1af60480
all: update comments
2024-08-18 11:14:25 +09:00
Hajime Hoshi
8f32cc19c5
audio: update comments
2024-08-18 11:13:35 +09:00
Hajime Hoshi
48f79af884
shaderprecomp: retract shaderprecomp package
...
With #2984 , we realized some considerations:
* Builtin shaders don't have to or should not be exposed.
* The shader complation processes like what the examples/shaderprecomp
does can be provided by this package
Thus, until we decide a better API design, we'd like to retract the
package once.
Updates #2861
2024-08-18 11:09:16 +09:00
Hajime Hoshi
9c931c4c97
shaderprecomp: remove a file for PS5
2024-08-18 00:52:34 +09:00
Hajime Hoshi
17322c9c3b
all: reduce files for PS5
2024-08-17 23:06:01 +09:00
Hajime Hoshi
26038c2ac1
internal/ui: bug fix: an unexpected scroll bar was shown
...
Closes #3066
2024-08-16 23:57:52 +09:00
Hajime Hoshi
949d6abe6f
all: update dependencies
2024-08-14 10:43:28 +09:00
Hajime Hoshi
abaad0b6f2
.github/workflows: use the released version of Go 1.23
2024-08-14 09:15:56 +09:00
Hajime Hoshi
435c8b75eb
internal/graphicsdriver/opengl: automatically adjust the array buffer layout
...
Updates #2640
2024-08-12 04:08:02 +09:00
Hajime Hoshi
9e208eee81
all: use QuadVerticesFromDstAndSrc when possible
2024-08-12 02:42:36 +09:00
Hajime Hoshi
b6ab7a10c1
internal/graphics: unify QuadVertices
...
This is a preparation for adding members to Vertex.
Updates #2640
2024-08-12 00:29:24 +09:00
Hajime Hoshi
6cd00f3b88
internal/graphicsdriver/opengl: exclude playstation5
2024-08-11 22:41:21 +09:00
Hajime Hoshi
9a751d7c26
internal/mipmap: refactoring
2024-08-11 22:33:21 +09:00
Hajime Hoshi
e6807794f2
internal/mipmap: refactoring
2024-08-11 22:29:15 +09:00
Hajime Hoshi
5e820be911
internal/buffered: refactoring
...
This is a preparation for adding members to Vertex.
Updates #2640
2024-08-11 22:25:45 +09:00
Hajime Hoshi
5f80f4b3de
all: refactoring
2024-08-11 21:43:00 +09:00
Hajime Hoshi
b9c24f786a
ebiten: add BenchmarkDrawTriangles
2024-08-11 16:41:19 +09:00
Hajime Hoshi
89933bf0ab
internal/graphicsdriver/playstation5: bug fix: compile error
2024-08-10 21:52:38 +09:00
Hajime Hoshi
332da38565
internal/graphicsdriver/playstation5: update DrawTriangles
...
A Go pointer in a C struct could cause some troubles.
2024-08-10 21:21:09 +09:00
Hajime Hoshi
fbf40a4455
vector: bug fix: isPointCloseToSegment didn't work when two p0 and p1 are the same
...
Closes #3061
2024-08-10 17:13:09 +09:00
Hajime Hoshi
fc37cdedeb
vector: reuse previous allocated subpaths
...
Closes #3060
2024-08-10 15:13:23 +09:00
Hajime Hoshi
309c886c2e
vector: use value type for subpath
...
Updates #3060
2024-08-10 15:04:13 +09:00
Hajime Hoshi
68380e506e
vector: reduce memory allocations by reusing the same Path objects
2024-08-10 14:02:49 +09:00
Hajime Hoshi
cdb430b2a5
vector: reduce allocations
2024-08-10 05:35:29 +09:00
Hajime Hoshi
e8e458802d
examples/vector: reduce allocations
2024-08-10 05:22:53 +09:00
Hajime Hoshi
071024e89f
vector: reduce memory allocations in the utility functions
2024-08-10 05:11:46 +09:00
Hajime Hoshi
38b8ba5677
vector: lazy point calculation
...
This is a preparation for #2884 .
Updates #2884
2024-08-10 04:09:39 +09:00
Hajime Hoshi
361da49887
.github/workflows: remove unnecessary environment variable
...
Updates #2944
2024-08-10 01:25:07 +09:00
Hajime Hoshi
a5235eea86
internal/graphicsdriver/opengl/gl: always prefer OpenGL ES to OpenGL
...
Closes #2944
2024-08-10 01:21:35 +09:00
Hajime Hoshi
1a0f50503d
.github/workflows: update wasmbrowsertest for the websocket issue
...
See https://github.com/agnivade/wasmbrowsertest/issues/59 .
Closes #2982
2024-08-09 16:02:46 +09:00
Hajime Hoshi
956a95c397
all: update Oto to v3.3.0-alpha.4
2024-08-09 00:08:22 +09:00
Hajime Hoshi
9c80367f2f
internal/gamepad: ignore EACCES error for /dev/input
...
Updates #3057
2024-08-08 11:35:39 +09:00
Hajime Hoshi
3624486f8b
all: update PureGo to v0.8.0-alpha.4
2024-08-08 00:07:40 +09:00
Hajime Hoshi
1f03971fa9
internal/debug: reland: rename functions
2024-08-07 23:48:35 +09:00
Hajime Hoshi
fab9482e0e
Revert "internal/debug: rename functions"
...
This reverts commit 74722298a2
.
Reason: This included an unexpected change in internal/gamepad
2024-08-07 23:47:51 +09:00
Hajime Hoshi
74722298a2
internal/debug: rename functions
2024-08-07 23:42:36 +09:00
Hajime Hoshi
13353dc465
all: update Oto
...
Updates ebitengine/oto#242
2024-08-06 13:21:57 +09:00
Hajime Hoshi
72f50c389b
Revert "all: update Oto"
...
This reverts commit 8f36a479a3
.
Reason: crash on tests
https://github.com/ebitengine/oto/actions/runs/10253513865/job/28366298117
2024-08-06 03:11:48 +09:00
Hajime Hoshi
8f36a479a3
all: update Oto
...
Updates ebitengine/oto#242
2024-08-06 02:45:09 +09:00
Hajime Hoshi
2a34d1d47b
internal/graphicsdriver/opengl/gl: use PureGo version for Android again
...
This is basically a revert for 297efea68b
.
This updates PureGo for the Android issue.
Updates #3052
Updates ebitengine/purego#262
2024-08-05 23:34:56 +09:00
Hajime Hoshi
1e3ab9e5fc
all: update dependencies
2024-08-05 21:23:03 +09:00
Hajime Hoshi
aba652c323
internal/graphicsdriver/playstation5: add DrawTriangles
2024-08-04 19:13:36 +09:00
Hajime Hoshi
6555375b06
all: add .clang-format
2024-08-04 19:06:59 +09:00
Hajime Hoshi
9bd17de2d3
internal/graphicsdriver/opengl: remove unused members
2024-08-04 04:26:53 +09:00
Hajime Hoshi
37a6057230
internal/ui: bug fix: increase maxSkipCount
...
Closes #3055
2024-08-04 04:16:01 +09:00
Hajime Hoshi
af6072c1b4
internal/shader: add more tests
...
Updates #3011
2024-08-03 19:08:03 +09:00
Hajime Hoshi
7c4f532b83
internal/shader: bug fix: an index must be a constant for vectors
...
Updates #3011
2024-08-03 19:03:42 +09:00