1. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  2. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  3. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  4. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  5. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  6. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  7. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  8. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  9. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  10. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  11. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  12. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  13. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  14. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  15. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  16. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  17. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  18. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  19. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  20. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  21. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  22. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  23. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  24. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  25. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  26. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  27. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  28. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 9 years ago
  29. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  30. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 9 years ago
  31. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  32. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 9 years ago
  33. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  34. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  35. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  36. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  37. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  38. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  39. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  40. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  41. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  42. 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
  43. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  44. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  45. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  46. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  47. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  48. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  49. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  50. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  51. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  52. 249af15 BUG=skia: by joshualitt · 10 years ago
  53. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  54. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  55. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  56. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  57. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  58. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  59. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  60. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  61. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  62. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  63. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  64. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  65. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  66. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 11 years ago
  67. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  68. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  69. 4d98532 Fix build breakage. by bsalomon@google.com · 11 years ago
  70. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  71. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  72. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  73. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  74. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  75. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  76. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  77. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 12 years ago
  78. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  79. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  80. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  81. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 12 years ago
  82. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  83. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  84. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  85. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
  86. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  87. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  88. dddf6f6 Skip unnecessary copies in GrPaint operator == by bsalomon@google.com · 12 years ago
  89. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  90. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  91. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  92. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  93. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  94. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPaint.h]
  95. 27c9b6d Add operator = to GrPaint by bsalomon@google.com · 13 years ago
  96. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  97. 00e17c5 Fix uninit of mask var by bsalomon@google.com · 13 years ago
  98. 26c2d0a Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expose a mask stage through GrPaint by bsalomon@google.com · 13 years ago
  99. 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
  100. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 13 years ago