1. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  2. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
  3. 4f79b9b set max size for lcdtext by reed@google.com · 13 years ago
  4. 4c888aa write 0 to our refcnt in the destructor, in the off-chance of it helping us by reed@google.com · 13 years ago
  5. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  6. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  7. 27c9b6d Add operator = to GrPaint by bsalomon@google.com · 13 years ago
  8. 4f83be8 Fix GrContext::drawPaint with perspective, also never apply AA by bsalomon@google.com · 13 years ago
  9. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  10. 99edd43 cache offscreen HDC by reed@google.com · 13 years ago
  11. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  12. 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
  13. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
  14. b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 13 years ago
  15. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
  16. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  17. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
  18. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  19. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
  20. 11f6380 add baselines by reed@google.com · 13 years ago
  21. 9987ec3 add impl for drawBitmapNine by reed@google.com · 13 years ago
  22. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  23. 46a2a1e Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 13 years ago
  24. 6defc04 Fix bitrot in GrGLDefaultInterface_android.cpp by bsalomon@google.com · 13 years ago
  25. f244f90 detect when scale is really 1.0, and don't mis-mark our flags to kScale by reed@google.com · 13 years ago
  26. 867c0ea whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  27. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  28. b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 13 years ago
  29. dca4aab Make GL calls go through macro (and therefore trigger callback function if present) by bsalomon@google.com · 13 years ago
  30. 40a3772 update sample to test stretching + and - amounds by reed@google.com · 13 years ago
  31. f0d7670 Add gm baseline images for Mac Mini by epoger@google.com · 13 years ago
  32. c42b11e whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  33. 1c8e874 Ignore blur margin fix flag for backward bug compatibility. by bungeman@google.com · 13 years ago
  34. 6dcd27c add detach back to SkAutoMalloc by bsalomon@google.com · 13 years ago
  35. bdf7361 add optional SK_OVERRIDE_GLOBAL_NEW for testing by reed@google.com · 13 years ago
  36. 4fd0fb0 Fix realloc->reset rename missed in mac file by bsalomon@google.com · 13 years ago
  37. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  38. f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 13 years ago
  39. 973b879 Remove unneeded #define by bsalomon@google.com · 13 years ago
  40. d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 13 years ago
  41. 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
  42. abb061a Remove comment related to removed function. by bsalomon@google.com · 13 years ago
  43. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  44. 2869820 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  45. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
  46. 9399cac Change no-op math bench to noOp. http://codereview.appspot.com/4962047/ by bungeman@google.com · 13 years ago
  47. 87fcfe0 Compile option to perform GL logging by default debug. by bsalomon@google.com · 13 years ago
  48. 9b09c9e Abort AA rect path when index buffer allocation fails by bsalomon@google.com · 13 years ago
  49. 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 13 years ago
  50. 22269ed Rebase Mac PNGs (GrAAHairLineRenderer changed complexclip_gpu.png and rest have non-pixel changes due to migration from libpng to coregraphics) by bsalomon@google.com · 13 years ago
  51. 01760d5 Rebase complex clip for hairline renderer by bsalomon@google.com · 13 years ago
  52. fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 13 years ago
  53. 89ccd04 Rebase complex clip GM for new hairline renderer on windows by bsalomon@google.com · 13 years ago
  54. 542f585 Fix file name in gyp (wasn't caught b/c of windows case insensitivity) by bsalomon@google.com · 13 years ago
  55. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  56. dec9f2d Fix multi-line macro by adding line continuation. by bsalomon@google.com · 13 years ago
  57. 69f2e05 Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental by yangsu@google.com · 13 years ago
  58. d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 13 years ago
  59. 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 13 years ago
  60. dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 13 years ago
  61. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  62. 1d388d7 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  63. 7ccf460 [committed on behalf of dmaclach@chromium.org.] by senorblanco@chromium.org · 13 years ago
  64. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  65. 574f29d Add revisions to complexclip2.cpp from code review. Checkin windows baselines. by bsalomon@google.com · 13 years ago
  66. ddc518b add by reed@google.com · 13 years ago
  67. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  68. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 13 years ago
  69. 5b86a37 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  70. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  71. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  72. fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
  73. 93a791d whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  74. fa3ab3b whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  75. 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
  76. fafe599 whitespace change to trigger buildbots by epoger@google.com · 13 years ago
  77. 3f088e3 Move multiple calls to random() out of parameter lists so that the by tomhudson@google.com · 13 years ago
  78. 8185f33 Export SkPDFDevice::setDrawingArea as SK_API. by twiz@google.com · 13 years ago
  79. 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  80. 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
  81. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  82. b6ddf7a add more samples by reed@google.com · 13 years ago
  83. 9dfb757 Skip test GLPrograms test when GL or Gr context can't be created. by bsalomon@google.com · 13 years ago
  84. fcac672 rebaseline now that subpixel position is respected by reed@google.com · 13 years ago
  85. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  86. 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 13 years ago
  87. 9a87cee Clean up PDF code for text decoration change. by bungeman@google.com · 13 years ago
  88. 471d471 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 13 years ago
  89. 00245c9 test subpixeltext by reed@google.com · 13 years ago
  90. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  91. 8214587 Exit early from 0 prim draws in GrDrawTarget by bsalomon@google.com · 13 years ago
  92. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  93. cf598b1 refactor utility code to create a mask (any format) from the path, for those by reed@google.com · 13 years ago
  94. ddc75dc Allow the y-baseline to float except when text is horizontal, as we were already by reed@google.com · 13 years ago
  95. 6b66c39 Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes. by epoger@google.com · 13 years ago
  96. 2a151fe Remove bitmapscroll baseline images--they were drawn incorrectly. by epoger@google.com · 13 years ago
  97. d361e7e silence end of file LF warning on chrome's mac builds by bsalomon@google.com · 13 years ago
  98. ffd999f add initial versions by reed@google.com · 13 years ago
  99. e9a9894 Fix GrResourceCache::removeAll when one resource holds a lock on another by bsalomon@google.com · 13 years ago
  100. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago