1. 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 8 years ago
  2. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  3. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  4. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  5. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  6. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  7. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  8. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  9. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  10. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  11. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  12. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  13. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  14. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  15. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  16. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  17. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  18. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  19. 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
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. 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
  22. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  23. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  24. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  25. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  26. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  27. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  28. 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
  29. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  30. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  31. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  32. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  33. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 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. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  37. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  38. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  39. 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
  40. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  41. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  42. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  43. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  44. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  45. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  46. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  47. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  48. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  49. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  50. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  51. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  52. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  53. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  54. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  55. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  56. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  57. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  58. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  59. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  60. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  61. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  62. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  63. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  64. b88ab93 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 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