aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* add SkSize for dimensionsGravatar reed@android.com2009-05-08
* add BitmapCopyTest. Still need to consider the src==no_config caseGravatar reed@android.com2009-05-01
* add skiamge (in tools/) that decodes and encodes imagesGravatar reed@android.com2009-04-24
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* move SkUserConfig.h into include/config/ so it can be replaced by changing theGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* rename tests/main to testmain.cppGravatar reed@android.com2009-04-01
* rename bench's main to benchmain.cpp, to avoid multiple files with same nameGravatar reed@android.com2009-04-01
* add -pict option to bench, which draws everything through a picture, and thenGravatar reed@android.com2009-03-31
* build with -WallGravatar reed@android.com2009-03-20
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* Move SkTSort.h back to private, and instead allow in the makefile for tests toGravatar reed@android.com2009-03-04
* add test for different srcover implementationsGravatar reed@android.com2009-03-03
* Unit test and bug fixes for cubic Bezier clipping.Gravatar turk@google.com2009-03-03
* add initial unittests for PathGravatar reed@android.com2009-03-02
* add tests (unittests) to MakefileGravatar reed@android.com2009-02-28
* draft of Text benchmarkGravatar reed@android.com2009-01-28
* add png to bench filesGravatar reed@android.com2009-01-27
* add BitmapBenchGravatar reed@android.com2009-01-26
* don't add in png-codec for the mac buildGravatar reed@android.com2009-01-23
* Move libpng file into app, rather than the libskia, so it doesn't get optimizedGravatar reed@android.com2009-01-23
* update makefile for newly moved FactoriesGravatar reed@android.com2009-01-22
* oops, add images_files.mkGravatar reed@android.com2009-01-21
* make help - shows options in makefileGravatar reed@android.com2009-01-21
* add -lpthreadGravatar reed@android.com2009-01-16
* make these compile w/o SK_CAN_USE_FLOATGravatar reed@android.com2009-01-16
* add crude Makefile (someone please help!)Gravatar reed@android.com2009-01-16