aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* fix base linux build, adding freetype supportGravatar reed@android.com2009-09-28
* updateGravatar reed@android.com2009-09-02
* add benchmark for repeat-tile bitmapsGravatar reed@android.com2009-08-12
* update make for nwaycanvasGravatar reed@android.com2009-08-04
* add opts files to the makeGravatar reed@android.com2009-07-30
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22
* add new make target "all", to build all known targetsGravatar reed@android.com2009-06-23
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* add gm for shader tilemodesGravatar reed@android.com2009-06-22
* add gm for gradientsGravatar reed@android.com2009-06-22
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more progress on golden-master test suite (not finished yet)Gravatar reed@android.com2009-06-20
* 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