aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* fix overflow in qsort compare procGravatar reed@android.com2009-08-25
* fix warning in samplerGravatar reed@android.com2009-08-24
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* Add a sanity check to MaskSuperBlitter::blitH(), to avoid a subsequentGravatar senorblanco@chromium.org2009-08-21
* respect dither setting in index8->565 sprite caseGravatar reed@android.com2009-08-20
* Fix flipped text orientation on Windows.Gravatar deanm@chromium.org2009-08-14
* close out previous contour (so we don't miss the last segment)Gravatar reed@android.com2009-08-14
* add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops onGravatar reed@android.com2009-08-14
* fix typo in matrix proc index computation, where we were always taking theGravatar reed@android.com2009-08-14
* add method to compute max count for a given buffer size in the bitmap shader.Gravatar reed@android.com2009-08-14
* bzero SkPaint in its constructor, to allow us to cleanly use memcmp in ourGravatar reed@android.com2009-08-13
* add special matrixprocs when the matrix is at most translate. These are fasterGravatar reed@android.com2009-08-13
* 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
* 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
* arm/neon optimizations for bitmap shaderGravatar 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
* 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
* 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
* 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