1. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  2. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  3. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  4. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  5. deb7998 Fix buffer size assertion in Vulkan by Chris Dalton · 7 years ago
  6. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  7. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  8. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  9. 7b219ac Add support for SRGB formats when validating backend formats and ColorTypes by Greg Daniel · 7 years ago
  10. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  11. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  12. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  13. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  14. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  15. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  16. e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
  17. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  18. 7af060a Add gray_8_as_lum and _as_red private grpixelconfigs by Greg Daniel · 7 years ago
  19. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  20. ef59d87 Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""""" by Greg Daniel · 7 years ago
  21. b092cea Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""" by Brian Osman · 7 years ago
  22. 68ab186 Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""" by Greg Daniel · 7 years ago
  23. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  24. 3b2f5b6 Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" by Greg Daniel · 7 years ago
  25. b5fb7cf Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" by Greg Daniel · 7 years ago
  26. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  27. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  28. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  29. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  30. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  31. 5254ccc Move pixel config getter to private in GrBackendSurface by Greg Daniel · 7 years ago
  32. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  33. 2b17f64 Revert "Fix signed/unsigned comparison in assert" by Chris Dalton · 7 years ago
  34. ed6d6da Fix signed/unsigned comparison in assert by Chris Dalton · 7 years ago
  35. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  36. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  37. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago
  38. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  39. 51ebd66 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  40. 6dd0d8a Revert "Add vector GrSLTypes for shorts" by Chris Dalton · 7 years ago
  41. af37a53 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  42. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  43. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  44. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  45. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  46. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  47. 09eeefb Remove uses of sk_sp when passing around GrVkPipelineState by Greg Daniel · 7 years ago
  48. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  49. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  50. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  51. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  52. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  53. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  54. e4679fa CCPR: Blacklist Mali GPUs and Vulkan while we work through issues by Chris Dalton · 7 years ago
  55. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  56. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  57. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  58. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  59. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  60. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  61. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  62. f4b9bf7 Fix wrap mode asserts in GrVkSampler::GenerateKey by Brian Salomon · 7 years ago
  63. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  64. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  65. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  66. 4127456 Disable flat interpolation in TextureOp on Qualcomm by Brian Salomon · 7 years ago
  67. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  68. b280d4e Fix up and clarify use of maxMipLevel in Vulkan by Greg Daniel · 7 years ago
  69. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  70. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  71. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  72. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  73. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  74. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  75. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  76. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  77. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  78. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  79. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  80. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  81. 51fd6d8 Add GrMtlRenderTarget class by Greg Daniel · 7 years ago
  82. 1591c38 Use GrBackendObjectOwnership instead of GrVkImage::Wrapped by Greg Daniel · 7 years ago
  83. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  84. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  85. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  86. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  87. 8c326e9 Remove fStencilClearValue from Vulkan's CommandBufferInfo struct by Robert Phillips · 7 years ago
  88. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  89. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  90. 74c627f Fix stencil clear load in Vulkan by Robert Phillips · 7 years ago
  91. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  92. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  93. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  94. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  95. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  96. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  97. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  98. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  99. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  100. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago