platform/upstream/libSkiaSharp.git
2011-07-06 reed@google.comfix typo:
2011-07-06 reed@google.comalways use grcontext to get the bits to the screen
2011-07-06 bsalomon@google.comReduce gets of ext string and check validity of stencil...
2011-07-06 bsalomon@google.comIndexed drawing for paths with multiple contours
2011-07-06 reed@google.comrevert prev hack around make3DReady
2011-07-06 reed@google.comforce grcontext to be created at startup
2011-07-06 reed@google.comfix return value for make_bitmap
2011-07-06 reed@google.comcheck-point for testing drawBitmap [raster,gpu] ->...
2011-07-05 reed@google.comsuppress printfs
2011-07-05 reed@google.comadd SK_API to SkMatrix44
2011-07-05 reed@google.comsuppress printfs
2011-07-05 reed@google.comadd SkEmptyShader, and return it from CreateBitmapShade...
2011-07-05 reed@google.comdefer allocating blitter until we know we need it ...
2011-07-05 reed@google.comdon't call setContext on shader (not necessary), since...
2011-07-05 reed@google.comensure that our bitmap is built with opaque cachedalpha
2011-07-02 vandebo@chromium.orgA bit set class. Will be used for font subsetting.
2011-07-01 bsalomon@google.comOffset bounds in GrDefaultPathRenderer by fTranslate.
2011-07-01 epoger@google.comReverting r1775 at Mike and Brian's request
2011-07-01 epoger@google.comMerge ... SkiOSSampleApp into SampleApp, still a work...
2011-07-01 bsalomon@google.comexport SkAutoSTMalloc (for multi-dll chrome build)
2011-07-01 tomhudson@google.comRemove compile warning by removing unnecessary output.
2011-07-01 epoger@google.comCreate new 'skia_os' variable to replace use of 'OS...
2011-07-01 epoger@google.comcombine target_defaults.gypi into common.gypi
2011-07-01 tomhudson@google.comReworks r1770 so that users who have replaced SkUserCon...
2011-07-01 bsalomon@google.comDon't send NULL buffer data hint in chrome
2011-07-01 bsalomon@google.comTesselate path once for tiled offscreen AA
2011-07-01 reed@google.comfix chrome build, check OSX version before referencing...
2011-06-30 junov@google.comFixing several issues with rendering blurred bitmaps...
2011-06-30 bsalomon@google.comRemove GrAuto*Malloc, replace with SkAuto*Malloc
2011-06-30 reed@google.comfix asserts in new premul inline function
2011-06-30 reed@google.commake inline version of premultiply, to speed up gradien...
2011-06-30 epoger@google.comRevert r1768
2011-06-30 tomhudson@google.comEnable WebKit/Chromium style logging for Skia.
2011-06-30 junov@google.comAdding the notion of a volatile bitmap to SkBitmap.
2011-06-30 epoger@google.comRoll gyp version from 907 to 936
2011-06-30 tomhudson@google.comFix bug where equality was used instead of assignment.
2011-06-30 tomhudson@google.comSkStringPrintf helper fucntion + a new unit test for it.
2011-06-29 epoger@google.comFix LCD text filtering
2011-06-29 epoger@google.comFix build for old versions of freetype without FT_Libra...
2011-06-29 reed@google.comDon't use the CreateWithData variant: not needed, and...
2011-06-29 bsalomon@google.comChange true and false to 1 and 0 in macros that are...
2011-06-29 bsalomon@google.comFix valgrind reported issue, uninit mem in AutoReleaseG...
2011-06-29 reed@google.comextract a new factory when we get a new device
2011-06-29 reed@google.comadd rebaselined version, now that we force font smoothing
2011-06-29 reed@google.comupdate now that we force font smoothing for the tests
2011-06-29 reed@google.comexplicitly enable font smoothing, in case your mac...
2011-06-29 epoger@google.comremove last vestiges of intentional break
2011-06-29 epoger@google.comfix intentional break
2011-06-29 epoger@google.comanother intentional break
2011-06-29 epoger@google.comfix intentional break
2011-06-29 epoger@google.comintentional error to exercise buildbot emails
2011-06-29 reed@google.comoops, these are the "correct" initial pdf baselines
2011-06-29 reed@google.comadd initial pdf gm images. These have not be manually...
2011-06-29 reed@google.comcreate bitmaps from pdf output for comparison purposes...
2011-06-28 reed@google.comfix bitmapinfo
2011-06-28 reed@google.comadd mac utility to turn a pdf into a bitmap
2011-06-28 senorblanco... Parse SampleApp command line for a test name. If an...
2011-06-28 epoger@google.comAdd base-linux and base-linux-fixed images for lcdtext...
2011-06-28 epoger@google.comAdd baseline images for new lcdtext within gm
2011-06-28 epoger@google.commake toplevel Makefile pass MAKEFLAGS to out/Makefile
2011-06-28 vandebo@chromium.orgFix Mac compile - missing comma.
2011-06-28 vandebo@chromium.orgFix core text font metrics - scale to em size and conve...
2011-06-28 epoger@google.comCreate new lcdtext page within gm
2011-06-28 tomhudson@google.comGuard against 0 tolerance in curve subdivision.
2011-06-28 tomhudson@google.comChange output format of dump() to make VS2008 happy.
2011-06-28 reed@google.comfix sign/unsigned warnings
2011-06-28 reed@google.comremove unused and untested SkPath::subdivide()
2011-06-28 reed@google.comfix exceeds_dist: don't double the loop counter (the...
2011-06-27 junov@google.comAdding support for shadows when drawing bitmaps with...
2011-06-27 reed@google.comfix div-by-zero (triggers debugging assert when scalar...
2011-06-27 vandebo@chromium.orgFix compiler warning triggered by non-understanding...
2011-06-27 reed@google.comadd test for degenerate 2point gradients (needs pdf...
2011-06-27 reed@google.comadd ptr/len and SkData versions of Deflate()
2011-06-27 reed@google.comremove obsolete text codepaths
2011-06-27 reed@google.comfix warnings (signed/unsigned, initialization order...
2011-06-27 reed@google.comremove drawShape from canvas api
2011-06-24 vandebo@chromium.orgAdd a zlib target that the pdf target can depend on.
2011-06-24 yangsu@google.comModified the iOS pdf data code to use steam.copytoData()
2011-06-24 reed@google.comupdate dox
2011-06-24 reed@google.comuse general SkWStream for parameter
2011-06-24 reed@google.commove common code into shared helper function
2011-06-24 reed@google.comfix warning about SkPoint initialization
2011-06-24 tomhudson@google.comFix bad merge which broke compiles.
2011-06-24 epoger@google.comroll back r1705
2011-06-24 reed@google.comreplace detach/getStream apis on dynamicwstream with...
2011-06-24 epoger@google.comAlternate approach to enabling PDF in gm (gyp changes)
2011-06-24 yangsu@google.comFixed include statements to correctly link mac/ios...
2011-06-24 yangsu@google.comAdded mutex in GetDefaultFont and added the default...
2011-06-24 tomhudson@google.comNew benchmark for SkMatrix::computeType().
2011-06-24 reed@google.comfix null fFontRef in GetDefaultFont()
2011-06-24 reed@google.comadd (disabled) tests for common angles
2011-06-24 yangsu@google.comUpdated the references to iOS util files in the iOSSamp...
2011-06-24 yangsu@google.comAdded utility functions and iOS ports of SkWindow,...
2011-06-24 vandebo@chromium.orgAdd additional source types to xfer mode test.
2011-06-24 yangsu@google.comAdded helper methods for changing samples, getting...
2011-06-24 yangsu@google.comSample App ported to an universal iOS app with airprint...
2011-06-24 tomhudson@google.comRemove global curve subdivision tolerance from GrPathUtils.
2011-06-24 tomhudson@google.comExperimental framework for fast quadratic subdivision...
2011-06-24 yangsu@google.comChanged variables to not conflict with variables/proper...
2011-06-24 bungeman@google.comMake images properly depend on utils.
next