aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* Fix metrics test to no longer include the cpp.Gravatar djsollen@google.com2012-06-25
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* add test for http://code.google.com/p/chromium/issues/detail?id=131181Gravatar reed@google.com2012-06-15
* Really fix the build.Gravatar schenney@chromium.org2012-06-13
* Speculative build fix. Tests do not fail locally.Gravatar schenney@chromium.org2012-06-13
* Fix the problem of rendering closePath not properly after a moveTo call inGravatar schenney@chromium.org2012-06-13
* add readPtr and writePtr to SkReader32 and SkWriter32Gravatar reed@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-05-31
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/...Gravatar epoger@google.com2012-05-31
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* Added cast to get MathTest working on WindowsGravatar robertphillips@google.com2012-05-30
* use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VSGravatar reed@google.com2012-05-30
* win can't eat 1.0p+23 syntax for floats :(Gravatar reed@google.com2012-05-30
* remove debugfGravatar reed@google.com2012-05-30
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* addGravatar reed@google.com2012-05-21
* CreateTypefaceFromStream for GDI.Gravatar bungeman@google.com2012-05-18
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* WeakRefCntGravatar bungeman@google.com2012-05-16
* speedup SkRect::isFinite() (almost 2x)Gravatar reed@google.com2012-05-16
* Convert AAClipCache's GrRects to GrIRectsGravatar robertphillips@google.com2012-05-15
* fix Fixed buildGravatar reed@google.com2012-05-15
* Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...Gravatar reed@google.com2012-05-15
* Fixes for Windows Release compiler complaints (overflow in const arith)Gravatar robertphillips@google.com2012-05-14
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14
* Made clip mask cache use Scratch Texture systemGravatar robertphillips@google.com2012-05-14
* update the nearly_integral calculation to be (a) faster, and (b) to correctlyGravatar reed@google.com2012-05-11
* fix for r3903 compilation issueGravatar robertphillips@google.com2012-05-11
* Made clip mask cache reuse depend on mask size/bounds (instead of render targ...Gravatar robertphillips@google.com2012-05-11
* Fix for Android ClipCache unit test crashGravatar robertphillips@google.com2012-05-10
* Reverting r3898 due to Android failuresGravatar robertphillips@google.com2012-05-10
* Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chainGravatar robertphillips@google.com2012-05-10
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* Disabled new ClipCache unit test pending investigation of Android failuresGravatar robertphillips@google.com2012-05-09
* Added stack to AA clip mask cacheGravatar robertphillips@google.com2012-05-09
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* Just use std qsortGravatar reed@google.com2012-05-07
* fix fixed-point buildGravatar reed@google.com2012-05-03