1. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  2. 138aa22 Remove unused static function skcolor_to_grcolor_nopremultiply. by egdaniel · 10 years ago
  3. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  4. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  5. 6dd1739 Fix for alpha textures on Nexus 6. by jvanverth · 10 years ago
  6. 06194c5 Don't call GetShaderPrecisionFormat for geometry shaders. by bsalomon · 10 years ago
  7. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  8. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  9. 54a57f5 Use GrCoordTransform precision to set uniform matrix precision by bsalomon · 10 years ago
  10. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  11. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  12. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  13. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  14. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  15. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  16. 414867c Avoid crash on some 64b ARM NEON platforms. by tomhudson · 10 years ago
  17. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  18. 8b7b9c2 Fix MatrixImageFilter computeFastBounds by robertphillips · 10 years ago
  19. ff3106c Display text blob bounds in the debugger. by fmalita · 10 years ago
  20. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  21. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  22. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  23. a2bd24f Tweak SkPictureShader's tile semantics. by fmalita · 10 years ago
  24. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  25. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  26. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  27. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  28. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  29. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  30. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  31. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  32. 03d3bb0 get rid of static gps by joshualitt · 10 years ago
  33. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  34. 69469b5 Use size of SkRect as the key for blur mask cache by qiankun.miao · 10 years ago
  35. 95f9b5f Fix overoptimization in distance field code on N7 and N10. by jvanverth · 10 years ago
  36. c92aadc clean up default precision handling by bsalomon · 10 years ago
  37. eb2a676 Remove backend factories by joshualitt · 10 years ago
  38. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  39. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  40. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  41. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  42. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  43. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  44. 60f3c65 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  45. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  46. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  47. 9da051a Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:40001 of https://codereview.chromium.org/773753002/) by jam · 10 years ago
  48. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  49. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  50. 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
  51. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  52. 4de8a4d Remove guard on and enable vertexAttrib function pts on GrGLInterface. by egdaniel · 10 years ago
  53. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  54. 96a6c4d Copy src in SkDrawLooper::computeFastBounds(). by mtklein · 10 years ago
  55. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  56. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  57. ed8bdc5 bug fix for cubic low precision by joshualitt · 10 years ago
  58. 4bfd587 Decompose a weird assert. by mtklein · 10 years ago
  59. a89a95e Remove unused constants. by mtklein · 10 years ago
  60. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  61. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  62. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  63. 1962f52 Revert of implement device::clear until we can remove callers in chrome skia/ext (patchset #1 id:1 of https://codereview.chromium.org/773903002/) by reed · 10 years ago
  64. 45a0578 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  65. 9503ac7 Add matrix operations to C canvas API by abarth · 10 years ago
  66. e638d1c check matrix does not have rotation or perspective transformation by derekf · 10 years ago
  67. 701dd4f Flail a little against LLVM crash. by mtklein · 10 years ago
  68. 252fccf implement device::clear until we can remove callers in chrome skia/ext by reed · 10 years ago
  69. 5234075 Adding a PictureResolution option to SkPictureImageFilter by Justin Novosad · 10 years ago
  70. 367e186 use drawRect when drawing a bitmap with anti-aliasing on a non-msaa target by derekf · 10 years ago
  71. 3729469 Change clear() to respect the clip by reed · 10 years ago
  72. cc969c4 Make SkColorTable explicitly thread-safe. by mtklein · 10 years ago
  73. eff2c72 move some copy surface stuff to GrFlushToGpuDrawTarget by bsalomon · 10 years ago
  74. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  75. ba1bf8a Remove comment by robertphillips · 10 years ago
  76. a0d5ad7 skia: Prevent GL_RED from being used with MESA by hendrikw · 10 years ago
  77. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  78. c6b8b02 Remove support for OSX 10.5. by bungeman · 10 years ago
  79. ce547f4 Remove SkASSERT_CONTINUE. by bungeman · 10 years ago
  80. 2fc6ea6 Add scale and skew to C canvas API by abarth · 10 years ago
  81. 9dc2468 Clean up FreeType library ref counting. by bungeman · 10 years ago
  82. 435eba7 Pre-cache local matrix type in shader constructor. by mtklein · 10 years ago
  83. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  84. bc0c4bd Add additional clean up code in MPD path by robertphillips · 10 years ago
  85. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  86. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  87. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  88. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  89. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 10 years ago
  90. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  91. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  92. 5c9c9be Force path bounds in recording. by mtklein · 10 years ago
  93. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  94. bb25e44 Add extra safety check to the EGL context setup. by joakim.landberg · 10 years ago
  95. 8a2198a Fix Windows SkTime version by robertphillips · 10 years ago
  96. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  97. 9881d63 Make skia trace category disabled by default. by danakj · 10 years ago
  98. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  99. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  100. f0090cb add basic tests for save/restore counting by reed · 10 years ago