History log of /external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c722197b3e48d28cb063df0b67a0718d8899e58 11-May-2015 Derek Sollenberger <djsollen@google.com> Add android_launch_app script to allow command line options to be passed to the sampleApp when starting.

BUG=skia:3815
DOCS_PREVIEW= https://skia.org/?cl=1136753003
R=bungeman@google.com, tomhudson@google.com

Review URL: https://codereview.chromium.org/1136753003
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
4a8d622e1d40df1e9959fcb6169d579c5ecff7d8 07-May-2015 bungeman <bungeman@google.com> Add default resourcePath to SampleApp on Android.

Currently SampleApp on Android cannot find resources. This sets the
resourcePath to /data/local/tmp/skia/resources/ which is the path
used in documentationo. A future change will allow this default to be
overridden.

BUG=skia:3815

Review URL: https://codereview.chromium.org/1125363004
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
0b17d6cb343cb71a3f548a02f0952c3592fc8c87 13-Nov-2014 djsollen <djsollen@google.com> Cleanup public includes directory.

This CL updates various files in the includes directory to ensure that (1) they do
not depend on headers in /src and (2) that they minimize their dependence on external
headers.

To ensure that we don't regress this behavior a new build target has been added to
build a single cpp file that contains all* public includes and is compiled with
only those directories in the include path.

* The exception is those includes that depend on OS specific headers

BUG=skia:2941
NOTRY=true

Review URL: https://codereview.chromium.org/721903002
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
cce39b264cf5a24f282492ab324dc55b15bf96fd 02-May-2014 djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> Remove extra includes from android sample app

R=borenet@google.com

Review URL: https://codereview.chromium.org/264773012

git-svn-id: http://skia.googlecode.com/svn/trunk@14540 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
d202528f488a87ccff28732e0bea54dfd73bc854 17-Apr-2014 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> SkiaSampleRenderer - handle case where compiler won't cast jint to void*.

R=djsollen@google.com, scroggo@google.com

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/239703016

git-svn-id: http://skia.googlecode.com/svn/trunk@14244 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
a3b84d41efbbc5ab1e050a33d66dca4d1c44c9e3 10-Dec-2013 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Support MSAA4 and (non-ES) OpenGL in Android SampleApp

Add a menu item to set the OpenGL context type that SampleApp uses on
Android. The submenu of the new item will present options to create
OpenGL ES or OpenGL, aliased or multisampled.

R=djsollen@google.com, bsalomon@google.com

Author: kkinnunen@nvidia.com

Review URL: https://codereview.chromium.org/60273006

git-svn-id: http://skia.googlecode.com/svn/trunk@12610 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
815211307368b82a8df503432221b80ab0a804c3 30-Apr-2013 skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8919 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
dcdd57faf02fb4fd23bb8265392b9c22e068907e 29-Apr-2013 djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> Copy the top level Android directory into trunk.

This CL is the first step in a series needed to move the
android directory into trunk. After the copy we will update
GYP and DEPS to point to the new location and only then
remove the original directory.

git-svn-id: http://skia.googlecode.com/svn/trunk@8891 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp