1. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  2. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  3. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  4. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  5. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  6. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  7. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  8. 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
  9. 437d6eb use Descriptor struct to encapsulate all the common paramaeters between our various gradient types. If we like it, might promote it to the public API. by reed@google.com · 11 years ago
  10. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  11. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  12. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  13. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  14. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  15. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  16. d8e0d6a Optimize building gradient cache for when we know alpha is always 0xFF. by reed@google.com · 12 years ago
  17. 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 12 years ago
  18. 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 12 years ago
  19. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  20. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  21. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  22. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  23. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  24. 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
  25. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  26. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  27. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  28. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  29. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  30. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  32. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  33. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  34. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  35. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  36. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  37. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 12 years ago
  38. a21ad18 Remove unnecessary mul and assignment in gradient shaders. by bsalomon@google.com · 12 years ago
  39. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
  40. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  41. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 12 years ago
  42. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  43. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  44. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  45. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  46. 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
  47. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  48. e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 12 years ago
  49. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  50. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  51. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  52. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  53. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  54. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  55. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  56. 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
  57. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  58. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  59. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  60. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  61. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  62. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  63. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  64. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  65. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
  66. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 12 years ago
  67. 1c6d64b Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGradientTableBitmap', and use that instead of asABitmap in gradient custom stage setup. by rileya@google.com · 12 years ago
  68. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  69. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago