skia2/tools/fiddle
Joe Gregorio a8fabd3f28 Fiddle can use EGL if available.
To test this turn on egl, e.g. --args='skia_use_egl=true', and run by altering the
library path to point to the right directory of the EGL driver you want to use, for example:

  LD_LIBRARY_PATH=/usr/lib/nvidia-367/ ./out/Release/fiddle  | ./tools/fiddle/parse-fiddle-output 

Bug: skia:
Change-Id: I2cce80318925fe88f9407646acb67628a8e48810
Reviewed-on: https://skia-review.googlesource.com/18137
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2017-05-31 14:23:56 +00:00
..
.gitignore experimental/fiddle -> tools/fiddle 2016-04-18 11:50:07 -07:00
animate.sh [fiddle] Add simple animation support. 2017-04-19 18:46:52 +00:00
draw.cpp [fiddle] Add simple animation support. 2017-04-19 18:46:52 +00:00
egl_context.cpp Fiddle can use EGL if available. 2017-05-31 14:23:56 +00:00
fiddle_main.cpp Fiddle can use EGL if available. 2017-05-31 14:23:56 +00:00
fiddle_main.h Fiddle can use EGL if available. 2017-05-31 14:23:56 +00:00
mesa_context.cpp Fiddle can use EGL if available. 2017-05-31 14:23:56 +00:00
null_context.cpp Fiddle can use EGL if available. 2017-05-31 14:23:56 +00:00
parse-fiddle-output experimental/fiddle -> tools/fiddle 2016-04-18 11:50:07 -07:00