aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* remove mutable apis on SkColorMatrixFilter, must use constructor.Gravatar reed@google.com2012-06-04
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* change static variable to #defineGravatar djsollen@google.com2012-06-04
* Add legacy script to enable skia roll into chromium.Gravatar djsollen@google.com2012-06-04
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Fix GrSamplerState::operator=() to take a reference rather than a copy.Gravatar tomhudson@google.com2012-06-01
* VC++ allows template parameter shadowing.Gravatar bungeman@google.com2012-06-01
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* Zero out GrSamplerState in constructor to recover performance loss on Linux f...Gravatar tomhudson@google.com2012-05-31
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-05-31
* Fix typo in r4092.Gravatar tomhudson@google.com2012-05-31
* Use element-by-element assignment in GrSamplerState::operator= instead of memcpyGravatar tomhudson@google.com2012-05-31
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* arm: First step towards dynamic NEON support.Gravatar digit@google.com2012-05-30
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Fix line ending, mark svn:eol-style LFGravatar bsalomon@google.com2012-05-29
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* add SkPoint::isZero(), match the existing method on SkIPointGravatar mike@reedtribe.org2012-05-29
* Rolling back 4053Gravatar robertphillips@google.com2012-05-28
* Speculative fix for Android Debug only crash in r4049Gravatar robertphillips@google.com2012-05-28
* Rolling back r4049Gravatar robertphillips@google.com2012-05-25
* Altered GrDrawState to always ref textures and render targetGravatar robertphillips@google.com2012-05-25
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Removed SoftwarePathRenderer from GrContext's path renderer chainGravatar robertphillips@google.com2012-05-23
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)Gravatar robertphillips@google.com2012-05-22
* Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...Gravatar bsalomon@google.com2012-05-21
* Tunnel name requests through factory, forcing custom effect and custom prog s...Gravatar bsalomon@google.com2012-05-21
* update dox for NewFromMalloc() to clarify ownershipGravatar reed@google.com2012-05-21
* Make static const var that is only used in an assert be defined in the debug ...Gravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track GPU's blend stateGravatar bsalomon@google.com2012-05-21
* fix build?Gravatar bsalomon@google.com2012-05-18
* Some refactoring of GrCustomStage and friendsGravatar bsalomon@google.com2012-05-18
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...Gravatar reed@google.com2012-05-17