ebiten/internal
Hajime Hoshi d4042a5cfa ebiten: Bug fix: Source regions should not be passed when not needed
The source region information affects the condition of merging
graphics commands. To avoid performance issues by the big number of
graphcis commands, do not pass the source region whenever possible.

Fixes #1293
2020-08-12 02:12:35 +09:00
..
affine affine: Add more tests for (*ColorM).Invert 2020-07-04 01:58:37 +09:00
buffered Swap the order of the dependencies 'buffered and 'mipmap' 2020-07-26 12:15:23 +09:00
clock clock: Integrate now.go and now_js.go 2020-04-02 01:52:00 +09:00
colormcache ebitenutil: Cache ColorM and reuse them at DrawRect 2020-06-29 22:35:28 +09:00
devicescale devicescale: Fix comments 2020-03-28 16:31:38 +09:00
driver ebiten: Add new shader builtin functions: image[N]TextureBoundAt 2020-08-11 03:24:54 +09:00
glfw uidriver/glfw: Set No-API when creating a hidden window first 2020-07-05 15:01:06 +09:00
graphics ebiten: Bug fix: Fix the texel calculation 2020-08-11 04:15:07 +09:00
graphicscommand ebiten: Bug fix: Fix the texel calculation 2020-08-11 04:15:07 +09:00
graphicsdriver ebiten: Bug fix: Fix the texel calculation 2020-08-11 04:15:07 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil Remove MonoGame support 2020-05-08 19:32:28 +09:00
mipmap mipmap: Bug fix: HasHighPrecisionFloat cannot be called before the main loop 2020-07-29 12:46:09 +09:00
packing Typo Corrections from https://goreportcard.com/ (#1042) 2020-01-01 23:59:56 +09:00
png Update dependencies 2020-03-31 03:32:38 +09:00
restorable shaderir/metal: Implement the shader IR compiler for Metal 2020-08-08 19:14:57 +09:00
shader shader: Enable to parse ... in an array type 2020-08-11 23:51:22 +09:00
shaderir shaderir: Add bool/int/float conversion 2020-08-11 23:04:55 +09:00
shareable ebiten: Bug fix: Source regions should not be passed when not needed 2020-08-12 02:12:35 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
testing ebiten: Bug fix: Fix the texel calculation 2020-08-11 04:15:07 +09:00
thread thread: Fix comments 2020-03-29 16:27:12 +09:00
uidriver uidriver/glfw: Set No-API when creating a hidden window first 2020-07-05 15:01:06 +09:00
web mipmap: Avoid using the vertex backend when GopherJS is not used 2020-07-14 12:16:37 +09:00