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