Hajime Hoshi
|
63a00f6171
|
internal/graphicsdriver/metal/mtl: Bug fix: Test failure
Closes #1696
|
2021-07-05 21:28:25 +09:00 |
|
Hajime Hoshi
|
b54ad73a2b
|
Add go:build comments with go1.17beta1 fmt
|
2021-06-11 01:11:46 +09:00 |
|
Hajime Hoshi
|
bf515bb594
|
Update version to v2.0.0-alpha
|
2020-10-04 04:30:40 +09:00 |
|
Hajime Hoshi
|
ebd0e11c0d
|
graphicsdriver/metal: Avoid synching texture data at ReplacePixels
Instead, use a temporary texture, transfer texture data to it, and
copy the data on GPU side.
|
2020-06-28 19:40:37 +09:00 |
|
Hajime Hoshi
|
9f76b96c1f
|
graphicsdriver/metal: Specify the texture type explicitly
|
2020-06-26 23:46:12 +09:00 |
|
Hajime Hoshi
|
67230ec499
|
graphicsdriver/metal/mtl: Remove CopyAllDevices
CopyAllDevices is not used at Ebiten, and not defined on iOS.
|
2019-06-09 04:32:48 +09:00 |
|
Hajime Hoshi
|
9d291f601e
|
graphicsdriver/metal: Bug fix: Make all the tests pass
|
2019-02-06 23:42:54 -10:00 |
|
Hajime Hoshi
|
ff62876552
|
Add Metal implementation
Fixes #621
|
2018-12-20 02:37:10 +09:00 |
|