1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  3. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 9 years ago
  6. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  7. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  8. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  9. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  10. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  11. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  12. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  13. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  14. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  15. b0df8be return reference to cache instead of copying the mask by reed · 10 years ago
  16. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  17. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  18. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  19. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  20. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  21. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  22. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  23. eabd0d7 Revert of Cache blur mask for rects which can not break into nine-patch (patchset #10 id:200001 of https://codereview.chromium.org/729463002/) by qiankun.miao · 10 years ago
  24. 5a5b4e9 Cache blur mask for rects which can not break into nine-patch by qiankun.miao · 10 years ago
  25. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  26. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  27. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  28. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  29. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  30. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  31. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  32. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  33. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  34. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  35. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  36. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  37. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  38. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  39. 69469b5 Use size of SkRect as the key for blur mask cache by qiankun.miao · 10 years ago
  40. eb2a676 Remove backend factories by joshualitt · 10 years ago
  41. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  42. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  43. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  44. 267ce48 remove proc key by joshualitt · 10 years ago
  45. b07a94f add roundOut that returns its result by reed · 10 years ago
  46. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  47. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  48. 4dca7a8 use SkMaskCache inside SkBlurMaskFilter by reed · 10 years ago
  49. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  50. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  51. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  52. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  53. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  54. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  55. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  56. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  57. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  58. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  59. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  60. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  61. 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
  62. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  63. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  64. 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
  65. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  66. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  67. 2290000 Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw components when in the y-flip case. This works around an Adreno driver bug. by bsalomon · 10 years ago
  68. 160a52b Stop referencing gl_FragCoord z and w components. by bsalomon · 10 years ago
  69. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  70. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
  71. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
  72. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  73. e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
  74. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
  75. 9ab6c00 remove extra debug prints by humper · 10 years ago
  76. 39dd491 fix 10.6 shader tests by humper · 10 years ago
  77. e10a4ff repair math error introduced by windows build fix by humper · 10 years ago
  78. 1afc04d one channel texture fix for blur shader by humper · 10 years ago
  79. 7bf666a fix blur test by humper · 10 years ago
  80. fe689c4 Faster GPU rect blur that doesn't require computing vertical and horizontal by humper · 10 years ago
  81. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  82. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  83. 3236109 Remove SkDebugf that is gumming up the bot logs by commit-bot@chromium.org · 10 years ago
  84. 7ba1702 fix off-by-one error in texture coordinate calculations for rrect gpu by commit-bot@chromium.org · 10 years ago
  85. 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 10 years ago
  86. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  87. 6b127cd fix leaks in blurrrect -- this should address the valgrind issues. by commit-bot@chromium.org · 10 years ago
  88. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  89. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  90. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  91. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  92. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  93. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  94. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  95. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  96. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  97. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  98. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 10 years ago
  99. a477154 plumb API for analytic rrect blur by commit-bot@chromium.org · 10 years ago
  100. 8f58b85 remove legacy ifdef wrapping fast blur by commit-bot@chromium.org · 10 years ago