1. 0cace8e Make the RRectEffect's screen coords be Float4 (rather than Half4) by Robert Phillips · 6 years ago
  2. 257a03d Integrate clamp to border into FP optimization flags by Michael Ludwig · 6 years ago
  3. 1694a86 Revert "Reland Reland "Remove use of integers for atlas indexing"" by Jim Van Verth · 6 years ago
  4. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  5. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  6. c906d25 Half float vertex colors (when necessary) in small path renderer by Brian Osman · 6 years ago
  7. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  8. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  9. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  10. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  11. 0711094 Reland Reland "Remove use of integers for atlas indexing" by Jim Van Verth · 6 years ago
  12. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  13. dfc738b Revert "Reland "Remove use of integers for atlas indexing"" by Jim Van Verth · 6 years ago
  14. 3ae2cd5 Reland "Remove use of integers for atlas indexing" by Jim Van Verth · 6 years ago
  15. 68cfc5b Revert "Remove use of integers for atlas indexing" by Jim Van Verth · 6 years ago
  16. 3a8f345 Remove use of integers for atlas indexing by Jim Van Verth · 6 years ago
  17. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  18. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  19. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  20. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  21. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  22. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  23. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  24. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  25. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  26. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  27. 5b2bda7 Fix FP / header inconsistency by Brian Osman · 6 years ago
  28. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  29. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  30. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  31. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  32. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  33. 4cc1ddb Remove unused GrCubicEffect by Brian Osman · 6 years ago
  34. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  35. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  36. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  37. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  38. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  39. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  40. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  41. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  42. f00b162 Fix up SkImage_GpuYUVA MakePromiseYUVATexture by Jim Van Verth · 6 years ago
  43. 6ba8c83 Fix yuv_to_rgb_effect GM by Robert Phillips · 6 years ago
  44. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  45. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  46. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  47. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  48. e50efdf Remove a few exit-time destructors. by Nico Weber · 6 years ago
  49. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  50. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  51. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  52. 4a3f5c8 Remove hacks for UShort2 texture coords by Brian Osman · 6 years ago
  53. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  54. fb18639 Set ambient stroke to full width of blur. by Jim Van Verth · 6 years ago
  55. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  56. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  57. c8a9b3b removed GrOverdrawFragmentProcessor.cpp by Ethan Nicholas · 6 years ago
  58. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  59. 72efd80 Fixes for primitive handling for uniforms by Michael Ludwig · 6 years ago
  60. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  61. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  62. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  63. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  64. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  65. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  66. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  67. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  68. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  69. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  70. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  71. 96d275a Move GrTextureStripAtlas to its own file by Robert Phillips · 6 years ago
  72. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  73. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  74. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  75. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  76. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  77. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  78. ce3c28f Pull non-substantive changes out of "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 6 years ago
  79. 4fa3178 Revert "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 6 years ago
  80. 94fee93 Reduce arbitrary opList splitting when sorting by Robert Phillips · 6 years ago
  81. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  82. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  83. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 6 years ago
  84. 4e962c6 Fix degenerate case handling in fill_in_2D_gaussian_kernel by Robert Phillips · 6 years ago
  85. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  86. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  87. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  88. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  89. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  90. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  91. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  92. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  93. 3567c14 Implement nonlinear (as-encoded) blending in GrColorSpaceXform by Brian Osman · 6 years ago
  94. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  95. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  96. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  97. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  98. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  99. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  100. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago