ebiten/internal
Hajime Hoshi f5336ce7bc opengl: Use 'EXT' functions for framebuffers
Some pretty old machines don't support OpenGL 3.x or later, and in
such environment, some framebuffer functions like glGenFramebuffers
are not available. Instead, EXT versions can be used even on
machines that don't support OpenGL 3.x.

After this change, Ebiten always tries to use EXT version of
framebuffer functions. I believe EXT version is always available
when non-EXT version is available, so this chang eshould be safe.

Fixes #602
2018-05-10 02:11:23 +09:00
..
affine affine: Bug fix: (*GeoM).det() was wrong (#547) 2018-03-12 11:11:53 +09:00
clock Remove internal/sync 2018-05-09 23:41:08 +09:00
devicescale devicescale: Panic on Android when called from init funcs 2018-05-05 03:16:29 +09:00
graphics graphics: Remove unneeded GL calls 2018-05-02 01:12:17 +09:00
graphicsutil graphicsutil: Avoid duplicated copying 2018-03-09 01:00:23 +09:00
hooks internal/hooks: Rename Update -> BeforeUpdate 2018-03-15 02:50:10 +09:00
input input: Add Pause and Print Screen buttons (#555) 2018-04-21 09:36:28 -07:00
jni ui: Don't panic at DeviceScaleFactor in init 2018-05-05 01:28:29 +09:00
math graphics: Refactoring: Move adjustment logic for glClearColor to opengl package 2017-12-03 03:51:42 +09:00
opengl opengl: Use 'EXT' functions for framebuffers 2018-05-10 02:11:23 +09:00
packing Revert "Revert "shareable: Avoid unneeded extending images"" 2018-03-20 02:15:49 +09:00
png Add periods after 'DO NOT EDIT' 2018-04-28 03:37:19 +09:00
restorable restorable: Fix comments 2018-04-29 13:49:33 +09:00
shareable Remove internal/sync 2018-05-09 23:41:08 +09:00
testflock test: Use flock to make tests exclusive 2018-04-07 00:59:52 +09:00
ui ui: Add MonitorSize 2018-05-05 02:42:45 +09:00
web web: Bug fix: Expose IsAndroidChrome 2017-12-17 01:22:22 +09:00
license.go internal: Fix LicenseComment not to use LICENSE file 2016-10-21 00:30:51 +09:00