mobile/app
Nigel Tao 4d3dd47e87 app/debug: use the *image.RGBA drawing fast path.
On my 2013 Nexus 7, a simple

start := time.Now()
draw.Draw(etc)
log.Printf("draw.Draw took %v", time.Since(start))

around the draw.Draw call dropped from 12ms to 30µs.

Change-Id: I12aea4a4ade07eedb8ee86f7c8d4a4ed49f39f36
Reviewed-on: https://go-review.googlesource.com/11299
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-06-23 04:51:34 +00:00
..
debug app/debug: use the *image.RGBA drawing fast path. 2015-06-23 04:51:34 +00:00
internal/callfn app: call main.main on app startup 2015-04-17 16:08:58 +00:00
Go.java bind/java: use the class loader cached during JNI_OnLoad call. 2015-05-06 03:41:18 +00:00
android.c app: introduce Config and start registration 2015-05-06 17:32:53 +00:00
android.go app: fix onInputQueueDestroyed shadowing bug. 2015-06-01 04:35:06 +00:00
app.go app: introduce Config and start registration 2015-05-06 17:32:53 +00:00
darwin_amd64.go gl: batch calls onto a dedicated context thread 2015-06-01 15:35:03 +00:00
darwin_amd64.m gl: batch calls onto a dedicated context thread 2015-06-01 15:35:03 +00:00
darwin_armx.go app: fix broken build for armx. 2015-06-08 20:57:53 +00:00
darwin_armx.m app: use more obscure names for objective-c classes. 2015-06-09 20:50:37 +00:00
desktop.go mobile: add extra build tags. 2015-01-20 15:15:48 +00:00
doc.go all: update docs to remove code.google.com 2014-12-11 14:15:30 +00:00
loop_android.go gl: batch calls onto a dedicated context thread 2015-06-01 15:35:03 +00:00
state.go app: introduce Config and start registration 2015-05-06 17:32:53 +00:00
stdio_android.go go.mobile/app: do not log info android logcat already includes 2014-10-23 09:55:09 -04:00
x11.c app: move x11 API calls to GL thread 2015-06-11 16:42:09 +00:00
x11.go app: move x11 API calls to GL thread 2015-06-11 16:42:09 +00:00