ebiten/internal/graphicsdriver/opengl
Hajime Hoshi fd250c8d8c graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment
There is a minimum internal image size on some system like old iOS
devices. This change adds adjustment of the size.

Issue: #810
2019-02-14 23:06:01 +09:00
..
gl graphicsdriver/opengl/gl: Unexport or remove C symbols (#786) 2019-01-17 22:16:47 +09:00
bytes.go Add package graphicsdriver; Move opengl to graphicsdriver/opengl 2018-11-10 22:52:37 +09:00
context_desktop.go graphicsdriver/opengl: Call glFinish before glReadPixels 2019-02-14 02:03:05 +09:00
context_js.go Revert "graphicsdriver/opengl: Use GL_RGBA8 as the internal format at glTexImage2D" 2019-02-12 03:34:06 +09:00
context_mobile.go graphicsdriver/opengl: Call glFinish before glReadPixels 2019-02-14 02:03:05 +09:00
context.go Improve panic messages 2019-02-06 23:43:03 -10:00
driver_mobile.go mobile: Bug fix: error must be received without waiting for renderCh 2019-01-28 12:32:48 +09:00
driver.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00
framebuffer.go graphicsdriver/opengl: Refactoring: Remove framebuffer.projectionMatrix 2018-11-17 22:29:04 +09:00
image.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00
locationcache.go graphicsdriver/opengl: Unexport Context 2018-11-11 01:19:11 +09:00
program.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00
shader.go graphicsdriver/opengl: Reduce 'if' in shader programs 2019-02-12 12:46:18 +09:00
types.go Improve panic messages 2019-02-06 23:43:03 -10:00