platform/upstream/libSkiaSharp.git
2011-04-26 epoger@google.comAnother tiny comment-only change to trigger svn update
2011-04-26 tomhudson@google.comAllocate a bitmap on the stack in xfermodes.cpp to...
2011-04-26 bsalomon@google.comUpdate GR_API to support non-Windows DLLs.
2011-04-26 reed@google.comadd helper available()
2011-04-26 reed@google.comadd experimental canvas pipe
2011-04-26 bsalomon@google.comPer-draw super sampling. Disabled, path only, 2x2 only
2011-04-26 tomhudson@google.comFix default value of doSerialize parameter (oops!).
2011-04-26 epoger@google.comTiny comment-only change to trigger SVN update in buildbot
2011-04-26 reed@google.comCGColorSpaceCreateDeviceRGB() better matches CG's output
2011-04-26 bsalomon@google.comFix signed/unsigned warning in GrInOrderDrawBuffer.cpp
2011-04-26 bsalomon@google.comRemove sampler state param from lockKeylessTexture...
2011-04-26 mike@reedtribe.orgmake SkDeviceFactory reference counted
2011-04-25 tomhudson@google.comFix to (two-point radial) gradient playback error in...
2011-04-25 reed@google.comadd SK_API
2011-04-25 tomhudson@google.comAdd command-line parameters to control execution of...
2011-04-25 bsalomon@google.comMake clear a GrDrawTarget virtual method and implement...
2011-04-25 bsalomon@google.comrebaseline strokerects and gradients do to new aa code.
2011-04-25 reed@google.comdevolve flattening parameters to their base classes
2011-04-25 bsalomon@google.comRemove unnecessary BindBuffers. These were needed when...
2011-04-25 bsalomon@google.comAdd lockKeylessTexture() for caching texture without...
2011-04-25 tomhudson@google.comExtends gm to test SkPicture replay and serialization.
2011-04-25 reed@google.commove end-timer for FPS to afterChildren, so we will...
2011-04-25 bsalomon@google.comMove alpha-ramp AA to GrContext, detect cases when...
2011-04-22 bsalomon@google.comFix copy/paste bug that causes stage 0 sample mode...
2011-04-22 reed@google.comadd test for premultiplycolor
2011-04-22 reed@google.commigrate some samples over to SampleView, for FPS measur...
2011-04-22 mike@reedtribe.orgadd 'f' toggle to trigger timer for sample. Must subcla...
2011-04-20 epoger@google.comMove docs/ outside of trunk/
2011-04-20 epoger@google.comtiny test commit
2011-04-20 bsalomon@google.comFix alignment issues with stack allocated memory alloca...
2011-04-20 bsalomon@google.comFix mask from change r1155. (I blame the mistake on...
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-19 bsalomon@google.comAdds a build flag for GL to never use vertex attributes...
2011-04-19 tomhudson@google.comUpdate shadows_ images to new baselines (per reed@).
2011-04-19 reed@google.comcode style
2011-04-19 reed@google.comoptimize when we have a colorfilter, but no shader...
2011-04-19 reed@google.comremove static from template functions
2011-04-19 bsalomon@google.comAdd SkClampRange files to gyp
2011-04-18 reed@google.comhandle overflow
2011-04-18 bsalomon@google.comSuppress warnings in GrBufferAllocPool
2011-04-18 reed@google.comfix warnings
2011-04-18 ctguil@chromium.orgAdd newline to GrStencil.cpp to prevent warning.
2011-04-18 reed@google.comadd fFx1 field, returning where to start the iterator...
2011-04-18 reed@google.comdisable fast linear for now (really this time)
2011-04-18 reed@google.comdisable fast linear until we handle the overflow cases
2011-04-15 vandebo@chromium.org[PDF] Implement clear() method and a couple fixes.
2011-04-15 vandebo@chromium.org[PDF] If the clip is empty, we shouldn't bother actuall...
2011-04-15 reed@google.comadd SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clien...
2011-04-15 reed@google.comuse SkClampRange to speedup clamp iterators
2011-04-15 reed@google.comadd gradient bench
2011-04-15 bsalomon@google.comAdd DLL exports (Fixes Multi-DLL build in Chrome agains...
2011-04-15 reed@google.commove header
2011-04-15 Scroggohttp://codereview.appspot.com/4373057/
2011-04-15 djsollen@google.comUpstream android changes.
2011-04-15 reed@google.comcode style
2011-04-15 mike@reedtribe.orgexperimental
2011-04-14 reed@google.comadd SkCanvas::clear(SkColor color) to call the new...
2011-04-14 bsalomon@google.comrename SkDevice::eraseColor to clear and make virtual.
2011-04-14 reed@google.comfix warnings
2011-04-14 bsalomon@google.comNO_ERROR version of GR_GL macro shouldn't call check...
2011-04-14 reed@google.comupdate to reflect new faster 2-point-radial gradients
2011-04-14 reed@google.comadd reflection asColorMode to SkColorFilter (for gpu)
2011-04-14 bsalomon@google.comAdd genID for SkBitmaps with raw pixels
2011-04-14 bsalomon@google.comFix wrong class name used when unregistering class...
2011-04-14 mike@reedtribe.orgadd mask for paint-bits to layerdrawlooper
2011-04-13 bsalomon@google.comtest of writable Skia tree in a chrome tree.
2011-04-13 reed@google.comfix asMode() to always succeed if the xfermode was...
2011-04-13 reed@google.comrename radial to radial1, so I can distinguish it from...
2011-04-13 reed@google.comrebaseline with new 2-point-radial gradients (minor...
2011-04-13 reed@google.comspeed up 2-point-radial gradients by 9x, using float...
2011-04-13 wjmaclean@chromium.orgFix SkFixed overflows in SkFixedSquare, SkGradientShader.
2011-04-12 reed@google.comreturn Coeff for kPlus_Mode and kMultiply_Mode
2011-04-12 reed@google.comexpand SkLayerDrawLooper to allow for an xfermode when...
2011-04-12 bsalomon@google.comFix missing assignment of fContext in new SkGpuDevice...
2011-04-12 bsalomon@google.comrename XHelper members to onX
2011-04-12 bsalomon@google.comUse has_gl_extension_from_string in GrGLDefaultInterfac...
2011-04-11 vandebo@chromium.orgGeneralize the flip origin argument to the PDF device...
2011-04-11 bsalomon@google.comUse min of max_texture and max_renderbuffer size when...
2011-04-11 reed@google.comadd testing defines to test different blitters for...
2011-04-11 reed@google.commark viewport APIs as deprecated
2011-04-11 bsalomon@google.comReview URL: http://codereview.appspot.com/4360049/
2011-04-11 reed@google.comcode style
2011-04-11 bsalomon@google.comAdd APIs and plumbing for external rendertaret-textures...
2011-04-11 senorblanco... This patch provides the include file common.gypi (cargo...
2011-04-11 reed@google.comadd initial baselines for pathfill on linux
2011-04-11 reed@google.comadd
2011-04-11 reed@google.comadd pathfill gm sample
2011-04-11 reed@google.comadd benchmark for path filling
2011-04-11 reed@google.comcode style
2011-04-10 mike@reedtribe.orgcode style
2011-04-10 mike@reedtribe.orgbalance sk_malloc with sk_free (instead of delete[...
2011-04-10 mike@reedtribe.orgadd init() to SkTLazy to create a default instance
2011-04-09 mike@reedtribe.orgcoding style
2011-04-09 mike@reedtribe.orgcoding style
2011-04-09 mike@reedtribe.orgcoding style updates
2011-04-09 mike@reedtribe.orgupdate coding style - no logic change
next