1. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  2. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  3. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  4. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  5. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  6. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  7. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  8. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  9. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  10. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  11. 20c4ebe remove legacy LightingColorFilter impl by reed@google.com · 10 years ago
  12. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 10 years ago
  13. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  14. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  15. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  16. a93f4e7 Check that Mode is valid for ModeColorFilterEffect by commit-bot@chromium.org · 11 years ago
  17. 23267ce Fix ModeColorFilterEffect assert during GLProgramsTest by commit-bot@chromium.org · 11 years ago
  18. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  19. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  20. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  21. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  22. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  23. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  24. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  25. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  26. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  27. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  28. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  29. 3eafe9b Fix break from eariler change to colorfilters. clang's warnings found that some of these by mike@reedtribe.org · 12 years ago
  30. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  31. 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
  32. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  33. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 12 years ago
  34. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  35. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  36. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  37. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  38. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  39. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  40. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 13 years ago
  41. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  42. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  43. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  44. 8a1c16f grab from latest android by reed@android.com · 16 years ago