aboutsummaryrefslogtreecommitdiffstats
path: root/gm/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Skia Merge (revision 1510)Derek Sollenberger2011-06-071-0/+1
| | | | | | | | | | | | | | | | | | This CL includes bug fixes and closely mirrors the version of Skia used in Chrome M13, which is likely to be our baseline for ICS. The CL also adds source files for the SampleApp which will allow us to execute basic skia tests. The SampleApp requires the utils/views directory in order to run. Finally, we have included the PDF backend for Skia in order to experiment with using it to generate PDF files for certain applications. Note: The SampleApp and PDF code are not built as part of libskia. Change-Id: I1895ccfbd8074e25f19148cc7bd1b4af571fb307
* Skia Merge (revision 1116)Derek Sollenberger2011-04-141-0/+2
| | | | | | There is a companion change in external/webkit Change-Id: I1c4110e7520bbef3f4e5f9551adb7ec79ac1e3ed
* Build the golden master tests for skia.Derek Sollenberger2011-03-171-1/+8
| | | | Change-Id: I6cb3b47a36f8c334c7bfb77af6ea957bd2d78cf5
* Skia Merge (revision 922)Derek Sollenberger2011-03-141-14/+20
| | | | Change-Id: I7ed57d10905d8bad6486a4d7410165eec1cc2b4f
* Skia Merge (revision 808)Derek Sollenberger2011-02-231-3/+6
| | | | | | | | | | This merge has companion changes in the following projects in order to be compatible with changes to skia interfaces and practices: 1. /frameworks/base 2. /external/webkit Change-Id: I54092971305579e81a8fdb27bbe04ec340792e3b
* add SkSize.hMike Reed2009-09-141-0/+31
add golden-master (gm) test app