- f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
- 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 12 years ago
- dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 12 years ago
- 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 12 years ago
- 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
- f685a22 enable path ops in unit tests by caryclark@google.com · 12 years ago
- b98e5d0 disabling path ops by caryclark@google.com · 12 years ago
- 0dc98b2 Enable path ops by caryclark@google.com · 12 years ago
- d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 12 years ago
- 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
- 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
- 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 12 years ago
- ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 12 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
- 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 12 years ago
- 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
- 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 12 years ago
- 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
- 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
- a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
- 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
- cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
- 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
- bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
- d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
- 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
- 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
- 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
- adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
- 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
- efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
- 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 12 years ago
- d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
- 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago
- 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
- d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
- 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago
- 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
- cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
- 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
- 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
- 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
- e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
- b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
- d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
- 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
- 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
- 30140a4 Enable typeface from stream test for Mac. by bungeman@google.com · 12 years ago
- 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 13 years ago
- a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
- 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
- beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 13 years ago
- 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
- 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 13 years ago
- 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 13 years ago
- 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
- 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
- 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
- bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
- aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 13 years ago
- a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
- 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 13 years ago
- 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
- 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
- c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
- ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
- 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
- afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
- b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
- d230e3e add test for isFinite by reed@google.com · 13 years ago
- 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
- 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
- beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
- d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
- c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
- ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
- 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
- 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
- 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
- d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
- d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
- d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
- a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
- 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago