1. 3a69c74 Fix unit tests when workarounds are enabled by Adrienne Walker · 6 years ago
  2. 4ee8851 Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete by Adrienne Walker · 6 years ago
  3. 3ed3399 Driver bug workaround: restore_scissor_on_fbo_change by Adrienne Walker · 6 years ago
  4. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  5. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  6. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 6 years ago
  7. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 6 years ago
  8. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  9. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  10. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  11. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  12. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  13. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  14. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  15. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  16. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  17. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 6 years ago
  18. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  19. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  20. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  21. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  22. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  23. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  24. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  25. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  26. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  27. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  28. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  29. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  30. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  31. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  32. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  33. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 7 years ago
  34. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  35. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  36. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  37. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  38. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  39. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  40. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  41. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  42. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  43. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  44. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  45. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  46. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  47. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  48. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  49. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  50. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  51. cfe83d1 Add more asserts about MSAA render buffers and FBO 0 by Brian Osman · 7 years ago
  52. a9c8a05 Be more explicit checking for render targets with MSAA render buffers by Brian Osman · 7 years ago
  53. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  54. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  55. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  56. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  57. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  58. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  59. 7af060a Add gray_8_as_lum and _as_red private grpixelconfigs by Greg Daniel · 7 years ago
  60. 8ab1cc4 Make GrGLContext be uniquely owned. by Brian Salomon · 7 years ago
  61. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  62. e7d8da4 Add support for internal gl format in GrGLTextureInfo by Greg Daniel · 7 years ago
  63. ef59d87 Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""""" by Greg Daniel · 7 years ago
  64. b092cea Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""" by Brian Osman · 7 years ago
  65. 68ab186 Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""" by Greg Daniel · 7 years ago
  66. 3b2f5b6 Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" by Greg Daniel · 7 years ago
  67. b5fb7cf Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" by Greg Daniel · 7 years ago
  68. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  69. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  70. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  71. 0078ab2 Implement readPixels from float buffer, when half float is missing by Stan Iliev · 7 years ago
  72. 931f751 Do not always allocate temp space in GrGLGpu::uploadTexData by Robert Phillips · 7 years ago
  73. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  74. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  75. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  76. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  77. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  78. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  79. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  80. 62cbb67 Fix dirty rect used when updating GrRenderTarget after clearing as draw in GrGLGpu. by Brian Salomon · 7 years ago
  81. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  82. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  83. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  84. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  85. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  86. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  87. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  88. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  89. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  90. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  91. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  92. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  93. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  94. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  95. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  96. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  97. bc534f6 Init hardware buffer state in GrGLGpu by Rob Phillips · 7 years ago
  98. 9b56024 Unbind xfer buffer in a couple more places by Brian Osman · 7 years ago
  99. 91f9a2c Unbind xfer buffer before trying to call TexImage2D by Brian Osman · 7 years ago
  100. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago