aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* quick return if we just want the boundsGravatar reed@android.com2009-07-16
* try our first special-case shaderprocGravatar reed@android.com2009-07-16
* add shaderprocs for all-in-one special blits (matrix+sampler)Gravatar reed@android.com2009-07-16
* handle cap==round for drawPointsGravatar reed@android.com2009-07-10
* tweaks to 16bit shadersGravatar reed@android.com2009-07-10
* make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.Gravatar reed@android.com2009-07-10
* speedup 16bit shaders in the blitRect caseGravatar reed@android.com2009-07-10
* check for underflow in restore() during picture record, and ignore itGravatar reed@android.com2009-07-09
* respect preferred config when png is index-basedGravatar reed@android.com2009-07-08
* fix (aaaargh) white-spaceGravatar reed@android.com2009-07-08
* use scalarcomparetype in matrix tests, so we don't do anything trickyGravatar reed@android.com2009-07-08