platform/upstream/libSkiaSharp.git
2012-08-01 chudy@google.comOptimization: SkDebugCanvas is capable of pausing and...
2012-08-01 bungeman@google.comHandle rgb_to_a8 when kGenA8FromLCD_Flag is set.
2012-08-01 digit@google.comarm: dynamic NEON support for SkBitmapProcState matrix...
2012-08-01 borenet@google.comWhitespace change to see if local bot triggers a rebuild
2012-07-31 borenet@google.comWhitespace change to see if local bot triggers a rebuild
2012-07-31 bungeman@google.comFix units per em test.
2012-07-31 junov@chromium.orgPrevent deferred canvases from recording draw operation...
2012-07-31 rileya@google.comRemove old constructors from GrGradientEffect subclasse...
2012-07-31 robertphillips... Image rebaselines for r4865 (complexclip2 _gpu & _msaa)
2012-07-31 chudy@google.comGetting rid of compile-time warnings
2012-07-31 chudy@google.comOptimized hit testing feature, refactored into seperate...
2012-07-31 robertphillips... Fixed minor memory leaks
2012-07-31 robertphillips... Replace GrClip with SkClipStack
2012-07-31 reed@google.comadd getUnitsPerEm() to SkTypeface
2012-07-31 borenet@google.comAdd baseline images for Galaxy Nexus
2012-07-31 scroggo@google.comFix a memory leak in cmykjpeg GM.
2012-07-31 rileya@google.comModified GrGpuGL_unittest to no longer use the old...
2012-07-31 reed@google.comcheck-point for gpu support in SkImage/SkSurface
2012-07-31 bsalomon@google.comMake 0-texture GrCustomStages work.
2012-07-31 reed@google.comadd flattening
2012-07-31 robertphillips... Added dev- & canv- prefixes to Ganesh bounding boxes...
2012-07-31 reed@google.comremove '../gm/image.cpp',
2012-07-31 reed@google.comfix LayerDrawLooper to record its fFlagsMask
2012-07-31 reed@google.comrebaseline after text gamma change
2012-07-31 reed@google.comrebaseline after text gamma change
2012-07-31 reed@google.comrebaseline after test gamma change
2012-07-31 djsollen@google.comUpdate SkData and SkDataSet to make better use of SkFla...
2012-07-31 chudy@google.comFixed numerous mem errors
2012-07-31 robertphillips... GrClip no longer translates its clips (to better mimic...
2012-07-31 robertphillips... Added test to ensure getConservativeBounds' result...
2012-07-31 mike@reedtribe.orgadd SkImage from encoded data
2012-07-31 mike@reedtribe.orgupdate to surface.getCanvas()
2012-07-30 bungeman@google.comRebaseline for r4841, gamma correcting masks.
2012-07-30 reed@google.comchange SkSurface::newCanvas() to getCanvas(), and redef...
2012-07-30 bungeman@google.comGamma correcting masks.
2012-07-30 reed@google.comremove outdated test code for TEST_SRC_ALPHA
2012-07-30 reed@google.comupdate/add copyright notices
2012-07-30 bsalomon@google.comFix skdiff when using windows path that begins with...
2012-07-30 chudy@google.comCanvas size initializes correctly when drawing from...
2012-07-30 reed@google.comexpand internal subclasses into separate files
2012-07-30 reed@google.comexpand private subclasses into separate files
2012-07-30 robertphillips... Fix for clip assert in Chrome tests
2012-07-30 digit@google.comgyp_skia: Fix module search path.
2012-07-30 bungeman@google.comRebaseline verttext so it can be monitored.
2012-07-30 bungeman@google.comConst correct BlockRef in SkAutoTUnref.
2012-07-30 scroggo@google.comShare code in various SkGPipeCanvas::drawBitmap_ calls.
2012-07-30 reed@google.comdetect null pixles in setPixels() and just clear out...
2012-07-30 bsalomon@google.comRemove GrDrawState::setTexture/getTexture
2012-07-30 reed@google.comland https://codereview.appspot.com/6448046/
2012-07-30 chudy@google.comDeserialization locks up multithreading fix.
2012-07-29 mike@reedtribe.orgcheck-point for image/surface work
2012-07-28 chudy@google.comAdded missing files to fix build.
2012-07-28 chudy@google.comSkia Debugger can now save modified pictures.
2012-07-27 caryclark@google.comshape ops work in progress
2012-07-27 reed@google.comcheck-point for surface experiment
2012-07-27 george@mozilla.comAdd support for ARM without EDSP and ARMv6+
2012-07-27 scroggo@google.comIn SkGPipe, only serialize SkTypefaces in cross process...
2012-07-27 keyar@chromium.orgAdded an option to specify the tiling size to render_pi...
2012-07-27 caryclark@google.comshape ops work in progress
2012-07-27 epoger@google.comfix the build after intentional break
2012-07-27 epoger@google.comintentionally break the build to test notifications
2012-07-27 reed@google.comcheck-point for image experiment
2012-07-27 justinlin@google.comAdd virtual destructor to class with virtual functions.
2012-07-27 djsollen@google.comAlways store pixels of mutable bitmaps when recording...
2012-07-27 rileya@google.comRenamed and made public SkGradientShaderBases's 'common...
2012-07-27 reed@google.comrename private animator type SkImage to SkImageBitmapBa...
2012-07-27 epoger@google.comUpdate list of platforms to rebaseline
2012-07-27 rileya@google.comMove GPU gradients into src/effects/gradients.
2012-07-27 djsollen@google.comReapply "Remove Bitmaps Raw Pixel Support."
2012-07-27 reed@google.comrevert 4799-4801 -- red and blue are reversed on window...
2012-07-27 bsalomon@google.comSpecialize SkAutoTUnref on const T so that operator...
2012-07-27 reed@google.comuse SK_RESTRICT instead of __restrict__
2012-07-27 reed@google.comuse intptr_t to cast from ptr to int for masking low...
2012-07-27 reed@google.comland http://codereview.appspot.com/6327044/
2012-07-26 robertphillips... Added getConservativeBound helper function to GrClipData
2012-07-26 rileya@google.comMac build fix after gradient restructure/renaming.
2012-07-26 robertphillips... Windows compiler complaint cleanup
2012-07-26 epoger@google.comFirst stab at committing GM baselines for Shuttle_Ubunt...
2012-07-26 chudy@google.comKey Shortcuts for Zooming. Refactored some event propog...
2012-07-26 epoger@google.comFirst stab at committing GM baselines for shuttle_win7_...
2012-07-26 rileya@google.comSplit SkGradientShader into separate files for each...
2012-07-26 scroggo@google.comMake SkDeferredCanvas query SkGPipeWriter for space...
2012-07-26 bsalomon@google.comRemove texture/mask setters on GrPaint
2012-07-26 chudy@google.comGL Widget Alpha
2012-07-26 robertphillips... Altered Ganesh's clip stack plumbing to pass down new...
2012-07-26 robertphillips... Added ctor to SkClipStack and isEmpty method
2012-07-26 keyar@chromium.orgChanged to a class based method in passing around the...
2012-07-26 reed@google.comreject any paths that are not finite.
2012-07-26 reed@google.comexplicitly track if a path is finite or not
2012-07-26 borenet@google.comWhitespace change to trigger rebuild after slave script...
2012-07-26 reed@google.comrebaseline after gpu changes
2012-07-26 djsollen@google.comRevert "Remove Bitmaps Raw Pixel Support."
2012-07-26 borenet@google.comImplementing Color32 functions for Neon platforms.
2012-07-26 bsalomon@google.comFix reversed bilerp setting in GrTextContext in r4773
2012-07-26 skyostil@google.comCorrectly calculate remaining span length in Neon fallb...
2012-07-25 bsalomon@google.comMove filter/wrap out of GrSamplerState into GrTextureParams
2012-07-25 caryclark@google.comshape ops work in progress
2012-07-25 bsalomon@google.comRemove uniform names from top of GrGLProgram.cpp, build...
2012-07-25 junov@chromium.orgFixing canvas writePixels malfunctioning with SkDeferre...
2012-07-25 george@mozilla.comUse CGToScalar instead of SkFloatToScalar as CGFloat...
next