ebiten/internal
Hajime Hoshi 59aa41a3c2 internal/affine: Improve ColorM Scale's performance
The benchmark result comparing the previous commit and this commit is this:

```
name           old time/op    new time/op    delta
ColorMScale-8    9.75µs ± 6%    1.30µs ±22%  -86.67%  (p=0.000 n=10+9)

name           old alloc/op   new alloc/op   delta
ColorMScale-8   1.34kB ±100%    1.19kB ±19%     ~     (p=0.421 n=10+8)

name           old allocs/op  new allocs/op  delta
ColorMScale-8      3.00 ± 0%      2.00 ± 0%  -33.33%  (p=0.000 n=10+10)
```

Updates #1658
2021-07-27 13:45:09 +09:00
..
affine internal/affine: Improve ColorM Scale's performance 2021-07-27 13:45:09 +09:00
atlas internal/affine: Refactoring: Make ColorM interface 2021-07-27 12:10:22 +09:00
buffered internal/affine: Refactoring: Make ColorM interface 2021-07-27 12:10:22 +09:00
clock internal/clock: Rename UncappedTPS -> SyncWithFPS 2021-07-22 22:46:24 +09:00
debug Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
devicescale Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
driver internal/driver: Refactoring: Reduce dependencies on affine 2021-07-27 12:19:50 +09:00
glfw Update go-gl/glfw for GLFW 3.3.4 2021-07-27 12:54:11 +09:00
graphics internal/graphics: Reafctoring 2021-06-28 23:28:43 +09:00
graphicscommand internal/affine: Refactoring: Make ColorM interface 2021-07-27 12:10:22 +09:00
graphicsdriver internal/driver: Refactoring: Reduce dependencies on affine 2021-07-27 12:19:50 +09:00
hooks internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
jsutil Remove support of Go 1.13 and Go 1.14 2021-06-07 21:44:22 +09:00
mipmap internal/affine: Refactoring: Make ColorM interface 2021-07-27 12:10:22 +09:00
packing packing: Bug fix: Extend could create a too big page 2020-12-31 17:33:27 +09:00
png Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
restorable internal/affine: Refactoring: Make ColorM interface 2021-07-27 12:10:22 +09:00
shader internal/shaderir/glsl: Bug fix: Remove uncalled functions 2021-07-09 20:22:40 +09:00
shaderir internal/shaderir/glsl: Bug fix: Remove uncalled functions 2021-07-09 20:22:40 +09:00
testflock Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
testing testing: Bug fix: Lack of uniform variables 2020-12-09 11:52:45 +09:00
thread internal/thread: Refactoring 2021-06-15 00:43:48 +09:00
uidriver ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame 2021-07-24 16:09:13 +09:00