ebiten/internal
Hajime Hoshi b1d7a5f595 shaderir/glsl: Enable dFdx for WebGL
With WebGL1, an extension is required for dFdx. On the other hand,
with WebGL2, GLSL ES 300 is required and the extension is forbidden.
This change fixes shaderir/glsl to switch the output depends on the
WebGL version.

This change also adds a new build tag 'ebitenwebgl1' forcing WebGL 1.

Updates #1404
2020-11-21 19:07:54 +09:00
..
affine Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
buffered restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 2020-11-08 02:50:06 +09:00
clock clock: Update a comment 2020-10-17 16:08:41 +09:00
colormcache Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
devicescale Clean up the 'js' build tags 2020-10-07 02:07:03 +09:00
driver ebiten: Allow rendering on a sub-image by scissor test 2020-11-08 00:58:44 +09:00
glfw glfw: Create a DLL file atomically by renaming the file 2020-11-02 22:55:08 +09:00
graphics Remove supporting GopherJS 2020-10-07 01:10:09 +09:00
graphicscommand restorable: Reland: Do not record pixels if restoring is not requried 2020-11-14 15:00:16 +09:00
graphicsdriver shaderir/glsl: Enable dFdx for WebGL 2020-11-21 19:07:54 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil jsutil: Rename files 2020-11-01 18:06:43 +09:00
mipmap restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 2020-11-08 02:50:06 +09:00
packing Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
png png: Update for Go 1.15 2020-08-14 03:25:02 +09:00
restorable restorable: Reland: Do not record pixels if restoring is not requried 2020-11-14 15:00:16 +09:00
shader shaderir/glsl: Enable dFdx for WebGL 2020-11-21 19:07:54 +09:00
shaderir shaderir/glsl: Enable dFdx for WebGL 2020-11-21 19:07:54 +09:00
shareable shareable: Refactoring 2020-11-14 13:15:42 +09:00
testflock Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
testing ebiten: Remove the argument from Update 2020-10-04 19:33:10 +09:00
thread Update comments 2020-10-21 03:17:40 +09:00
uidriver Avoid comparing to js.Undefined() for consistency 2020-11-21 14:25:17 +09:00
web web: Remove unused functions 2020-11-21 01:33:09 +09:00