1. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 7 years ago
  2. 6dd4b20 Remove crash when shader linking fails. by Brian Salomon · 7 years ago
  3. 9b4bd59 Reland "Remove interpolants are inaccurate workaround for Adreno 3xx." by Brian Salomon · 7 years ago
  4. 4fa3178 Revert "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 7 years ago
  5. 94fee93 Reduce arbitrary opList splitting when sorting by Robert Phillips · 7 years ago
  6. 71ed661 GrTessellator: collinear edges during sanitize. by Stephen White · 7 years ago
  7. b983e6b Device interface uses glyph run list by Herb Derby · 7 years ago
  8. 6196fc1 In GrContext::readSurfacePixels fail gracefully if temp pixmap allocation fails. by Brian Salomon · 7 years ago
  9. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 7 years ago
  10. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 7 years ago
  11. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 7 years ago
  12. ed1205a Make GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies match the GrTextureOpList version by Robert Phillips · 7 years ago
  13. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 7 years ago
  14. 1c5fd18 GrTessellator: missing intersection rewind fix. by Stephen White · 7 years ago
  15. 662ea4b Remove texel buffer support. by Brian Salomon · 7 years ago
  16. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 7 years ago
  17. c434ade Move to using pointers in simplifyDraw* by Herb Derby · 7 years ago
  18. 2272ea2 Disable GPU clip masks by Chris Dalton · 7 years ago
  19. d46f009 Add check before freeing op in GrTextureOpList by Robert Phillips · 7 years ago
  20. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 7 years ago
  21. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 7 years ago
  22. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  23. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  24. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  25. ad77dce fix for persistent shader cache by Ethan Nicholas · 7 years ago
  26. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 7 years ago
  27. ff19c8f implemented uploading intial texture data for metal gpu backend by Timothy Liang · 7 years ago
  28. 58f153d refactored where texture descriptors are made for metal gpu backend by Timothy Liang · 7 years ago
  29. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  30. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 7 years ago
  31. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  32. 4ec72f7 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  33. 383c9bb Revert "added skeletal animation support to GPU backend" by Joe Gregorio · 7 years ago
  34. 1b112cc Revert "Remove interpolants are inaccurate workaround for Adreno 3xx." by Brian Salomon · 7 years ago
  35. d275ef5 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  36. 1d784ce Revert "switched from NUM_SHADER_BINARY_FORMATS to NUM_PROGRAM_BINARY_FORMATS" by Stan Iliev · 7 years ago
  37. c100d48 Expand testing of SkMatrix::decomposeScale by Robert Phillips · 7 years ago
  38. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 7 years ago
  39. a7a2782 Remove interpolants are inaccurate workaround for Adreno 3xx. by Brian Salomon · 7 years ago
  40. 8fe3140 switched from NUM_SHADER_BINARY_FORMATS to NUM_PROGRAM_BINARY_FORMATS by Ethan Nicholas · 7 years ago
  41. 9a6e42f added caching of SkVertices by Ruiqi Mao · 7 years ago
  42. c3833b4 Revert "Add genIDs from all contributing elements to GrReducedClip's mask key." by Brian Salomon · 7 years ago
  43. 1354048 Add genIDs from all contributing elements to GrReducedClip's mask key. by Brian Salomon · 7 years ago
  44. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 7 years ago
  45. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 7 years ago
  46. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 7 years ago
  47. 5ffcb4d Disable NVPR path renderer in DDL mode by Robert Phillips · 7 years ago
  48. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 7 years ago
  49. 386a9b6 Fix allocation size of vk transfer buffer during copy. by Greg Daniel · 7 years ago
  50. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 7 years ago
  51. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  52. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 7 years ago
  53. 7484d20 Fix empty stroked oval handling in GrRenderTargetContext::drawOval by Robert Phillips · 7 years ago
  54. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 7 years ago
  55. ef21d7e implement onreadpixels for metal gpu backend by Timothy Liang · 7 years ago
  56. 24289e0 GrTessellator: handle three consecutive collinear edges. by Stephen White · 7 years ago
  57. e886e80 implemented wrapped backend texture/rendertarget/textureRT for Metal gpu backend by Timothy Liang · 7 years ago
  58. 389abd5 Simplify GrGLInterface::abandon by Hal Canary · 7 years ago
  59. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 7 years ago
  60. 628df2a Fix race condition in GrGLCaps by Robert Phillips · 7 years ago
  61. d614d42 Remove unused generateTextureProxyForParams by Brian Osman · 7 years ago
  62. 8529080 Don't reject stroked empty rrects in GPU backend by Robert Phillips · 7 years ago
  63. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 7 years ago
  64. a219419 Some scissor state cleanup. by Brian Salomon · 7 years ago
  65. 1214be9 Don't use geometry shaders on older Adreno chips by Chris Dalton · 7 years ago
  66. 9fc1023 Remove half float workaround in GrGLGpu::onReadPixels by Brian Osman · 7 years ago
  67. 907102e ccpr: Recycle cache entries when possible to avoid malloc by Chris Dalton · 7 years ago
  68. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 7 years ago
  69. a898f04 Revert "GrTessellator: handle three consecutive collinear edges." by Mike Klein · 7 years ago
  70. 26bb0e6 GrTessellator: handle three consecutive collinear edges. by Stephen White · 7 years ago
  71. 4e85e80 added Metal support to GrBackendSurface by Timothy Liang · 7 years ago
  72. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  73. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 7 years ago
  74. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 7 years ago
  75. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  76. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 7 years ago
  77. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 7 years ago
  78. d3420de Return to low-precision ovals by Jim Van Verth · 7 years ago
  79. 1de4439 Adjust ellipse center epsilon further to fix dropouts by Jim Van Verth · 7 years ago
  80. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  81. 2df9b45 added TextureRenderTarget to Metal gpu backend by Timothy Liang · 7 years ago
  82. b1b87d9 Reland "Improve precision and speed of oval rendering." by Jim Van Verth · 7 years ago
  83. 3de40f8 GrTessellator: handle collinear final vertex. by Stephen White · 7 years ago
  84. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 7 years ago
  85. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 7 years ago
  86. cd2253d Revert "Improve precision and speed of oval rendering." by Jim Van Verth · 7 years ago
  87. 551dc3e Improve precision and speed of oval rendering. by Jim Van Verth · 7 years ago
  88. 5491e82 Switch createAlphaClipMask to use kTopLeft by Robert Phillips · 7 years ago
  89. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  90. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 7 years ago
  91. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  92. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 7 years ago
  93. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
  94. ef12509 ccpr: Add a context option to disable ccpr by Chris Dalton · 7 years ago
  95. 3785471 basic first pass at RGBA F32 support by Mike Klein · 7 years ago
  96. 001c67f Remove Vulkan code that supported creating a GrVkRenderTarget. by Greg Daniel · 7 years ago
  97. 21580ba Fix some static intializers in Vulkan code. by Greg Daniel · 7 years ago
  98. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  99. c1b6066 Fix instantiation of partially lazy proxies by Robert Phillips · 7 years ago
  100. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 7 years ago