ebiten/internal/processtest/testdata
Hajime Hoshi a971490dc9 internal/graphicscommand: bug fix: resolve unsent WritePixels commands
(*Image).WritePixels doens't send a command to the queue immediately
but caches commands internally. However, the package atlas assumed
that pixel data was sent to the cache every end of a frame. Then, byte
slices for pixels were corrupted.

This change fixes the issue by resolving all the images when flushing
commands.

Closes #2390
2022-10-16 15:27:30 +09:00
..
issue1753.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2079.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2089.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2129.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2138.go internal/graphicsdriver/directx: suppress warnings for depth buffers 2022-06-19 00:21:04 +09:00
issue2154_1.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2154_2.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2162.go ebiten: recommend errors.Is instead of comparing the returned value directly 2022-07-24 23:25:48 +09:00
issue2180.go internal/processtest: rename test 2022-08-17 22:04:51 +09:00
issue2362.go internal/processteset/testdta: bug fix: compile error 2022-10-16 15:26:34 +09:00
issue2390.go internal/graphicscommand: bug fix: resolve unsent WritePixels commands 2022-10-16 15:27:30 +09:00