aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Check for invalid SkPicturesGravatar borenet@google.com2012-09-17
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* Fix some nits from http://codereview.appspot.com/6506103/Gravatar rileya@google.com2012-09-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-14
* Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...Gravatar rileya@google.com2012-09-13
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Switch GrGpu's GrResource list over to using SkTDLinkedListGravatar robertphillips@google.com2012-09-04
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Remove dead code and update a comment.Gravatar scroggo@google.com2012-08-30
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* add SkWriter32::rewindToOffset() -- used for peephole edits in picture recordingGravatar reed@google.com2012-08-30
* In which a series of things around attachToCanvas and writePixels are fixedGravatar bsalomon@google.com2012-08-29
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* When creating gray from lcd, use luminance instead of coverage.Gravatar bungeman@google.com2012-08-28
* Fix Clang build on Android.Gravatar digit@google.com2012-08-28
* need to declare INHERITED for the instcount macrosGravatar reed@google.com2012-08-28
* re-enable inst countingGravatar reed@google.com2012-08-28
* Remove SkGpuDevice::fTexture, use new pixel ref class nameGravatar bsalomon@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android tr...Gravatar bsalomon@google.com2012-08-23
* Refactored GrDLinkedList into SkTDLinkedListGravatar robertphillips@google.com2012-08-23
* SkRef for expressions.Gravatar bungeman@google.com2012-08-22
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* SkBitmap::scrollRect changes pixels, but only if not immutable.Gravatar scroggo@google.com2012-08-22
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Set LF property on a bunch of files.Gravatar bsalomon@google.com2012-08-20
* revert 5156Gravatar reed@google.com2012-08-17
* revert 5157Gravatar reed@google.com2012-08-17
* add long/unsigned-long variations to the debug SkIntToScalar, as the mac comp...Gravatar reed@google.com2012-08-17
* Fix SkIntToScalar signature for 64-bit buildGravatar borenet@google.com2012-08-17
* Make SkDeque::back faster & inlineGravatar robertphillips@google.com2012-08-17
* Added Serialization of SkPath's boundGravatar robertphillips@google.com2012-08-17
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Fix a memory leak in SkBitmapHeap.Gravatar scroggo2012-08-16
* add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...Gravatar reed@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* privatize SkScalerContext.hGravatar reed@google.com2012-08-14
* To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRecGravatar reed@google.com2012-08-14
* privatize SkDescriptor.hGravatar reed@google.com2012-08-14
* Make SkTArray consider only the new count and reserve when determining how mu...Gravatar bsalomon@google.com2012-08-14
* Reduce allocations in RandomPathBenchGravatar bsalomon@google.com2012-08-14
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14