aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* disable fast linear for now (really this time)Gravatar reed@google.com2011-04-18
* disable fast linear until we handle the overflow casesGravatar reed@google.com2011-04-18
* [PDF] Implement clear() method and a couple fixes.Gravatar vandebo@chromium.org2011-04-15
* [PDF] If the clip is empty, we shouldn't bother actually drawing anything.Gravatar vandebo@chromium.org2011-04-15
* add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slownessGravatar reed@google.com2011-04-15
* use SkClampRange to speedup clamp iteratorsGravatar reed@google.com2011-04-15
* add gradient benchGravatar reed@google.com2011-04-15
* Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia)Gravatar bsalomon@google.com2011-04-15
* move headerGravatar reed@google.com2011-04-15
* http://codereview.appspot.com/4373057/Gravatar Scroggo2011-04-15
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* code styleGravatar reed@google.com2011-04-15
* experimentalGravatar mike@reedtribe.org2011-04-15
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* fix warningsGravatar reed@google.com2011-04-14
* NO_ERROR version of GR_GL macro shouldn't call check errrorGravatar bsalomon@google.com2011-04-14
* update to reflect new faster 2-point-radial gradientsGravatar reed@google.com2011-04-14
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* Add genID for SkBitmaps with raw pixelsGravatar bsalomon@google.com2011-04-14
* Fix wrong class name used when unregistering class for dummy window in SkOsWi...Gravatar bsalomon@google.com2011-04-14
* add mask for paint-bits to layerdrawlooperGravatar mike@reedtribe.org2011-04-14
* test of writable Skia tree in a chrome tree.Gravatar bsalomon@google.com2011-04-13
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* rename radial to radial1, so I can distinguish it from radial2 in myGravatar reed@google.com2011-04-13
* rebaseline with new 2-point-radial gradients (minor precision differences)Gravatar reed@google.com2011-04-13
* speed up 2-point-radial gradients by 9x, using float instead of fixedGravatar reed@google.com2011-04-13
* Fix SkFixed overflows in SkFixedSquare, SkGradientShader.Gravatar wjmaclean@chromium.org2011-04-13
* return Coeff for kPlus_Mode and kMultiply_ModeGravatar reed@google.com2011-04-12
* expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'...Gravatar reed@google.com2011-04-12
* Fix missing assignment of fContext in new SkGpuDevice cons.Gravatar bsalomon@google.com2011-04-12
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* Use has_gl_extension_from_string in GrGLDefaultInterface_win.cpp (before the ...Gravatar bsalomon@google.com2011-04-12
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11
* Use min of max_texture and max_renderbuffer size when calling fbo_testGravatar bsalomon@google.com2011-04-11
* add testing defines to test different blitters for antialiasing (RLE and mask)Gravatar reed@google.com2011-04-11
* mark viewport APIs as deprecatedGravatar reed@google.com2011-04-11
* Review URL: http://codereview.appspot.com/4360049/Gravatar bsalomon@google.com2011-04-11
* code styleGravatar reed@google.com2011-04-11
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* This patch provides the include file common.gypi (cargo culted from anotherGravatar senorblanco@chromium.org2011-04-11
* add initial baselines for pathfill on linuxGravatar reed@google.com2011-04-11
* addGravatar reed@google.com2011-04-11
* add pathfill gm sampleGravatar reed@google.com2011-04-11
* add benchmark for path fillingGravatar reed@google.com2011-04-11
* code styleGravatar reed@google.com2011-04-11
* code styleGravatar mike@reedtribe.org2011-04-10
* balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2Gravatar mike@reedtribe.org2011-04-10
* add init() to SkTLazy to create a default instanceGravatar mike@reedtribe.org2011-04-10
* coding styleGravatar mike@reedtribe.org2011-04-09