1. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
  2. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  3. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  4. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  5. 294dd7b change getLastPt to return a bool by reed@google.com · 13 years ago
  6. 5e2457e add getTotalClipBounds() as a partial replacement for getTotalClip. This can be by reed@google.com · 13 years ago
  7. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  8. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  9. cf38523 Don't let templates live in shadows. by bungeman@google.com · 13 years ago
  10. a12cc7f Separate code paths of SkTArray at compile time. by bungeman@google.com · 13 years ago
  11. 0abb499 add SkAlphaBlend255 by reed@google.com · 13 years ago
  12. 644fc76 remove mention of obsolete symbol SK_SUPPORT_888_TEXT by reed@google.com · 13 years ago
  13. 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
  14. 632e1a2 move call to nothingToDraw into our iterator, so it sees the results of filters and loopers by reed@google.com · 13 years ago
  15. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  16. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  17. 18ac1ba Make asBlur method const. http://codereview.appspot.com/5190041/ by bungeman@google.com · 13 years ago
  18. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  19. 2c508f2 add force-rle parameter to help with aaclip testing by reed@google.com · 13 years ago
  20. c74ab18 add accessors to irect by reed@google.com · 13 years ago
  21. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  22. 1341304 Use SK_OVERRIDE to add a little extra robustness against name changes. by tomhudson@google.com · 13 years ago
  23. 3253898 need these for the forceaa change by reed@google.com · 13 years ago
  24. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  25. c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
  26. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  27. 894aa9a experimental by reed@google.com · 13 years ago
  28. 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
  29. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  30. 1fac5ca Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 13 years ago
  31. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  32. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  33. 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
  34. 5c6ae60 Fix compilation error related to using nonexistent sk_malloc instead of sk_malloc_throw. VC++ lazy template code compilation let this work on windows since the wrong function name was only in currently unused templated functions. by bsalomon@google.com · 13 years ago
  35. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  36. cff323e Shutup strict aliasing warnings in SkTLazy by bsalomon@google.com · 13 years ago
  37. c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
  38. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  39. bcb671c Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't by tomhudson@google.com · 13 years ago
  40. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  41. 4c888aa write 0 to our refcnt in the destructor, in the off-chance of it helping us by reed@google.com · 13 years ago
  42. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  43. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  44. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  45. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  46. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
  47. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
  48. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  49. 6dcd27c add detach back to SkAutoMalloc by bsalomon@google.com · 13 years ago
  50. bdf7361 add optional SK_OVERRIDE_GLOBAL_NEW for testing by reed@google.com · 13 years ago
  51. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  52. abb061a Remove comment related to removed function. by bsalomon@google.com · 13 years ago
  53. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  54. d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 13 years ago
  55. dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 13 years ago
  56. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  57. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  58. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  59. 8185f33 Export SkPDFDevice::setDrawingArea as SK_API. by twiz@google.com · 13 years ago
  60. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  61. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  62. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  63. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  64. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  65. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  66. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  67. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  68. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  69. 178d41e Remove unneeded sk/gr conversion code by bsalomon@google.com · 13 years ago
  70. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  71. bbfa100 Fix header build breakage caused by moving GrGpu.h to src dir by bsalomon@google.com · 13 years ago
  72. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  73. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  74. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  75. ff8a166 move setOrigin to protected, as a stop-gap fix for proxy devices. will revert by reed@google.com · 13 years ago
  76. bc75483 undef Status to undo the evil that XLib.h has done by reed@google.com · 13 years ago
  77. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  78. c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
  79. a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
  80. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  81. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  82. e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
  83. a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
  84. 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
  85. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  86. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  87. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  88. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  89. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  90. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  91. 099d22d add roundOut() by reed@google.com · 13 years ago
  92. 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
  93. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  94. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  95. 84b437e update dox for LCD text by reed@google.com · 13 years ago
  96. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  97. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  98. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  99. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  100. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago