aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Added cache stats printout to testsGravatar robertphillips@google.com2012-09-07
* Try r5428 again with fixGravatar bsalomon@google.com2012-09-07
* Revert 5428 and 5429.Gravatar bsalomon@google.com2012-09-07
* Consolidate texture access functions, provide default GrTextureAccessGravatar bsalomon@google.com2012-09-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Add R-Tree data structure.Gravatar rileya@google.com2012-09-05
* truncate our llist w/ null during rewind.Gravatar reed@google.com2012-08-31
* 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
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@google.com2012-08-28
* Added an overload of SkTQSort that sorts an array of values, rather than an a...Gravatar rileya@google.com2012-08-28
* Change comment in PointTest to refer to GCC bugGravatar borenet@google.com2012-08-27
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Fix PointTest.Gravatar bungeman@google.com2012-08-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Refactored GrDLinkedList into SkTDLinkedListGravatar robertphillips@google.com2012-08-23
* Fix GPU-less build.Gravatar scroggo@google.com2012-08-22
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Fixed compilation issue when instance counting is disabledGravatar robertphillips@google.com2012-08-21
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Set LF property on a bunch of files.Gravatar bsalomon@google.com2012-08-20
* Cleaning up deprecated API in SkDeferredCanvasGravatar junov@chromium.org2012-08-17
* Modify Read/WritePixelTests to print one pixel failure for each test case rat...Gravatar bsalomon@google.com2012-08-17
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* GrContextFactory can now expose the GLContext it is using.Gravatar keyar@chromium.org2012-08-14
* Ensure that Pipe does not crash when attempting to draw after endRecording.Gravatar scroggo@google.com2012-08-14
* Fix broken test.Gravatar scroggo@google.com2012-08-14
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Augmenting SkDeferredCanvas notification interface to signal flushes and memo...Gravatar junov@chromium.org2012-08-14
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* Fix handling of infinite bounds during "fast transforms".Gravatar tomhudson@google.com2012-08-10
* Make SkGPipe use SkBitmapHeap.Gravatar scroggo@google.com2012-08-08
* Privatization:Gravatar reed@google.com2012-08-07
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* uniquely name FS functions, add lighting effects to unit testGravatar bsalomon@google.com2012-08-07
* Adding storage of SkPath::fIsOvalGravatar robertphillips@google.com2012-08-07
* Moving DeferredDevice and DeferredGPipeController classes out of the deferred...Gravatar junov@chromium.org2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Removing the SkPicture backend from SkDeferredCanvas codeGravatar junov@chromium.org2012-08-07
* Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...Gravatar junov@chromium.org2012-08-07
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...Gravatar bsalomon@google.com2012-08-03