| Commit message (Expand) | Author | Age |
... | |
* | enable sse2 source in makefile | reed@google.com | 2011-01-17 |
* | add SSE2 opt files to xcode | reed@google.com | 2011-01-17 |
* | use -O2 for release, -g for debug (so we can get symbols for gdb) | reed@google.com | 2011-01-10 |
* | add template macro to "safely" perform casts w/o breaking strict-aliasing | reed@google.com | 2011-01-05 |
* | add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) | reed@android.com | 2011-01-03 |
* | fix build for linux | reed@google.com | 2010-12-23 |
* | require lpng12 for gm tool (since Mac encoder tweaks the results for colorspa... | reed@google.com | 2010-12-23 |
* | silence some of our startup spew | reed@google.com | 2010-12-23 |
* | add gpu to the default makefile | reed@google.com | 2010-12-23 |
* | remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)... | reed@google.com | 2010-12-20 |
* | add option to write PDFs from gm | reed@google.com | 2010-12-20 |
* | update for GPU backend | reed@android.com | 2010-12-20 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | Initial PDF backend commit: directories, build rules, primitives | vandebo@chromium.org | 2010-09-24 |
* | force 10.4 SDK for macs, as the font porter there needs those APIs | reed@android.com | 2010-05-12 |
* | add FPSBench.cpp | reed@android.com | 2010-04-15 |
* | add png to makefile for linux | reed@android.com | 2010-04-15 |
* | add SK_ENABLE_LIBPNG to force reference to PNG codec | reed@android.com | 2010-04-15 |
* | add skhello for simple hello-world sample code | reed@android.com | 2010-04-12 |
* | More SSE2-ification; fix for gcc -msse2. | senorblanco@chromium.org | 2009-11-16 |
* | Makefile fix: Fix gm build for Linux. | senorblanco@chromium.org | 2009-10-30 |
* | fix base linux build, adding freetype support | reed@android.com | 2009-09-28 |
* | update | reed@android.com | 2009-09-02 |
* | add benchmark for repeat-tile bitmaps | reed@android.com | 2009-08-12 |
* | update make for nwaycanvas | reed@android.com | 2009-08-04 |
* | add opts files to the make | reed@android.com | 2009-07-30 |
* | rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the | reed@android.com | 2009-07-22 |
* | add new make target "all", to build all known targets | reed@android.com | 2009-06-23 |
* | remove remaining references to porterduff | reed@android.com | 2009-06-23 |
* | add gm for shader tilemodes | reed@android.com | 2009-06-22 |
* | add gm for gradients | reed@android.com | 2009-06-22 |
* | almost there on gm (need to fix image writes/reads/compares) | reed@android.com | 2009-06-21 |
* | more progress on golden-master test suite (not finished yet) | reed@android.com | 2009-06-20 |
* | 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 |