1. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  2. 7791b94 expand on sk_double_to_float() comment by Mike Klein · 7 years ago
  3. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  4. 05c474b Suppress float-cast-overflow in SkPoint::Length. by Ben Wagner · 7 years ago
  5. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  6. 1170a55 Don't allow iteration through non-finite points. by Mike Klein · 7 years ago
  7. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  8. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  9. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  10. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  11. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  12. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  13. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  14. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  15. 59c7a6e Make SkTFitsIn turn into less code. by Ben Wagner · 7 years ago
  16. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  17. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  18. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  19. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  20. 824e730 Remove SkFAIL. by Ben Wagner · 7 years ago
  21. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  22. cf75b00 Make ref manipulation public on surface proxies. by Brian Salomon · 7 years ago
  23. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  24. 03776fc Speed up convexpaths GM in debug builds by Brian Osman · 7 years ago
  25. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  26. ad8da8e Expose SkPath validation as boolean by Adrienne Walker · 7 years ago
  27. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  28. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  29. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  30. 828f1d5 handle overflows in float->int by Mike Reed · 7 years ago
  31. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  32. 8addae8 just use math.h for converting from float to int by Mike Reed · 7 years ago
  33. 514ac0b remove unused flag by Mike Reed · 7 years ago
  34. ac32662 Clean up SkPathRef::makeSpace. by Ben Wagner · 7 years ago
  35. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  36. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  37. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  38. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  39. 57aa367 Add initial version of GrResourceAllocator's free pool (take 2) by Robert Phillips · 7 years ago
  40. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  41. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  42. 39f1a95 Revert "Add initial version of GrResourceAllocator's free pool" by Robert Phillips · 7 years ago
  43. 6ec9a4f Add initial version of GrResourceAllocator's free pool by Robert Phillips · 7 years ago
  44. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  45. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  46. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  47. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  48. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 7 years ago
  49. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  50. 610842a Make SkTArray maintain reserve count by Brian Salomon · 7 years ago
  51. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  52. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  53. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  54. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 7 years ago
  55. 89c8fec move SkPathRef.h into private by Mike Reed · 7 years ago
  56. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  57. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  58. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  59. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  60. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  61. 081e0e6 Move MIP color mode from GrSurfaceProxy to GrTextureProxy by Brian Salomon · 7 years ago
  62. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  63. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  64. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  65. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  66. 74564b4 check for no_paint and remove some drawdrawable special-casing by Mike Reed · 7 years ago
  67. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  68. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  69. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  70. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  71. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  72. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  73. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  74. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  75. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  76. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  77. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  78. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  79. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  80. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  81. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  82. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  83. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  84. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  85. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  86. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  87. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  88. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  89. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  90. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  91. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  92. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  93. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  94. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  95. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  96. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  97. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  98. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  99. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  100. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 8 years ago