index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
add SkSize for dimensions
reed@android.com
2009-05-08
*
add BitmapCopyTest. Still need to consider the src==no_config case
reed@android.com
2009-05-01
*
add skiamge (in tools/) that decodes and encodes images
reed@android.com
2009-04-24
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
move SkUserConfig.h into include/config/ so it can be replaced by changing the
reed@android.com
2009-04-08
*
add Table apis to SkFontHost
reed@android.com
2009-04-08
*
rename tests/main to testmain.cpp
reed@android.com
2009-04-01
*
rename bench's main to benchmain.cpp, to avoid multiple files with same name
reed@android.com
2009-04-01
*
add -pict option to bench, which draws everything through a picture, and then
reed@android.com
2009-03-31
*
build with -Wall
reed@android.com
2009-03-20
*
Initial implementation of polygon trianagulation. It seems to be robust and p...
turk@google.com
2009-03-13
*
migrate more legacy unittests into tests/
reed@android.com
2009-03-07
*
Move SkTSort.h back to private, and instead allow in the makefile for tests to
reed@android.com
2009-03-04
*
add test for different srcover implementations
reed@android.com
2009-03-03
*
Unit test and bug fixes for cubic Bezier clipping.
turk@google.com
2009-03-03
*
add initial unittests for Path
reed@android.com
2009-03-02
*
add tests (unittests) to Makefile
reed@android.com
2009-02-28
*
draft of Text benchmark
reed@android.com
2009-01-28
*
add png to bench files
reed@android.com
2009-01-27
*
add BitmapBench
reed@android.com
2009-01-26
*
don't add in png-codec for the mac build
reed@android.com
2009-01-23
*
Move libpng file into app, rather than the libskia, so it doesn't get optimized
reed@android.com
2009-01-23
*
update makefile for newly moved Factories
reed@android.com
2009-01-22
*
oops, add images_files.mk
reed@android.com
2009-01-21
*
make help - shows options in makefile
reed@android.com
2009-01-21
*
add -lpthread
reed@android.com
2009-01-16
*
make these compile w/o SK_CAN_USE_FLOAT
reed@android.com
2009-01-16
*
add crude Makefile (someone please help!)
reed@android.com
2009-01-16