1. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 12 years ago
  2. 059a5a3 Reverting r11075. by jvanverth@google.com · 12 years ago
  3. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 12 years ago
  4. 85092f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  5. 106655e Fix convex path renderer bounds computation by commit-bot@chromium.org · 12 years ago
  6. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 12 years ago
  7. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 12 years ago
  8. 8b4ba63 Fix bug in SkWriter32. by mtklein@google.com · 12 years ago
  9. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 12 years ago
  10. 112a23e Hamfisted "fix" for pinterest blur crash by robertphillips@google.com · 12 years ago
  11. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 12 years ago
  12. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  13. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 12 years ago
  14. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 12 years ago
  15. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 12 years ago
  16. f714d51 Fix invalid enum error when checking for core profile in GrGLInterface::validate() by bsalomon@google.com · 12 years ago
  17. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 12 years ago
  18. cefde6e Fix stroked oval and rrect rendering on Ubuntu-x86-Release. by commit-bot@chromium.org · 12 years ago
  19. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 12 years ago
  20. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 12 years ago
  21. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 12 years ago
  22. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  23. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 12 years ago
  24. 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 12 years ago
  25. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 12 years ago
  26. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 12 years ago
  27. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 12 years ago
  28. 8b6b1c9 Moving out of order call to TexParameteri in GrGpuGL::onCreateTexture by junov@chromium.org · 12 years ago
  29. c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 12 years ago
  30. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 12 years ago
  31. 6b00a1e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  32. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 12 years ago
  33. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 12 years ago
  34. 5a6cd35 Remove sk_bzero usage from SkMatrix44 for improved performance. by shawnsingh@chromium.org · 12 years ago
  35. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 12 years ago
  36. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 12 years ago
  37. e997c26 ARM Skia NEON patches - 15 - Preparation work for Blitmask optims by commit-bot@chromium.org · 12 years ago
  38. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 12 years ago
  39. 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 12 years ago
  40. 50c9567 fix issue on devices running an OS prior to 4.2 when the fallback font file was potential stored in a different location on device. by djsollen@google.com · 12 years ago
  41. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  42. 7687578 Fix for 10963: Use mx instead of my where mx is wanted. by bungeman@google.com · 12 years ago
  43. e1b9bad Clear unknown DirectWrite font metrics. by bungeman@google.com · 12 years ago
  44. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 12 years ago
  45. 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 12 years ago
  46. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 12 years ago
  47. e09d6f4 Revert of r10943. by rmistry@google.com · 12 years ago
  48. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 12 years ago
  49. 92e3f08 Fix issue when the family name is reused among multiple families. by djsollen@google.com · 12 years ago
  50. b75233b Fix compiler warning/error in r10936 by robertphillips@google.com · 12 years ago
  51. 7ce661d Blur refactoring by robertphillips@google.com · 12 years ago
  52. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 12 years ago
  53. 26e1449 [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 12 years ago
  54. 3b3ce3b Update SkLumaMaskXfermode partial coverage handling. by fmalita@google.com · 12 years ago
  55. b9050d7 Remove mismatched delete. by scroggo@google.com · 12 years ago
  56. ec415a8 Revert "[PDF] Fix printing crashes caused by font streams that don't support getMemoryBase()." by vandebo@chromium.org · 12 years ago
  57. 6bb656b [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 12 years ago
  58. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 12 years ago
  59. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 12 years ago
  60. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 12 years ago
  61. 8846247 Only assert that conic/quad effects get created if they are to be used. by commit-bot@chromium.org · 12 years ago
  62. 726e621 Use indexed extensions on ES3. by commit-bot@chromium.org · 12 years ago
  63. 181fcb4 Refactor SkPDFImage by commit-bot@chromium.org · 12 years ago
  64. 53a0b6c Add GMs for gpu Bezier shaders by commit-bot@chromium.org · 12 years ago
  65. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 12 years ago
  66. 44a77c8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  67. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 12 years ago
  68. b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 12 years ago
  69. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 12 years ago
  70. a6aa0e3 skia: Add SK_API to SkDiscardableMemory. by commit-bot@chromium.org · 12 years ago
  71. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 12 years ago
  72. cf7be95 Remove the call to getFontMetrics from SkBBoxRecord by commit-bot@chromium.org · 12 years ago
  73. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 12 years ago
  74. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 12 years ago
  75. 42a7829 Better error reporting when dynamic loading fails with DirectWrite. by bungeman@google.com · 12 years ago
  76. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 12 years ago
  77. 5c1d88d Add an empty typeface as a default-default. by bungeman@google.com · 12 years ago
  78. 418ee43 Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual. by bungeman@google.com · 12 years ago
  79. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 12 years ago
  80. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 12 years ago
  81. 2fd740f Make BMP decoder not depend on call to getLength. by scroggo@google.com · 12 years ago
  82. 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 12 years ago
  83. af9296e Update DirectWrite code so that it is loadable on XP. by bungeman@google.com · 12 years ago
  84. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 12 years ago
  85. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  86. 147c4f3 Chromium's clang bots do not like the SkASSERT(!"foo") construct by robertphillips@google.com · 12 years ago
  87. 941df4f Add validation check that linewidth func is present (we already call it on ES). by commit-bot@chromium.org · 12 years ago
  88. 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 12 years ago
  89. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 12 years ago
  90. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 12 years ago
  91. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 12 years ago
  92. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 12 years ago
  93. 54c538e Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL." by vandebo@chromium.org · 12 years ago
  94. ba0ca99 CHECK -> SKTDYNAMICHASH_CHECK, to avoid collision with CHECK in Chrome logging. by mtklein@google.com · 12 years ago
  95. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 12 years ago
  96. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 12 years ago
  97. 85e9db0 The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL. by commit-bot@chromium.org · 12 years ago
  98. c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 12 years ago
  99. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 12 years ago
  100. 4348663 Fix stack buffer read overflow in GrConvolutionEffect::TestCreate. by bungeman@google.com · 12 years ago