1. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 13 years ago
  2. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 13 years ago
  3. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 13 years ago
  4. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 13 years ago
  5. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 13 years ago
  6. 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 13 years ago
  7. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 13 years ago
  8. 2882c57 Fix SampleApp busted images with --picture on windows. by bsalomon@google.com · 13 years ago
  9. b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 13 years ago
  10. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 13 years ago
  11. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 13 years ago
  12. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 13 years ago
  13. 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 13 years ago
  14. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  15. 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 13 years ago
  16. d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 13 years ago
  17. 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 13 years ago
  18. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 13 years ago
  19. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 13 years ago
  20. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 13 years ago
  21. ea03360 add per-draw checks for lockcounts by reed@google.com · 13 years ago
  22. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  23. f81f97e Optimized implementation of SkMatrix44::preScale by shawnsingh@chromium.org · 13 years ago
  24. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 13 years ago
  25. 135e16c revert 6798 (assert in GM) by reed@google.com · 13 years ago
  26. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 13 years ago
  27. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 13 years ago
  28. 9f13174 Fix oversights in r6793. by bsalomon@google.com · 13 years ago
  29. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 13 years ago
  30. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 13 years ago
  31. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 13 years ago
  32. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 13 years ago
  33. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 13 years ago
  34. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 13 years ago
  35. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 13 years ago
  36. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  37. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 13 years ago
  38. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 13 years ago
  39. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 13 years ago
  40. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 13 years ago
  41. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 13 years ago
  42. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 13 years ago
  43. ca47aae Minor cleanup by robertphillips@google.com · 13 years ago
  44. fb883bf Fix generation of random two point gradients for program unit test. by bsalomon@google.com · 13 years ago
  45. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  46. 1adad34 use new enum-constructors by reed@google.com · 13 years ago
  47. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 13 years ago
  48. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
  49. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 13 years ago
  50. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 13 years ago
  51. 84239fb mark our unflattened bitmap as immutable (just as picture deserialization does) by reed@google.com · 13 years ago
  52. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 13 years ago
  53. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 13 years ago
  54. edf32d5 Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill. by junov@chromium.org · 13 years ago
  55. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 13 years ago
  56. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  57. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 13 years ago
  58. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 13 years ago
  59. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 13 years ago
  60. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 13 years ago
  61. 4595426 cache fontmetrics in picture-record by reed@google.com · 13 years ago
  62. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 13 years ago
  63. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 13 years ago
  64. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  65. dbfac8a Defining new color constat for transparent color by junov@google.com · 13 years ago
  66. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 13 years ago
  67. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 13 years ago
  68. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 13 years ago
  69. 34cd70a Make the clip reducer operate on int rects. Remove redundant Gr from func name. by bsalomon@google.com · 13 years ago
  70. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  71. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 13 years ago
  72. 99b5c7f optimize translate and scale by reed@google.com · 13 years ago
  73. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 13 years ago
  74. f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 13 years ago
  75. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 13 years ago
  76. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  77. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 13 years ago
  78. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 13 years ago
  79. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 13 years ago
  80. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 13 years ago
  81. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 13 years ago
  82. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  83. fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 13 years ago
  84. e26f2dd The short version of the 'loca' table stores offsets divided by 2. by bungeman@google.com · 13 years ago
  85. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 13 years ago
  86. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 13 years ago
  87. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 13 years ago
  88. 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 13 years ago
  89. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 13 years ago
  90. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 13 years ago
  91. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 13 years ago
  92. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 13 years ago
  93. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 13 years ago
  94. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 13 years ago
  95. 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 13 years ago
  96. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 13 years ago
  97. 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  98. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 13 years ago
  99. 70ffc9a Add auto table ref for coretext. https://codereview.appspot.com/6849117/ by bungeman@google.com · 13 years ago
  100. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago