aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-30
* Mark SkPictureStateTree::Draw::operator< as const.Gravatar bungeman@google.com2013-01-29
* Fix Japanese font issue for devices running JB MR1 and higher.Gravatar djsollen@google.com2013-01-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* Fixing crash in cloning empty SkPicture objectGravatar junov@chromium.org2013-01-28
* Fix assertGravatar robertphillips@google.com2013-01-28
* fix buildGravatar reed@google.com2013-01-28
* REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX...Gravatar reed@google.com2013-01-28
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Added toString to SkDrawLooper-derived classesGravatar robertphillips@google.com2013-01-28
* Fix debug build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-28
* Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.Gravatar bsalomon@google.com2013-01-28
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...Gravatar bsalomon@google.com2013-01-28
* Remove unnecessary ptr derefs int r7411 (deref result is not used).Gravatar bsalomon@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* [PDF] Handle invalid glyph IDs on drawText methods.Gravatar vandebo@chromium.org2013-01-25
* Avoid O(n) stack space usage in qsort.Gravatar bungeman@google.com2013-01-25
* Only clear the part of the texture used by the device (duh!)Gravatar bsalomon@google.com2013-01-25
* doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...Gravatar reed@google.com2013-01-25
* Hid large dashed line optimization behind compiler flagGravatar robertphillips@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* Remove ConcaveToTriangles.Gravatar bungeman@google.com2013-01-24
* Bottom-up heapsort.Gravatar bungeman@google.com2013-01-24
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Fix SampleApp ANGLE mode.Gravatar bsalomon@google.com2013-01-24
* Fix spelling error.Gravatar bsalomon@google.com2013-01-24
* doh. drawRRect is not on SkDevice.... yetGravatar reed@google.com2013-01-24
* Fix logic bug introduced in r7346.Gravatar bsalomon@google.com2013-01-24
* override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,Gravatar reed@google.com2013-01-24
* Remove method calls on invalid "this" pointer.Gravatar bungeman@google.com2013-01-24
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPrivGravatar junov@chromium.org2013-01-24
* Add deferred count to GrResource.Gravatar bsalomon@google.com2013-01-23
* Fix bug introduced in r7348, deleting wrapped resources.Gravatar bsalomon@google.com2013-01-23
* Reverse sense of convex-quad-fix compiler flagGravatar robertphillips@google.com2013-01-23
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Revert r7341Gravatar edisonn@google.com2013-01-23
* Reland r7342 with fixes.Gravatar bsalomon@google.com2013-01-23
* Revert 7342 to investigate failures.Gravatar bsalomon@google.com2013-01-23
* Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.Gravatar bsalomon@google.com2013-01-23
* If getAdvance fails, getAdvanceData should not assert, but ignored.Gravatar edisonn@google.com2013-01-23
* Ensure that streams written using SkFlattenableBuffer's can be read with read...Gravatar djsollen@google.com2013-01-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-23
* Fix for oversight in r7325Gravatar robertphillips@google.com2013-01-23
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Fix bug in 1xN SkBitmapProcShader optimizationGravatar robertphillips@google.com2013-01-22
* Fix r7321 build errors on non-windows compilers (using forward declared but ...Gravatar bsalomon@google.com2013-01-22
* Fix Android only code in SkDraw for 7317.Gravatar bungeman@google.com2013-01-22