2009-04-14 |
reed@android.com | add SkSfntUtils to parse some known truetype tables |
commit | commitdiff | tree | snapshot |
2009-04-13 |
agl@chromium.org | SkFontHost_tables: fix minor bugs |
commit | commitdiff | tree | snapshot |
2009-04-12 |
reed@android.com | update for config/ directory |
commit | commitdiff | tree | snapshot |
2009-04-09 |
reed@android.com | support -android mode when running tests, which spews... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
reed@android.com | move SkUserConfig.h into include/config/ so it can... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
reed@android.com | implement generateCountGlyphs using new font table... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
reed@android.com | add Table apis to SkFontHost |
commit | commitdiff | tree | snapshot |
2009-04-06 |
reed@android.com | update SkPostConfig.h to unset LEAN_AND_MEAN if it... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
reed@android.com | import portability fixes from Chrome around floats |
commit | commitdiff | tree | snapshot |
2009-04-03 |
reed@android.com | extend gradients to handle (by clamping) the first... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
reed@android.com | replace floorf() with sk_float_floor(), so it builds... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
reed@android.com | add sample for gradients |
commit | commitdiff | tree | snapshot |
2009-04-02 |
reed@android.com | cleanup formating (e.g. no trailing spaces) |
commit | commitdiff | tree | snapshot |
2009-04-01 |
reed@android.com | rename tests/main to testmain.cpp |
commit | commitdiff | tree | snapshot |
2009-04-01 |
reed@android.com | rename bench's main to benchmain.cpp, to avoid multiple... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
reed@android.com | API change: SkPath computeBounds -> getBounds |
commit | commitdiff | tree | snapshot |
2009-03-31 |
reed@android.com | add -pict option to bench, which draws everything throu... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
reed@android.com | Add SkChunkAlloc::unalloc() to undo the last allocation... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
reed@android.com | make bitmap width/height 32bits, matching the API |
commit | commitdiff | tree | snapshot |
2009-03-24 |
reed@android.com | rename drawable to drawing for now, so we don't collide... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
reed@android.com | use static_cast |
commit | commitdiff | tree | snapshot |
2009-03-23 |
reed@android.com | add check/hack to avoid drawing outside of the clip... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
reed@android.com | check-point for drawables (experimental) |
commit | commitdiff | tree | snapshot |
2009-03-20 |
reed@android.com | pull latest from android |
commit | commitdiff | tree | snapshot |
2009-03-20 |
reed@android.com | check for NaN in path iterator (otherwise we have an... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
reed@android.com | forgot to initialize fFactory in the unflatten constructor |
commit | commitdiff | tree | snapshot |
2009-03-20 |
reed@android.com | build with -Wall |
commit | commitdiff | tree | snapshot |
2009-03-19 |
reed@android.com | promote SkMask's rowBytes to 32bits, since its bounds... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
reed@android.com | fix capitalization for system includes |
commit | commitdiff | tree | snapshot |
2009-03-18 |
reed@android.com | fix heapsort |
commit | commitdiff | tree | snapshot |
2009-03-17 |
reed@android.com | Simplify font-chaining (fallbacks) to have fonthost... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
reed@android.com | disable cubic test for now (currently broken) |
commit | commitdiff | tree | snapshot |
2009-03-16 |
reed@android.com | add sanity checks to handles extremely large coordinate... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
turk@google.com | Add missing file. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
reed@android.com | see prev. checkin (missed these files). Change ownershi... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
reed@android.com | Change (correct) SkImageRef's ownership rule for stream... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
turk@google.com | Initial implementation of polygon trianagulation. It... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
reed@android.com | remember to specify the bloody font tag in the constructor! |
commit | commitdiff | tree | snapshot |
2009-03-09 |
reed@android.com | mac fonts sort of work now |
commit | commitdiff | tree | snapshot |
2009-03-09 |
reed@android.com | implement fontmetrics |
commit | commitdiff | tree | snapshot |
2009-03-09 |
reed@android.com | check-point (2) on mac fonts |
commit | commitdiff | tree | snapshot |
2009-03-09 |
reed@android.com | minor check-point for switching to glyphs |
commit | commitdiff | tree | snapshot |
2009-03-07 |
reed@android.com | migrate more legacy unittests into tests/ |
commit | commitdiff | tree | snapshot |
2009-03-06 |
reed@android.com | fix leak in Deserialize |
commit | commitdiff | tree | snapshot |
2009-03-05 |
reed@android.com | fix ref() in CreateTypeface |
commit | commitdiff | tree | snapshot |
2009-03-05 |
reed@android.com | patch SkMath.h to build in ARMv4 |
commit | commitdiff | tree | snapshot |
2009-03-04 |
reed@android.com | Significant cleanup in api, and more importantly in... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
reed@android.com | API cleanup: rename typeface Create to CreateFromName... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
reed@android.com | Move SkTSort.h back to private, and instead allow in... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
turk@google.com | Format more consistently with the rest of Skia. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
reed@android.com | remove unimplemented (and uncalled) SkTypeface::Hash() |
commit | commitdiff | tree | snapshot |
2009-03-03 |
reed@android.com | change srcover (and dstover) to use the faster thought... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
reed@android.com | add test for different srcover implementations |
commit | commitdiff | tree | snapshot |
2009-03-03 |
turk@google.com | Unit test and bug fixes for cubic Bezier clipping. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
turk@google.com | Add cubic clipping, similar to that of quad clipping... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
reed@android.com | explicitly call "our" version of clipPath in the case... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
reed@android.com | add initial unittests for Path |
commit | commitdiff | tree | snapshot |
2009-02-28 |
reed@android.com | add tests (unittests) to Makefile |
commit | commitdiff | tree | snapshot |
2009-02-27 |
reed@android.com | more tests (need more meat in there) |
commit | commitdiff | tree | snapshot |
2009-02-27 |
reed@android.com | add initial unittest framework (tests) |
commit | commitdiff | tree | snapshot |
2009-02-24 |
reed@android.com | Handle kA8 bitmaps drawing through a matrix (was infini... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
reed@android.com | Oops, CreateTypeface takes over ownership of the stream... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
reed@android.com | Implement CreateTypefaceFromFile |
commit | commitdiff | tree | snapshot |
2009-02-13 |
reed@android.com | add picture-record option to speedup complex clips |
commit | commitdiff | tree | snapshot |
2009-02-11 |
reed@android.com | remove white-space |
commit | commitdiff | tree | snapshot |
2009-02-11 |
reed@android.com | handle failure when creating a scalercontext |
commit | commitdiff | tree | snapshot |
2009-02-06 |
reed@android.com | check for non-invertible matrices in getClipBounds() |
commit | commitdiff | tree | snapshot |
2009-02-06 |
reed@android.com | Chop quads exactly on the clip bounds, so we don't... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
reed@android.com | draft of Text benchmark |
commit | commitdiff | tree | snapshot |
2009-01-27 |
reed@android.com | add png to bench files |
commit | commitdiff | tree | snapshot |
2009-01-27 |
reed@android.com | explicitly define the gHead for the codec llist |
commit | commitdiff | tree | snapshot |
2009-01-26 |
reed@android.com | update header path (from android) |
commit | commitdiff | tree | snapshot |
2009-01-26 |
reed@android.com | add BitmapBench |
commit | commitdiff | tree | snapshot |
2009-01-23 |
reed@android.com | don't add in png-codec for the mac build |
commit | commitdiff | tree | snapshot |
2009-01-23 |
reed@android.com | Move libpng file into app, rather than the libskia... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
reed@android.com | need to include carbon.h so we know what OSStatus is |
commit | commitdiff | tree | snapshot |
2009-01-23 |
reed@android.com | Remove legacy pascal prefix |
commit | commitdiff | tree | snapshot |
2009-01-22 |
reed@android.com | remove duplicate SkTRegistry definition |
commit | commitdiff | tree | snapshot |
2009-01-22 |
reed@android.com | update makefile for newly moved Factories |
commit | commitdiff | tree | snapshot |
2009-01-22 |
reed@android.com | pull from android: use registry to build up list of... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
reed@android.com | oops, add images_files.mk |
commit | commitdiff | tree | snapshot |
2009-01-21 |
reed@android.com | make help - shows options in makefile |
commit | commitdiff | tree | snapshot |
2009-01-19 |
reed@android.com | add options to bench: -repeat N -forceOpaque -forceBlen... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
reed@android.com | Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h |
commit | commitdiff | tree | snapshot |
2009-01-16 |
reed@android.com | add -lpthread |
commit | commitdiff | tree | snapshot |
2009-01-16 |
reed@android.com | make these compile w/o SK_CAN_USE_FLOAT |
commit | commitdiff | tree | snapshot |
2009-01-16 |
reed@android.com | add crude Makefile (someone please help!) |
commit | commitdiff | tree | snapshot |
2009-01-15 |
reed@android.com | fix warnings |
commit | commitdiff | tree | snapshot |
2009-01-14 |
reed@android.com | fix formatting issues |
commit | commitdiff | tree | snapshot |
2009-01-14 |
reed@android.com | fix multiple warnings (e.g. hidden virtuals, unused... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
reed@android.com | update to build with the latest SkFontHost interface |
commit | commitdiff | tree | snapshot |
2009-01-13 |
maruel@google.com | Add a basic README file. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
reed@android.com | add optimization for width==1 bitmaps in shader procs |
commit | commitdiff | tree | snapshot |
2009-01-12 |
reed@android.com | remove obsolete state |
commit | commitdiff | tree | snapshot |
2009-01-08 |
reed@android.com | first pass at clean up of the 3 config files |
commit | commitdiff | tree | snapshot |
2009-01-08 |
reed@android.com | add arg to make diff sized rects |
commit | commitdiff | tree | snapshot |
2009-01-07 |
reed@android.com | move main.cpp outside of the xcode project |
commit | commitdiff | tree | snapshot |
2009-01-07 |
reed@android.com | add cmd-line args |
commit | commitdiff | tree | snapshot |
2009-01-06 |
reed@android.com | separate image encode and decode |
commit | commitdiff | tree | snapshot |
2009-01-06 |
joe.gregorio | Initial automake and autoconf files to build core into... |
commit | commitdiff | tree | snapshot |
next |