1. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  2. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  3. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  4. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  5. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  6. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  7. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 9 years ago
  8. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  9. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  10. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  11. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  12. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  13. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  14. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  15. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 9 years ago
  16. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  17. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  18. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  19. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  20. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  21. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  22. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  23. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  24. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  25. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  26. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
  27. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  28. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  29. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  30. 952538e fix undefined signed shifts by caryclark · 9 years ago
  31. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  32. d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
  33. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  34. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  35. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  36. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  37. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  38. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  39. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  40. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  41. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  42. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  43. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  44. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  45. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  46. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  47. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  48. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  49. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  50. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  51. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
  52. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  53. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  54. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 9 years ago
  55. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  56. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  57. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  58. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  59. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  60. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  61. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  62. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  63. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  64. adab5a2 fix comma in GrAuditTrail json by joshualitt · 9 years ago
  65. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  66. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  67. 6b3cf73 Add batch information to json by joshualitt · 9 years ago
  68. 8db8678 Fix memory leak by joshualitt · 9 years ago
  69. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago
  70. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  71. 0042245 Remove outdated optimization to not flush for new textures in GrSWMaskHelper by bsalomon · 9 years ago
  72. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  73. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  74. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  75. 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 9 years ago
  76. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  77. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  78. bd6366a Roll back ellipse logic for now. This was (probably) still wrong. by brianosman · 9 years ago
  79. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  80. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  81. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  82. 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
  83. c6052ac Put back the 0.5 bias in the shader. Only adjust the radii for the geometry, not the radii constants. by brianosman · 9 years ago
  84. 09bf666 Remove the 0.5 bias from the ellipse edge function. This makes coverage drop to zero before we get clipped by the rasterizer (i.e. ensures the generated ellipse is inscribed in the geometry). by brianosman · 9 years ago
  85. bb2ff94 Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect by brianosman · 9 years ago
  86. d36f2c4 Add #define directives to GrGLSLShaderBuilder by cdalton · 9 years ago
  87. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  88. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
  89. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  90. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  91. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  92. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
  93. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  94. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  95. e55750e Start whittling down GrTextContext by joshualitt · 9 years ago
  96. 9230377 Remove GrTextBlobCache/GrAtlasTextBlob friendliness by joshualitt · 9 years ago
  97. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 9 years ago
  98. 2f2ee83 cleanup textblob cache sanity check and prevent it from bitrotting by joshualitt · 9 years ago
  99. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  100. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago