1. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  3. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 12 years ago
  4. b755a2a Fix Mac 10.8 64-bit Release ClipCacheTest issue by robertphillips@google.com · 12 years ago
  5. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 12 years ago
  6. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  7. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  9. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  10. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  11. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  12. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  13. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  14. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  15. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  16. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  17. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 12 years ago
  19. 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
  20. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 12 years ago
  21. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  22. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
  23. 3c8fb51 Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. by senorblanco@chromium.org · 12 years ago
  24. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  25. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  26. 024e523 Fix for Gorilla test by jvanverth@google.com · 12 years ago
  27. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  28. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  29. 8626719 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. f507c41 Adding option to SkTileGrid for specifying border pixels. by junov@chromium.org · 12 years ago
  31. 7cacbbd fix build on Macos by humper@google.com · 12 years ago
  32. 897f462 Fix for Mac compile warnings. Temporarily removed random gorilla test. by jvanverth@google.com · 12 years ago
  33. 5a90ada Add Random unit tests. by jvanverth@google.com · 12 years ago
  34. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  35. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  36. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  37. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  38. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  39. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  40. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  41. 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
  42. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  43. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 12 years ago
  44. 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
  45. 042a286 Attempt to fix GLPrograms test on ANGLE bot. by bsalomon@google.com · 12 years ago
  46. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  47. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  48. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  50. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  51. e94b5e4 Adding a new unit test that demonstrates that dithering affects constant gradients by junov@chromium.org · 12 years ago
  52. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
  53. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
  54. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  55. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  56. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  57. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
  59. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  60. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  61. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  62. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
  63. 7c56c16 Fix sort test. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  64. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  65. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  66. f91c63e Revert r7341 by edisonn@google.com · 12 years ago
  67. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
  68. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  69. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  70. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  72. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  73. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  74. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  76. 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
  77. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  78. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  79. 5f429b0 Fix signed/unsigned comparison in PictureTest.cpp by bsalomon@google.com · 12 years ago
  80. c3d753e Fix signed/unsigned comparison warning in PictureTest.cpp by bsalomon@google.com · 12 years ago
  81. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  82. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  83. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  84. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  85. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  86. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  87. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  88. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  89. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  91. df194a4 remove #ifdef for scalar==float, since it always is by reed@google.com · 12 years ago
  92. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  94. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  96. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  97. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  98. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  100. 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