| Commit message (Expand) | Author | Age |
... | |
* | add typefacecache | reed@google.com | 2011-05-02 |
* | move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all | reed@google.com | 2011-04-28 |
* | New 'skdiff' tool to compare two directories full of files, write diff images | tomhudson@google.com | 2011-04-27 |
* | http://codereview.appspot.com/4431067/ | reed@google.com | 2011-04-26 |
* | add gradient bench | reed@google.com | 2011-04-15 |
* | add benchmark for path filling | reed@google.com | 2011-04-11 |
* | Remove dependence on platform GL headers. Remove code that attempts to infer ... | bsalomon@google.com | 2011-04-04 |
* | Move where compression enable/disable is done to make recompilation faster. | vandebo@chromium.org | 2011-04-01 |
* | add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef | reed@google.com | 2011-03-22 |
* | Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). | bsalomon@google.com | 2011-03-21 |
* | change -lpng12 to -lpng | reed@google.com | 2011-03-21 |
* | Updates to the unix sample app. | scroggo | 2011-03-18 |
* | Enable compiling the PDF backend by default in the makefile. | vandebo@chromium.org | 2011-03-08 |
* | [PDF] Add support for Shaders. | vandebo@chromium.org | 2011-03-08 |
* | fixes for some warnings: | reed@google.com | 2011-01-25 |
* | 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 |