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