1. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  2. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  3. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  4. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  5. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  6. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  7. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  8. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 12 years ago
  9. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  10. 042a286 Attempt to fix GLPrograms test on ANGLE bot. by bsalomon@google.com · 12 years ago
  11. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  12. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  13. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  15. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  16. e94b5e4 Adding a new unit test that demonstrates that dithering affects constant gradients by junov@chromium.org · 12 years ago
  17. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
  18. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
  19. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  20. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  21. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  22. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  24. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  26. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  27. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
  28. 7c56c16 Fix sort test. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  29. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  30. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  31. f91c63e Revert r7341 by edisonn@google.com · 12 years ago
  32. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
  33. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  34. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  35. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  37. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  38. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  39. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  41. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  42. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  43. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  44. 5f429b0 Fix signed/unsigned comparison in PictureTest.cpp by bsalomon@google.com · 12 years ago
  45. c3d753e Fix signed/unsigned comparison warning in PictureTest.cpp by bsalomon@google.com · 12 years ago
  46. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  47. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  48. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  49. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  50. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  51. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  52. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  53. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  54. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  56. df194a4 remove #ifdef for scalar==float, since it always is by reed@google.com · 12 years ago
  57. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  59. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  60. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  61. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  62. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  63. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  65. 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
  66. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  68. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  69. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  70. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  71. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 41e850f Fixing logic error in deferred canvas unittest. by junov@chromium.org · 12 years ago
  73. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  74. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  75. 7f805ff Disable failing test on android. by bsalomon@google.com · 12 years ago
  76. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  77. 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
  78. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  79. b485832 Mark 64-bit constants as ULL to fix broken 32-bit Mac 10.6 build by epoger@google.com · 12 years ago
  80. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  81. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  83. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  84. 34cd70a Make the clip reducer operate on int rects. Remove redundant Gr from func name. by bsalomon@google.com · 12 years ago
  85. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  87. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  88. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  90. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  91. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  92. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  93. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  95. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  96. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  97. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  98. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  99. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  100. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago