ebiten/internal/processtest/testdata
Hajime Hoshi c31cc4ecff internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal
Inserting a dummy rendering command after ReplacePixels and before
DrawTriangles solved the issue. This is a very dirty hack, but
there seems no other better way.

Closes #2154
2022-07-03 15:59:18 +09:00
..
issue1753.go internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
issue2079.go internal/ui: bug fix: deadlock at Layout with Ebiten's image functions called 2022-04-26 01:12:57 +09:00
issue2089.go internal/processtest/testdata: add a test case for #2089 2022-05-08 23:45:21 +09:00
issue2129.go internal/atlas: bug fix: use the global lock for shaders 2022-06-08 10:00:31 +09:00
issue2138.go internal/graphicsdriver/directx: suppress warnings for depth buffers 2022-06-19 00:21:04 +09:00
issue2154.go internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal 2022-07-03 15:59:18 +09:00
issue2162.go internal/buffer: bug fix: shader manipulations must be buffered 2022-06-25 01:31:20 +09:00