Commit Graph

10 Commits

Author SHA1 Message Date
983 11afa26926 enabled GL_OES_standard_derivatives to get fwidth, dFdx, dFdy 2015-12-05 14:32:30 +01:00
Gregg Tavares a026979f3b Remove Desktop GL cruft
AFAICT these are left over from WebGL alpha days.
There's no need for them in WebGL.
2015-04-08 19:02:54 +09:00
Ed Mackey 8617669a40 Prevent compile timer from starting during load, because CodeMirror was firing its onChange event after loading a new hash. This cuts page load time in half for systems relying on the ANGLE cross-compiler, because it compiles only once now, not twice. 2011-12-23 22:13:25 -05:00
Ed Mackey ee5ab8ac04 Make the gallery button and parent button into actual a.href links, so you can "open in new tab" without losing your shader. Kept the styling, so should be a subtle difference. 2011-12-09 22:05:28 -05:00
Ed Mackey 15ef80d445 Changed precision highp to mediump in the default new shader, for better compatibility with mobile devices. See: https://twitter.com/neonux/status/142299177102225408 and following discussions. 2011-12-01 22:14:43 -05:00
Erik Faye-Lund 6e999c63a8 use codemirror2 as editor 2011-11-30 18:17:58 +01:00
Erik Faye-Lund 7b8fb987c8 fix incorrect function definitions
In 8e63251 (add parent button to the editor), the version of
add_save_button in static/js/helpers.js was renamed to
add_save_buttons, while the version in server/assets/helpers.js and
call-site was updated to call add_server_buttons.

At the same time, the version of set_save_button in
static/js/helpers.js was renamed to set_server_button, but no
call-site was changed. This smells like fat fingers ;)
2011-11-30 17:34:53 +01:00
Javi Fontan 8e63251fef add parent button to the editor 2011-11-22 01:34:47 +01:00
Javi Fontan b8d5442b0f added user id, save changes to fork when is not the owner 2011-11-16 22:34:01 +01:00
Mr.doob 2e2abb0997 Applying @jfontan's changes.
Sorry @zz85! I'll try to merge your changes at some point too!
2011-11-16 21:40:32 +01:00