1. 688d362 ARM Skia NEON patches - 23 - S32_D565_Opaque_Dither cleanup/bugfix/speed by commit-bot@chromium.org · 11 years ago
  2. 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
  4. 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 11 years ago
  5. 8fcad98 Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters. by senorblanco@chromium.org · 11 years ago
  6. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
  7. 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
  8. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. bbe55fd Have multiple plotmgrs, one for each mask format. by jvanverth@google.com · 11 years ago
  10. a2f4b15 Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined. by jvanverth@google.com · 11 years ago
  11. 5c9b6fa Only display program cache info if RTConf flag is set. by jvanverth@google.com · 11 years ago
  12. 570863f path ops work in progress by caryclark@google.com · 11 years ago
  13. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  14. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  15. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  16. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  18. 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
  19. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  20. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  21. 2db4eab ARM Skia NEON patches - 19 - Intrinsics version of the Filter32 routines by commit-bot@chromium.org · 11 years ago
  22. e932c98 re-enable GrIODB by bsalomon@google.com · 11 years ago
  23. 6cc8d44 Fix for ovals failing on Xoom. by jvanverth@google.com · 11 years ago
  24. 115fbf6 Fix uninitialized string bug by robertphillips@google.com · 11 years ago
  25. 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  27. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  28. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  29. beba935 remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used) by reed@google.com · 11 years ago
  30. ef0e319 move decision to smash invmatrix into unit-space (for faster repeat/mirror to after the call to possiblyScaleImage(), so we don't confuse that code with a munged matrix. Fixes the scaled_tilemodes gm for HQ by reed@google.com · 11 years ago
  31. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  32. 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
  33. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  35. b57a30d Remove dead code from libwebp image decoder by commit-bot@chromium.org · 11 years ago
  36. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  37. e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
  38. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  39. 96a7a96 Fix for aliasing in device-independent ovals on Nexus 10. by commit-bot@chromium.org · 11 years ago
  40. 1e62727 Fallback to GLES context when GL context setup fails at any stage. by commit-bot@chromium.org · 11 years ago
  41. 6d2fef9 Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream. by djsollen@google.com · 11 years ago
  42. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
  43. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  44. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  45. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  46. b27eba7 fix regression in fallback chain where we don't account for the original font style. by djsollen@google.com · 11 years ago
  47. e15d9ec move platformConvolutionProcs() call to right before we need it by reed@google.com · 11 years ago
  48. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  50. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  51. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  52. 48e9260 add SkConvolutionProcs* to the none platformConvolutionProcs() signature by reed@google.com · 11 years ago
  53. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  54. 938ea62 [PDF] Rewind the font stream if font subsetting fails. by vandebo@chromium.org · 11 years ago
  55. 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
  56. 40039a3 simplify making translate only invmatrix by reed@google.com · 11 years ago
  57. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  58. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  59. cf292b7 Added a missing filter in SkFlattenable::InitializeFlattenables(). by commit-bot@chromium.org · 11 years ago
  60. a8c0966 ARM Skia NEON patches - 18 - Preparation work for BitmapProcState by commit-bot@chromium.org · 11 years ago
  61. 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
  62. c3723db Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. d1af237 fix the onIsEqual method on the new bicubic effect to consider the texture accesses as well as the textures by humper@google.com · 11 years ago
  64. 30df03c forgot to guard GPU includes when SK_SUPPORT_GPU not defined by humper@google.com · 11 years ago
  65. 08bc508 Fix ES2 context init. by bsalomon@google.com · 11 years ago
  66. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  67. 19bcf6e fix broken clang build by djsollen@google.com · 11 years ago
  68. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  69. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  70. 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
  71. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
  72. 85092f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  73. 106655e Fix convex path renderer bounds computation by commit-bot@chromium.org · 11 years ago
  74. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 11 years ago
  75. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  76. 8b4ba63 Fix bug in SkWriter32. by mtklein@google.com · 11 years ago
  77. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  78. 112a23e Hamfisted "fix" for pinterest blur crash by robertphillips@google.com · 11 years ago
  79. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 11 years ago
  80. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  82. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  83. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
  84. f714d51 Fix invalid enum error when checking for core profile in GrGLInterface::validate() by bsalomon@google.com · 11 years ago
  85. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  86. cefde6e Fix stroked oval and rrect rendering on Ubuntu-x86-Release. by commit-bot@chromium.org · 11 years ago
  87. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 11 years ago
  88. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  89. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 11 years ago
  90. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  92. 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 11 years ago
  93. 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 · 11 years ago
  94. 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 · 11 years ago
  95. 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 · 11 years ago
  96. 8b6b1c9 Moving out of order call to TexParameteri in GrGpuGL::onCreateTexture by junov@chromium.org · 11 years ago
  97. c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 11 years ago
  98. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  99. 6b00a1e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago