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. c197c8a Adding 64 bit checks by sugoi · 10 years ago
  5. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  6. 2ca677e Fix GPU colormatrix color filter with saturated alpha. by senorblanco@chromium.org · 10 years ago
  7. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 10 years ago
  8. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  9. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  10. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  11. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  12. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  13. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  14. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  15. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  16. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  17. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  18. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  19. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  20. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  21. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  22. 0fb775c Fix compiler error/warning in r9255 by robertphillips@google.com · 11 years ago
  23. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  24. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  25. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  26. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  27. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  28. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  29. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  30. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 11 years ago
  31. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  32. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  33. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  34. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  35. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  36. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  37. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  38. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  39. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  40. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  41. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  42. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  43. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  44. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  45. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  46. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  47. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 12 years ago
  48. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  49. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  50. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  51. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  52. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  53. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  54. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  55. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  56. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  57. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  58. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  59. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  60. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  61. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  62. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  64. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  65. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  66. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  67. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 12 years ago
  68. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  69. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  70. a0b0c12 Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable by senorblanco@chromium.org · 13 years ago
  71. df28f07 Improve the quality of color matrix filters by using SkPremultiplyARGBInline. by senorblanco@chromium.org · 13 years ago
  72. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  73. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  74. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  75. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  76. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  77. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  78. 8a1c16f grab from latest android by reed@android.com · 16 years ago