1. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  2. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  3. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  4. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  5. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  6. d50e240 Fix SkClipStack bug with inverse-filled difference elements by csmartdalton · 8 years ago
  7. d01a8f4 Fix SW sRGB dst + LCD coverage bug. by mtklein · 8 years ago
  8. a5ba329 Add clamp to sk_linear_to_srgb, reorder instructions by msarett · 8 years ago
  9. da626aa Revert of Redo Tiling (patchset #14 id:260001 of https://codereview.chromium.org/2134893002/ ) by jcgregorio · 8 years ago
  10. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  11. 8602ede In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. by herb · 8 years ago
  12. 959d45b Miscellaneous color space refactors by msarett · 8 years ago
  13. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  14. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  15. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  16. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  17. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  18. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  19. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  20. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  21. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  22. ad7604b Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )" by reed · 8 years ago
  23. 3fb8720 Revert of have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ ) by reed · 8 years ago
  24. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  25. a61bfc6 have MakeFromImage fission the SkImage into a raster or a texture by reed · 8 years ago
  26. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  27. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  28. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  29. 566ea9b Tune linear->sRGB constants to round-trip all bytes. by mtklein · 8 years ago
  30. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  31. de996a0 re-disable save/restore peephole optimization by reed · 8 years ago
  32. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  33. 158fabb re-chop if we fail on a big-bad-cubic by reed · 8 years ago
  34. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  35. 53574b7 Fix color order for 565,4444, and I8 samplers. by mtklein · 8 years ago
  36. e51c356 pre-land special methods on device by reed · 8 years ago
  37. d1bd208 Update rounding/clamping comments on sk_linear_to_srgb(). by mtklein · 8 years ago
  38. 35f255f Fix color order on LCD text when using sRGB software backend. by mtklein · 8 years ago
  39. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  40. 7f3ff20 remove unused MakeFromPixmap by reed · 8 years ago
  41. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  42. 5139e50 Rename variables in SkCanvas::internalSaveLayer by robertphillips · 8 years ago
  43. 718aab1 Fix the assert and clamping in SkMatrix::get*Scale[s](). by kolczyk · 8 years ago
  44. 01a2ff8 check for culled-out paths inside SkDraw by reed · 8 years ago
  45. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  46. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  47. cea22ae Guard SkMatrix::get*Scale[s]() against negative nearly-zero values. by kolczyk · 8 years ago
  48. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  49. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  50. 18895db SkColorSpace::NewICC() warn instead of fail on bad input by msarett · 8 years ago
  51. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  52. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  53. 494c2b6 Fix a bug in the Clamp in X direction tiling. by herb · 8 years ago
  54. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  55. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  56. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  57. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  58. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  59. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  60. 77d6f7d use gpu-image instead of wrapping in a bitmap for specialimage by reed · 8 years ago
  61. b1b12f8 handle large conic weights by reed · 8 years ago
  62. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  63. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  64. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 8 years ago
  65. 0358a6a Update SkOpts namespaces. by mtklein · 8 years ago
  66. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  67. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  68. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  69. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  70. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 8 years ago
  71. 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
  72. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  73. 1264472 remove unused parameter to make android happy (when this header is moved to private) by reed · 8 years ago
  74. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  75. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  76. 00dd453 Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed. by herb · 8 years ago
  77. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 8 years ago
  78. 810efb5 Delay initialization of free list in SkTLList until first use of list by bsalomon · 8 years ago
  79. 6006f67 Make all color xforms 'fast' (step 1) by msarett · 8 years ago
  80. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 8 years ago
  81. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  82. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  83. e6347ad Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader by dvonbeck · 8 years ago
  84. 66ad44a Fixed error when normal.z = 1 in GPUs with binary16 floats by dvonbeck · 8 years ago
  85. ac41bac Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  86. 0e56972 Revert of Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader (patchset #11 id:200001 of https://codereview.chromium.org/2062703003/ ) by rmistry · 8 years ago
  87. f48c62f Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h by bsalomon · 8 years ago
  88. e930459 Revert of Move sRGB <-> linear conversion components to their own files. (patchset #5 id:80001 of https://codereview.chromium.org/2128893002/ ) by mtklein · 8 years ago
  89. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  90. 45e58c8 Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  91. 45561a0 drawTextRSXform by reed · 8 years ago
  92. e5fb9c8 centralize VECTORCALL as SK_VECTORCALL by mtklein · 8 years ago
  93. 3f58cd0 Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader by dvonbeck · 8 years ago
  94. 5b794fa API change to allow for NormalSource selection at the user level. by dvonbeck · 8 years ago
  95. a4b8704 check for zero scale in SkDraw::ComputeResScaleForStroking by lsalzman · 8 years ago
  96. 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
  97. 7446716 use mapRectScaleTranslate for common case in clipRect by reed · 8 years ago
  98. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  99. 2d1afab add SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRect by reed · 8 years ago
  100. c31bb87 Tighten up masking of colorType & alphaType in SkImageInfo serialization (for fuzzer bug) by robertphillips · 8 years ago