aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* revert 6798 (assert in GM)Gravatar reed@google.com2012-12-13
* add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)Gravatar reed@google.com2012-12-13
* Goal: ensure we always balance lock/unlock pixels calls.Gravatar reed@google.com2012-12-13
* Fix oversights in r6793.Gravatar bsalomon@google.com2012-12-13
* Use GrDrawTarget::AutoClipRestore to set temporary irect clips.Gravatar bsalomon@google.com2012-12-13
* Add a state bit to GrDrawState that forces coverage to be blended.Gravatar bsalomon@google.com2012-12-13
* Change to BDS license (as we did with all the other files that were Apache)Gravatar reed@google.com2012-12-13
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* kill unused SkFlipPixelRefGravatar reed@google.com2012-12-13
* Fixing clip region test in deferred canvas, used to determine whether a draw ...Gravatar junov@chromium.org2012-12-13
* Matrix inversion optimizations and benchmark; originally by whunt@google.com.Gravatar tomhudson@google.com2012-12-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Adding quickContains API method to SkClipStackGravatar junov@chromium.org2012-12-12
* Create SkBitmapChecksummer and associated SkBitmapTransformerGravatar epoger@google.com2012-12-12
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Fix generation of random two point gradients for program unit test.Gravatar bsalomon@google.com2012-12-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-11
* use new enum-constructorsGravatar reed@google.com2012-12-10
* Fix for Mac-specific OpenGL == complaint in GrGLProgram.cppGravatar robertphillips@google.com2012-12-10
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* When cloning picture, use a bitmap heap to avoid flattening bitmaps.Gravatar scroggo@google.com2012-12-10
* optimize for paints that don't require deep copy during cloneGravatar reed@google.com2012-12-10
* mark our unflattened bitmap as immutable (just as picture deserialization does)Gravatar reed@google.com2012-12-10
* don't convert clipPath -> clipRect if the path is inverse-filledGravatar reed@google.com2012-12-10
* In SKP serialization, use existing encoded data.Gravatar scroggo@google.com2012-12-10
* Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths...Gravatar junov@chromium.org2012-12-10
* add helpers for isTranslate and isScaleTranslateGravatar mike@reedtribe.org2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-08
* Make debugger profiling honor deleted commandsGravatar robertphillips@google.com2012-12-07
* Improve handling of inverse clip paths in GrClipMaskManager.Gravatar bsalomon@google.com2012-12-07
* Fix some extract subset bugs.Gravatar scroggo@google.com2012-12-07
* speedup peek32() when the offset is in the last block (fTail)Gravatar reed@google.com2012-12-07
* cache fontmetrics in picture-recordGravatar reed@google.com2012-12-07
* mark bitmaps as immutable as we deserialize them into picture-playbackGravatar reed@google.com2012-12-07
* Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)Gravatar epoger@google.com2012-12-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-07
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@google.com2012-12-06
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* add query to pixelref for its encoded data (if it has any)Gravatar reed@google.com2012-12-06
* Make the clip reducer operate on int rects. Remove redundant Gr from func Gravatar bsalomon@google.com2012-12-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* Move GrReducedClip to its own files.Gravatar bsalomon@google.com2012-12-05
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Clean up SkFontHost_mac_coretext.Gravatar bungeman@google.com2012-12-05