platform/upstream/libSkiaSharp.git
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.
2011-06-24 reed@google.comadd (replacing SkDataRef)
2011-06-24 reed@google.comrename public SkDataRef to SkData
2011-06-23 yangsu@google.comAdded platform specific includes
2011-06-23 reed@google.comadd copyToData() to dyanamicwstream
2011-06-23 bungeman@google.comWrap SkStreams in IStreams instead of copying data...
2011-06-23 epoger@google.comwhitespace commit
2011-06-23 epoger@google.comAdded gm/base-MacPro-fixed
2011-06-23 reed@google.comfix mono bittest
2011-06-23 epoger@google.comAllow override of skia_scalar gyp variable using GYP_DE...
2011-06-23 epoger@google.comAdd "tools" to "make all"
2011-06-23 reed@google.comdetect when our quadratic is really linear for 2-point...
2011-06-23 reed@google.compromote embedded bitmaps for lcd16
2011-06-23 bungeman@google.comUpdate BenchGpuTimer.cpp to new interface.
2011-06-22 bungeman@google.comAdd image encoder/decoder for Windows.
2011-06-22 epoger@google.comadd toplevel Makefile that works for Mac and Unix
2011-06-22 tomhudson@google.comNew benchmark to create many random quadratic paths.
2011-06-22 ScroggoUnify handleTouch and handleClick in SampleApp.
2011-06-22 caryclark@google.comAdd support for 8 bits/component glyphs, to
2011-06-22 vandebo@chromium.orgFix more coverity defects - Uninitialized class fields.
2011-06-22 bsalomon@google.comFix copy/paste error in GrDrawTarget::AutoStateRestore...
2011-06-21 vandebo@chromium.orgFix a batch of coverity defects, uninitialized class...
2011-06-21 vandebo@chromium.orgFix some problems detected by coverity.
2011-06-21 bsalomon@google.comfix to free a plot when purging gr font cache
2011-06-21 vandebo@chromium.orgHandle possibly NULL deref in comparison
2011-06-21 bsalomon@google.comInitialize members to satisfy coverity.
2011-06-21 bsalomon@google.comRemove createDevice decl from SkProxyCanvas.h. Impl...
2011-06-21 reed@google.comAdd option in flattening to write factory names inline...
2011-06-21 bsalomon@google.comRefactor GrDrawTarget vertex/index api
2011-06-21 ScroggoSampleApp fixes.
2011-06-21 reed@google.comchange string read/write to store length as full 32...
2011-06-21 ScroggoAdd a way to save to PDF in SampleApp on Android and...
2011-06-21 yangsu@google.comChanged mac specific files to use ApplicationServices...
2011-06-21 reed@google.comupdate dox
2011-06-20 senorblanco... Revert the changes to gyp/images.gyp in r1654, as appar...
2011-06-20 senorblanco... Remove some files from views.gyp that already being...
2011-06-20 epoger@google.comwhitespace commit to trigger buildbot
2011-06-20 reed@google.comdisable gpu tests when scalar==fixed,
2011-06-20 reed@google.comadd mac desktop baselines for strokes gm
2011-06-20 reed@google.comadd initial baselines for strokes gm
2011-06-18 mike@reedtribe.orgadd baselines for new test
2011-06-18 mike@reedtribe.orgadd strokes.cpp
2011-06-18 mike@reedtribe.orginherit from SampleView
2011-06-18 mike@reedtribe.orgadd
2011-06-17 epoger@google.comanother whitespace commit
2011-06-17 epoger@google.comwhitespace commit
2011-06-17 bsalomon@google.comFix handling of nan when clamping number of pts in...
2011-06-17 yangsu@google.comAdded FileReaderApp to experimental and it's correspond...
2011-06-17 bsalomon@google.comRemember last successful stencil format
2011-06-17 bungeman@google.comFix Gradient2Bench colors so that Debug bench will...
2011-06-17 bsalomon@google.comFix self-assignment
2011-06-17 ScroggoRemove redundant GrTouchGesture. Switch its only user...
2011-06-17 bsalomon@google.comAdd GrRenderTexture cons for gpu dev. Remove factory...
2011-06-17 yangsu@google.comAdded dependencies for SkPipe in SampleApp
2011-06-17 yangsu@google.comGyp files for Cocoa Debugger and Simple Cocoa App
2011-06-17 bungeman@google.comAdd graphing for multiple runs of bench.
2011-06-17 ScroggoMinor fixes for SampleApp.
2011-06-17 tomhudson@google.com-replay tests are only run if forward rendering succeeded.
2011-06-17 bsalomon@google.comAdd createNewCompatibleDevice. Allow devices to have...
2011-06-17 ScroggoUse SkTouchGesture to handle pinch events in Android...
2011-06-16 yangsu@google.comModified Pipe Reader to read an atom at a time
2011-06-16 yangsu@google.comAdded CocoaDebugger to experimental
2011-06-16 reed@google.commake SkDevice constructors explicit between offscreen...
2011-06-16 epoger@google.comroll back runhooks to fix production buildbot
2011-06-16 epoger@google.comAdd "runhooks" to run gyp step upon gclient sync, for...
next