platform/upstream/libSkiaSharp.git
2012-07-09 rileya@google.comAdded conical gradient to gm gradients test, and added...
2012-07-09 bsalomon@google.comFix bug in calling NV DeletePaths
2012-07-09 senorblanco... Minor cleanup in lighting image filters: Made the...
2012-07-09 borenet@google.comAdd gm baseline images for Xoom.
2012-07-09 reed@google.comfix 64bit warnings (use: GYP_DEFINES=skia_arch_width...
2012-07-09 reed@google.comdefine SK_CPU_SSE_LEVEL to a min of SSE2 if we're on...
2012-07-09 mike@reedtribe.orgadd test for SkChecksum
2012-07-07 mike@reedtribe.orgHitTest: 10% speedup by adding quick-reject/accept...
2012-07-07 mike@reedtribe.orgadd support for cubics to SkHitTestPathEx
2012-07-03 chudy@google.comAdds missing function
2012-07-03 caryclark@google.comshape ops work in progress
2012-07-03 reed@google.comadd SkChecksum as a static class, for the replacement API
2012-07-03 robertphillips... Rolling back r4034 (Proposed plumbing to propagate...
2012-07-03 rileya@google.comReworked gradient shader to no longer explicitly set...
2012-07-03 chudy@google.comAdds functionality to the matrix and clip widget.
2012-07-03 borenet@google.comRemove unnecessary lines after Android gyp fix
2012-07-03 scroggo@google.comEnsure that SkDeferredCanvas::onCreateCompatibleDevice...
2012-07-03 bsalomon@google.comMake SkTSearch variants with compare func as template...
2012-07-03 scroggo@google.comAnother fix for drawing bitmaps through an SkGPipe...
2012-07-03 caryclark@google.comshape ops work in progress
2012-07-03 rileya@google.comTemporary checkin to debug Linux bot issue.
2012-07-03 rileya@google.comChanged '0.5f' to '0.5' in conical gradient shader...
2012-07-03 reed@google.comadd scaling factor for subclasses, to normalize running...
2012-07-03 rileya@google.comAdded GPU implementation of 2-point conical gradient.
2012-07-03 reed@google.comfix SkFixed build
2012-07-03 reed@google.comnormalize names for SSE levels
2012-07-03 rmistry@google.comPointing to skia-autogen.googlecode.com/svn/docs/html...
2012-07-03 mike@reedtribe.orgadd gm for hittesting paths
2012-07-03 mike@reedtribe.orgexperimental hittest for paths (incomplete)
2012-07-02 bensong@google.comgit-svn-id: skia.googlecode.com/svn/trunk@4436 2bbb7eff...
2012-07-02 bensong@google.comgit-svn-id: skia.googlecode.com/svn/trunk@4433 2bbb7eff...
2012-07-02 caryclark@google.comupdate shapeops_edge gyp
2012-07-02 reed@google.comupdate test for new NewFromCString behavior
2012-07-02 reed@google.comchange NewWithCString to allocate room for the terminat...
2012-07-02 caryclark@google.comshape ops work in progress
2012-07-02 reed@google.comfix type
2012-07-02 reed@google.comadd read/write SkData methods
2012-07-02 scroggoProvide static global initializers for SkColorTable...
2012-07-02 reed@google.comdetect SSE level in visual studio
2012-07-02 reed@google.comundo accidental checkin
2012-07-02 reed@google.comcreate symbols for the various SSE values
2012-07-02 reed@google.comadd SK_CPU_SSE_LEVEL, which may be defined to 2 or...
2012-07-02 scroggo@google.comFix buildbot.
2012-07-02 scroggo@google.comProperly handle extracted bitmaps in cross process...
2012-06-29 robertphillips... Fixed lingering gpu-path AA clip mask generation bug
2012-06-29 robertphillips... Partially rolled forward the SkGrPixelRef changes
2012-06-29 scroggo@google.comOnly skip pipe playback for blurs GM in FIXED mode.
2012-06-29 scroggo@google.comFix a warning on linux when compiling SkGPipeWrite.cpp
2012-06-29 djsollen@google.comFix build by reverting make all to not include the...
2012-06-29 tomhudson@google.comUn-trifurcate GrTextContext: get rid of Default and...
2012-06-29 djsollen@google.comUpdate the makefile and gyp for the debugger.
2012-06-29 scroggo@google.comDisable pipe playback on android for composeshader GM.
2012-06-29 scroggo@google.comAllow composeshader GM to run PDF.
2012-06-29 scroggo@google.comCreate a new GM to exercise ComposeShader.
2012-06-29 chudy@google.comAdd missing gyp dependencies for debugger
2012-06-29 chudy@google.comclt debugger
2012-06-29 bsalomon@google.comFix some NV path rendering issues with perspective...
2012-06-29 robertphillips... Pseudo-reverted r4396 (SkGrPixelRef files are still...
2012-06-28 robertphillips... Temporarily readding SkGrTexturePixelRef.h/.cpp until...
2012-06-28 vandebo@chromium.org[PDF] Fix PDF code to not crash on SkComposeShader.
2012-06-28 robertphillips... Fixed memory deletion error in instance counting mechanism
2012-06-28 robertphillips... Moved SkGrTexturePixelRef to SkGrPixelRef
2012-06-28 robertphillips... Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixel...
2012-06-28 scroggo@google.comDisable pipe for bitmapfilters gm on Android.
2012-06-28 bsalomon@google.comRebaseline MSAA16 AA clip images. We now enable MSAA...
2012-06-28 bsalomon@google.comChange CT assert to RT assert
2012-06-28 bsalomon@google.comInitial support for GL_NV_path_renering. Experimental...
2012-06-28 epoger@google.comImprove sorting of skdiff output, and make it consisten...
2012-06-28 djsollen@google.comfix the build
2012-06-28 scroggo@google.comTurn off the blurs GM for Pipe playback.
2012-06-28 djsollen@google.comSeparate target architecture type and width into separa...
2012-06-28 scroggo@google.comFix SkGPipe drawing, and turn it on by default.
2012-06-28 reed@google.comadd SkData::NewFromCString()
2012-06-28 robertphillips... fixed another clang++ compiler error
2012-06-28 robertphillips... Added EOF marker to address clang++ error
2012-06-27 robertphillips... Split GrSWMaskHelper into its own files
2012-06-27 robertphillips... fixed missing "return" error
2012-06-27 junov@chromium.orgAdding checksum to SkFlatData to accelerate SkPicture...
2012-06-27 robertphillips... Altered SkInstCnt to print out atexit
2012-06-27 robertphillips... Separated Inst counting from the SK_DEBUG #define ...
2012-06-27 reed@google.comland https://codereview.appspot.com/6349043/
2012-06-27 robertphillips... Added ReadPixels format-supported check to GL Caps
2012-06-27 epoger@google.comwhitespace change to trigger Skia buildbots after updat...
2012-06-27 epoger@google.comwhitespace change to trigger Skia buildbots after updat...
2012-06-27 borenet@google.comWhen building for Android, package executables in APKs...
2012-06-27 reed@google.comadd explicit purgeAll() so we don't get foiled by the...
2012-06-27 robertphillips... Enable Scratch texture detach in SW path renderer's...
2012-06-27 bungeman@google.comBump max flattenable from 64 to 1024.
2012-06-27 reed@google.comremove duplicate definition of SkAlign8()
2012-06-27 reed@google.comadd SkAlign8 and SkIsAlign8 macros
2012-06-27 robertphillips... Fixed Resource counting bug in AutoScratchTexture detac...
2012-06-27 reed@google.comfix leak of Light object (in this private instance...
2012-06-27 robertphillips... Added Inst counting to SkFlattenable-derived classes
2012-06-27 reed@google.comdon't leak filters
2012-06-27 epoger@google.comwrite my own os.path.abspath() to work around Win path...
2012-06-26 bsalomon@google.comMake GrInOrderDrawBuffer playback command driven
2012-06-26 robertphillips... Fixed alignment issue in Linux build
2012-06-26 robertphillips... Removed cached copy of the GrDebugGLInterface
2012-06-26 reed@google.complumb SkInstCnt to all subclasses of GrRefCnt
2012-06-26 reed@google.comremove SkInstCnt tracking of SkViewRegistry
next