1. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  2. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  3. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  4. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  5. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  6. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  7. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  8. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  9. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  10. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  11. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  12. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  13. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  14. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  15. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  16. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  17. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  18. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  19. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  20. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  21. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  22. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  23. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  24. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  25. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  26. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  27. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  28. c747bb6 Make all GrXPFactory instances statics. by Brian Salomon · 8 years ago
  29. a3fa2ef Revert "Revert "Hard code bicubic coefficients in the shader"" by Brian Osman · 8 years ago
  30. b38db9a Revert "Hard code bicubic coefficients in the shader" by Brian Osman · 8 years ago
  31. 81ad5f7 Hard code bicubic coefficients in the shader by Brian Osman · 8 years ago
  32. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  33. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  34. 0857527 Cleanup GrBicubicEffect by Brian Osman · 8 years ago
  35. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  36. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  37. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  38. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  39. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  40. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  41. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  42. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  43. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  44. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  45. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  46. 864f6bd Add comment explaining the derivation of our Mitchell coefficients by Brian Osman · 8 years ago
  47. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  48. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  49. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  50. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  51. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  52. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  53. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  54. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  55. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  56. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  57. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  58. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  59. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  60. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  61. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  62. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  63. a7c4c29 Remove unnecessary TextureSampler comparison in GrTextureDomainEffect. by Brian Salomon · 8 years ago
  64. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  65. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  66. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  67. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  68. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  69. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  70. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  71. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  72. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  73. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  74. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  75. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  76. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  77. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  78. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  79. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  80. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  81. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  82. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  83. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  84. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  85. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  86. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  87. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  88. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  89. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  90. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  91. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  92. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  93. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  94. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  95. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  96. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  97. 32d1e95 Remove "f" suffix from literal in LCD DF text shader. by bsalomon · 8 years ago
  98. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  99. 5192475 Two changes: by brianosman · 8 years ago
  100. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago