1. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  2. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  3. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  4. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  5. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  6. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  7. 57a69dc Make an embeddable container to hold linear pipelines. by herb · 8 years ago
  8. 670f01f This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution. by herb · 8 years ago
  9. 5d4943c Add guards for edge cases. by herb · 8 years ago
  10. 9f666a1 Whitespace change. by herb · 8 years ago
  11. d5f2e2e Add F16 source to the linear pipelin. by herb · 8 years ago
  12. 69076fe Blitter for repeat RGBA8888->RGBA8888. by herb · 8 years ago
  13. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  14. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  15. 222f8ff Add index-8 sampler to the pipeline. by herb · 8 years ago
  16. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  17. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  18. 20adafa disable linear pipeline for now (so bots don't crash) by reed · 8 years ago
  19. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 8 years ago
  20. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  21. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  22. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  23. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  24. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 8 years ago
  25. 19cef56 add support for new bitmapshader context by reed · 8 years ago
  26. 05a5647 fission bitmapprocstate by reed · 8 years ago
  27. b4b42ed restore lost optimization when the shader can report const_in_y by reed · 9 years ago
  28. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  29. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  30. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  31. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  32. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  33. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  34. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  35. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  36. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  37. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  38. 013e9e3 move SkBitmapProvider to its own file by reed · 9 years ago
  39. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  40. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  41. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  42. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  43. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  44. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  45. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  46. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  47. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  48. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  49. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  50. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  51. ab51cbd Disable optimization as HWUI does not yet support color shaders. by djsollen · 9 years ago
  52. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  53. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  54. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  55. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  56. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  57. 9e447c0 remove unneeded preroll by reed · 10 years ago
  58. 96a857e initial preroll api by reed · 10 years ago
  59. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  60. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  61. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  62. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  63. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  64. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  65. 7ef849d Add Sk prefix to CreateBitmapShader. by mtklein · 10 years ago
  66. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  67. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  68. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  69. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  70. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  71. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  72. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  73. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  74. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  75. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  76. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  77. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  78. f21991b Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 10 years ago
  79. 0533146 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  80. b03be0b Revert "Modify sample buffer size for larger displays." by reed@google.com · 10 years ago
  81. af159a5 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  82. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  83. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  84. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  85. edda70e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  86. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  87. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  88. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  89. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  90. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  91. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  92. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  93. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  94. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  95. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  96. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  97. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  98. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  99. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  100. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago