ebiten/internal/graphicsdriver/opengl
Hajime Hoshi ece60af1b7 internal/graphicsdriver/metal: stop using presentsWithTransaction
presentsWithTransaction caused many troubles. The critical thing was
that nextDrawable sometimes took more than one second when a user
inputs with NSTextView.

Fortunately, applications work well even without presentsWithTransaction.

Updates #1029
Updates #1196
Updates #1745
Updates #1974
2022-12-27 19:00:56 +09:00
..
gl internal/shader: introduce integer vectors (ivec2, ivec3, ivec4) 2022-11-21 00:31:23 +09:00
context_js.go internal/graphicsdriver/opengl: refactoring 2022-11-18 13:32:09 +09:00
context_notjs.go internal/graphicsdriver/opengl: refactoring 2022-11-18 13:32:09 +09:00
context.go internal/graphicsdriver/opengl: add comments about Firefox 2022-11-23 00:57:16 +09:00
graphics_default.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
graphics_glfw.go internal/graphicsdriver/opengl: reduce context functions 2022-11-18 03:18:30 +09:00
graphics_js.go internal/graphicsdriver/opengl: remove fnIsContextLost 2022-11-17 12:43:26 +09:00
graphics_mobile.go internal/graphicsdriver/opengl/gl: automatically choose OpenGL and OpenGL ES 2022-11-14 12:50:53 +09:00
graphics.go internal/graphicsdriver/metal: stop using presentsWithTransaction 2022-12-27 19:00:56 +09:00
image.go internal/graphicsdriver/opengl: refactoring 2022-11-18 13:32:09 +09:00
locationcache.go internal/graphicsdriver/opengl: reduce context functions 2022-11-18 03:18:30 +09:00
program.go internal/graphicsdriver/opengl: reduce context functions 2022-11-18 03:18:30 +09:00
shader.go internal/graphicsdriver/opengl: reduce context functions 2022-11-18 03:18:30 +09:00