aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* [PDF] Implement clear() method and a couple fixes.Gravatar vandebo@chromium.org2011-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
* 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
* 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
* add mask for paint-bits to layerdrawlooperGravatar mike@reedtribe.org2011-04-14
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* Fix SkFixed overflows in SkFixedSquare, SkGradientShader.Gravatar wjmaclean@chromium.org2011-04-13
* expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'...Gravatar reed@google.com2011-04-12
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11
* mark viewport APIs as deprecatedGravatar reed@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
* code styleGravatar mike@reedtribe.org2011-04-10
* add init() to SkTLazy to create a default instanceGravatar mike@reedtribe.org2011-04-10
* coding style updatesGravatar mike@reedtribe.org2011-04-09
* add optional bitflags to control which aspect of each layer's paint is appliedGravatar mike@reedtribe.org2011-04-08
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* use new template class SkTLazy for deferred paint initializationGravatar reed@google.com2011-04-06
* Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been ...Gravatar vandebo@chromium.org2011-04-06
* Make SkFlate buffers statically sized (fixes Windows compile).Gravatar vandebo@chromium.org2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* [PDF] Make the NOT_IMPLEMENTED macro not print anything by default.Gravatar vandebo@chromium.org2011-04-04
* reenable fast stroked rects, now that we correctly handle non-square scaleGravatar reed@google.com2011-04-04
* faster stroke rectsGravatar mike@reedtribe.org2011-04-04
* add pixelref->readPixels()Gravatar reed@google.com2011-04-01
* add () to fix warningGravatar reed@google.com2011-04-01
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* replace SkRefDict with SkMetaData (much more general)Gravatar reed@google.com2011-03-30
* Additional SK_API annotations needed for print preview on windows.Gravatar ctguil@chromium.org2011-03-30
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.Gravatar vandebo@chromium.org2011-03-30
* add refcnt helper to metadataGravatar reed@google.com2011-03-30
* move SkMetaData into coreGravatar reed@google.com2011-03-30
* add getTopLayer(), so clients don't have to use a LayerIter just to getGravatar reed@google.com2011-03-30
* Store content streams in an SkStream instead of an SkString (64k size limit).Gravatar vandebo@chromium.org2011-03-28
* add experimental Relay classGravatar reed@google.com2011-03-28
* add dox for drawPath, describing how to interpret the prePathMatrix.Gravatar reed@google.com2011-03-25
* Remove optional impl for SkClampMax that relied on not wrapping, as in factGravatar reed@google.com2011-03-24
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* Fix a crash.Gravatar scroggo2011-03-23
* Initialize fClip in SkBounder, in case doIRect() is called before it is usedGravatar reed@google.com2011-03-23
* add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRefGravatar reed@google.com2011-03-22
* Add a 'fatbits' mode to unix sample app.Gravatar scroggo2011-03-22
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21