1. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  2. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  3. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  4. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  5. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  6. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  7. 62a320c Revert of Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #1 id:1 of https://codereview.chromium.org/1022673007/) by reed · 9 years ago
  8. 92b47c4 Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #2 id:20001 of https://codereview.chromium.org/1015533011/) by reed · 9 years ago
  9. 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 9 years ago
  10. dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 9 years ago
  11. b7affb5 udpate dox for colorfilter fragment processor requirements by reed · 9 years ago
  12. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  13. 8a8d841 add virtuals to optimize composing colorfilters by reed · 9 years ago
  14. db873d8 add compose-colorfilter by reed · 9 years ago
  15. 5bd055c Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview.chromium.org/969673002/) by reed · 9 years ago
  16. b675a73 add compose-colorfilter by reed · 9 years ago
  17. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  18. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  19. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  20. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  21. 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
  22. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  23. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  24. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  25. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  26. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  27. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  28. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  29. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  30. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  31. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  32. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  33. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  34. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  35. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  36. 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
  37. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  38. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  39. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  40. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 12 years ago
  41. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  42. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  43. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  44. 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
  45. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  46. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  47. 1341304 Use SK_OVERRIDE to add a little extra robustness against name changes. by tomhudson@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  50. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 13 years ago
  51. 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 13 years ago
  52. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 13 years ago
  53. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  54. 8a1c16f grab from latest android by reed@android.com · 16 years ago