1. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  2. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  3. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  4. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  6. b79103a Set git to ignore .android_config by scroggo@google.com · 12 years ago
  7. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  8. 1558d68 Add bench_pictures config Review URL: https://codereview.appspot.com/6873073 by borenet@google.com · 12 years ago
  9. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  10. 9b0fd9a part of prev CL for rrect by reed@google.com · 12 years ago
  11. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  12. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  13. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  14. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  15. fb883bf Fix generation of random two point gradients for program unit test. by bsalomon@google.com · 12 years ago
  16. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 41e850f Fixing logic error in deferred canvas unittest. by junov@chromium.org · 12 years ago
  18. 1adad34 use new enum-constructors by reed@google.com · 12 years ago
  19. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 12 years ago
  20. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  21. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  22. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 12 years ago
  23. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 12 years ago
  24. 7f805ff Disable failing test on android. by bsalomon@google.com · 12 years ago
  25. 84239fb mark our unflattened bitmap as immutable (just as picture deserialization does) by reed@google.com · 12 years ago
  26. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  27. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 12 years ago
  28. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  29. edf32d5 Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill. by junov@chromium.org · 12 years ago
  30. 0d3d09e shape ops work in progress by caryclark@google.com · 12 years ago
  31. 796763e Reapply (r6718) with fix for compiler error on linux. by djsollen@google.com · 12 years ago
  32. 570a48c revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  33. 57c29f7 Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  34. 9f3e9a5 shape ops work in progress by caryclark@google.com · 12 years ago
  35. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  36. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. f97593c Revert "Added the following 3 features to sample app." by djsollen@google.com · 12 years ago
  38. bcedc22 Added the following 3 features to sample app. by djsollen@google.com · 12 years ago
  39. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  40. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  41. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  42. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  43. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  44. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  45. 0b6dc19 Rebaseline script: check for .git and .svn in the current directory as well. Add mesa to list of configs to update. by senorblanco@chromium.org · 12 years ago
  46. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  47. 8f30fb7 add cityhash to SVN dependencies, not just DEPS file by epoger@google.com · 12 years ago
  48. b485832 Mark 64-bit constants as ULL to fix broken 32-bit Mac 10.6 build by epoger@google.com · 12 years ago
  49. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  50. d27fe34 comment-only fix by epoger@google.com · 12 years ago
  51. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  52. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  54. 4eeda37 shape ops work in progress by caryclark@google.com · 12 years ago
  55. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  56. 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 · 12 years ago
  57. df6fe60 No longer generating 4444, remove from rebaseline tool. by bungeman@google.com · 12 years ago
  58. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  59. 34cd70a Make the clip reducer operate on int rects. Remove redundant Gr from func name. by bsalomon@google.com · 12 years ago
  60. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  62. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  63. 128db20 Add newline at end of tools/skdiff_html.h to happify the housekeeping bot by epoger@google.com · 12 years ago
  64. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  65. dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
  66. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  67. b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
  68. 51185fe Add display of a path's filltype to debugger by robertphillips@google.com · 12 years ago
  69. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  70. f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 12 years ago
  71. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  72. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 12 years ago
  73. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  74. 3b8f472 add test for adding outer contour first and second by reed@google.com · 12 years ago
  75. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  77. 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago
  78. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  79. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  80. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  81. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  82. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  83. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. b8b8ba0 Fix compiler error in SkTInternalList.h by robertphillips@google.com · 12 years ago
  85. fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 12 years ago
  86. e26f2dd The short version of the 'loca' table stores offsets divided by 2. by bungeman@google.com · 12 years ago
  87. bc293c4 Added SK_BUILD_FOR_NACL to SkPreConfig.h by borenet@google.com · 12 years ago
  88. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  89. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  90. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  91. 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 12 years ago
  92. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  93. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  94. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  95. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  96. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  97. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  98. 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 12 years ago
  99. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
  100. 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago