aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* test for non-scaled bitmap tilesGravatar reed@android.com2009-08-13
* add benchmark for repeat-tile bitmapsGravatar reed@android.com2009-08-12
* Add some SkASSERT's, to try to track down a reliability issue in Chrome.Gravatar senorblanco@chromium.org2009-08-12
* remove unneeded (empty) virtual destructorGravatar reed@android.com2009-08-12
* fixes wacky build on android. no other explanation receivedGravatar reed@android.com2009-08-11
* fix validate() to note that an empty path can (by side-effect) have an empty butGravatar reed@android.com2009-08-11
* FreeType: fix garbled bitmap glyphs.Gravatar agl@chromium.org2009-08-11
* Remove assertion in getAddrLCD.Gravatar agl@chromium.org2009-08-11
* remove dead codeGravatar reed@android.com2009-08-11
* FreeType: don't use bitmap strikes when antialiasingGravatar agl@chromium.org2009-08-07
* more neon work:Gravatar reed@android.com2009-08-07
* update make for nwaycanvasGravatar reed@android.com2009-08-04
* add -forceFilter to bench toolGravatar reed@android.com2009-08-04
* add proper includes for arm optimizationsGravatar reed@android.com2009-08-04
* add -config foo to restrict the output to just the specific configGravatar reed@android.com2009-08-04
* remove noisy font table tests from TextBenchGravatar reed@android.com2009-08-04
* arm/neon optimizations for bitmap shaderGravatar reed@android.com2009-08-03
* updateGravatar reed@android.com2009-08-03
* add platformProcs() porting functionGravatar reed@android.com2009-08-03
* clean up SkBitmapProcState in preparation for adding porting-layer functionsGravatar reed@android.com2009-08-03
* add GetFileName api to SkFontHostGravatar reed@android.com2009-07-31
* fix #endif placement so it works when LCD support is not definedGravatar reed@android.com2009-07-31
* add opts for neonGravatar reed@android.com2009-07-30
* add opts files to the makeGravatar reed@android.com2009-07-30
* add optimization table for blitproc functionsGravatar reed@android.com2009-07-30
* remove auto-upscaling from base class (breaks model for allocators) but improveGravatar reed@android.com2009-07-29
* Add runtime detection for missing subpixel support in FreeType.Gravatar agl@chromium.org2009-07-28
* Revert "Support subpixel text when FreeType is built without such support."Gravatar agl@chromium.org2009-07-28
* Support subpixel text when FreeType is built without such support.Gravatar agl@chromium.org2009-07-28
* ws fixesGravatar reed@android.com2009-07-27
* add filterrec logic for subpixel and slight-hintingGravatar reed@android.com2009-07-24
* Build fix: add FilterRec for Windows.Gravatar agl@chromium.org2009-07-23
* fix uninitialized library variableGravatar reed@android.com2009-07-23
* remove const from function return-type signature (useless, and generates gccGravatar reed@android.com2009-07-23
* fix warnings (unused local var)Gravatar reed@android.com2009-07-23
* Fix valgrind warnings triggered in vertical mode.Gravatar agl@chromium.org2009-07-22
* Add SkFontHost::FilterRect() which allows the font host to filter our requestGravatar reed@android.com2009-07-22
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22
* remove crufty #undefsGravatar reed@android.com2009-07-22
* fix NaN in path iteratorGravatar reed@android.com2009-07-22
* Typo fix.Gravatar agl@chromium.org2009-07-21
* Remove unused variable to fix warning on Windows:Gravatar agl@chromium.org2009-07-21
* Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.Gravatar agl@chromium.org2009-07-21
* Delete duplicated code.Gravatar agl@chromium.org2009-07-21
* Subpixel glyph rendering support.Gravatar agl@chromium.org2009-07-21
* fix quickReject() to handle perspective correctly (i.e. transform forward intoGravatar reed@android.com2009-07-21
* add special proc for repeat 16->16 filter bitmap shaderGravatar reed@android.com2009-07-17
* remove obsolete headerGravatar reed@android.com2009-07-17
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* first cut at support for HW-specific blits/etc.Gravatar reed@android.com2009-07-16