Hajime Hoshi
6d18367f52
.github: add Patreon account
2023-11-19 03:32:54 +09:00
Hajime Hoshi
630789757f
all: add files for PlayStation 5
...
The implementation is WIP.
Updates #2799
2023-10-16 00:54:08 +09:00
Hajime Hoshi
e7ad5c52fe
internal/glfw: merge internal/goglfw into internal/glfw
...
This also changes APIs in internal/glfw to return errors.
Updates #2703
2023-10-05 03:09:51 +09:00
Hajime Hoshi
370e506dc9
.github/workflows: improve go-vet test targets
2023-10-05 02:26:35 +09:00
Hajime Hoshi
cc999a4c5b
.github/workflows: skip vettools for Go 1.18 and 1.19
...
There is an issue in golang.org/x/tools@v0.12.0. See golang/go#62519
for the details.
As a temporary solution, just skip using vettools for Go 1.18 and 1.19.
2023-10-04 13:37:42 +09:00
Hajime Hoshi
b27238e989
.github/workflows: refactoring
2023-10-04 12:17:41 +09:00
Hajime Hoshi
73524d8df5
.github/workflows: move vettools to internal to avoid a nested module
2023-10-04 12:16:32 +09:00
Nathan Levett
8b587a1d4e
.github/workflows: dynamic Go versions in vuln workflow ( #2800 )
...
Swap from hard coded versions of go to dynamically acquiring
the latest stable versions from https://go.dev/dl/?mode=json
Closes #2573
2023-10-03 02:33:23 +09:00
Hajime Hoshi
49ff4df890
.github/workflows: add PlayStation 5
2023-10-01 22:42:58 +09:00
Hajime Hoshi
8ab6b74c93
.github/workflows: reenable tests on branches
...
This is necessary for stable branches.
2023-09-29 13:00:12 +09:00
Hajime Hoshi
0c9b5cca2c
.github/workflows: remove Wayland tests
...
Updates #2759
2023-09-21 13:06:12 +09:00
Hajime Hoshi
b88d02851f
.github/workflows: change triggers
2023-09-11 17:44:20 +09:00
Hajime Hoshi
be771268ed
.github/workflows: update actions
2023-09-08 23:27:09 +09:00
Hajime Hoshi
841e3caddf
revert gomobile version
...
This reverts these commit:
* 7f0a86f32c
.
* b615aaf673
.
Reason: Test failures. See golang/go#62415
2023-09-02 02:12:06 +09:00
Hajime Hoshi
7f0a86f32c
.gitub/workflows: add -compat=1.17 to go-mod-tidy
...
This is due to a new dependency on golang.org/x/exp/shiny from
gomobile.
2023-09-02 01:22:36 +09:00
Hajime Hoshi
98ead195c6
audio: bug fix: deadlock between a player and a context
...
Closes #2737
2023-08-29 14:52:48 +09:00
Hajime Hoshi
b084ccb456
.github/workflows: support Go 1.21
2023-08-09 00:28:36 +09:00
Hajime Hoshi
f9d8834d2d
.github/workflows: bug fix: the format of go.dev/VERSION has changed
2023-08-09 00:09:47 +09:00
Hajime Hoshi
c2933b657c
.github/workflows: update Go versions
2023-08-02 12:38:05 +09:00
Hajime Hoshi
8df1b6578a
.github/workflows: add Go 1.21
2023-07-20 20:20:27 +09:00
Hajime Hoshi
b837713262
.github/workflows: add wayland test
2023-07-13 03:09:11 +09:00
Hajime Hoshi
e04b7a438a
.github/workflows: update Go versions
2023-07-12 12:01:40 +09:00
Hajime Hoshi
a9c272d137
.github/workflows: use $GITHUB_OUTPUT
...
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-07-11 01:30:57 +09:00
Hajime Hoshi
66410a03cb
.github/workflows: update issue-labeler
2023-07-08 19:28:38 +09:00
Hajime Hoshi
585e929f9f
.github/workflows: update Go versions
2023-06-07 11:49:59 +09:00
Hajime Hoshi
af767c5d8d
.github/workflows: reenable 32bit Linux building
...
Closes #2667
2023-05-29 00:46:22 +09:00
Hajime Hoshi
556ec7053a
.github/workflows: disable Linux i386 tests temporarily
...
Updates #2667
2023-05-16 03:04:00 +09:00
Hajime Hoshi
89e38041f2
.github/workflows: update
2023-05-03 11:55:19 +09:00
Hajime Hoshi
00e45affe9
all: update OpenGL version from 2.1 to 3.2
...
'texelFetch' requires OpenGLSL 1.30, which requires OpenGL 3.0+.
macOS might not support OpenGL 3.0 and 3.1, so adopt 3.2.
Updates #1431
2023-04-23 14:25:36 +09:00
Hajime Hoshi
00ed6f08fc
internal/graphicsdriver/opengl/gl: refactoring: reduce types
2023-04-22 19:27:56 +09:00
Hajime Hoshi
0542f9daa3
internal/graphicsdriver/opengl/gl: refactoring
2023-04-22 15:59:18 +09:00
Hajime Hoshi
f59322257b
.github/workflows: update Go versions
2023-04-05 02:48:28 +09:00
Hajime Hoshi
78d76945ad
internal/graphicsdriver/directx: implement DirectX 11 driver
...
Updates #2613
2023-03-29 15:52:33 +09:00
Hajime Hoshi
72c9ede592
.github/workflows: clean up test.yml
2023-03-29 15:23:51 +09:00
Hajime Hoshi
cbff3555db
internal/graphicsdriver/opengl: drop WebGL 1 support
...
Closes #2191
2023-03-18 22:50:09 +09:00
Hajime Hoshi
694bf449c8
.github/workflows: remove unnecessary file
2023-03-09 17:47:59 +09:00
Hajime Hoshi
65460184a2
.github/workflows: update Go versions
2023-03-09 17:22:30 +09:00
Hajime Hoshi
c7272cf9ba
.github/workflows: add -p=1 for Linux
...
Updates #2571
2023-03-01 21:44:55 +09:00
Hajime Hoshi
48147cab05
Revert ".github/workflows: run the ebiten package tests first"
...
This reverts commit 57025641a0
.
Reason: -shuffle=on prevents caching
2023-02-26 01:15:47 +09:00
Hajime Hoshi
2baecccf45
.github/workflows: run processtest separately
...
Updates #2571
2023-02-25 13:23:40 +09:00
Hajime Hoshi
57025641a0
.github/workflows: run the ebiten package tests first
...
Let's mitigate the test load by running the heaviest tests and depending
on cache.
Updates #2571
2023-02-20 01:37:38 +09:00
Hajime Hoshi
5038b8b645
.github/workflows: update Go versions
2023-02-15 18:51:33 +09:00
Hajime Hoshi
fb51e67910
.github/workflows: use cleanenv to reduce environment variables
...
Closes #2412
2023-02-08 01:11:06 +09:00
Hajime Hoshi
fa751853d7
.github/workflows: use Go 1.20
2023-02-02 10:35:15 +09:00
Hajime Hoshi
d37aadd064
.github/workflows: fix govetblock.txt
...
Updates #2546
2023-01-21 22:17:36 +09:00
Hajime Hoshi
aebb7e9aef
.github/workflows: update wasmbrowsertest
2023-01-21 18:47:30 +09:00
Hajime Hoshi
b065f53a67
.github/workflows: update Go 1.20 to RC3
2023-01-20 16:16:41 +09:00
Hajime Hoshi
8d61d43371
.github/ISSUE_TEMPLATE: remove 02-security.yml
...
GitHub now provides a default template.
https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository
2023-01-18 03:37:00 +09:00
Hajime Hoshi
1da6b06041
.github/workflows/vuln: update Go versions
2023-01-11 21:37:19 +09:00
Hajime Hoshi
2f948f35d0
.github/workflows: use Go 1.20.0-rc.2
2023-01-05 19:20:34 +09:00