1. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  2. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  3. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  4. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  5. f55c364 Wire up stack traces again by joshualitt · 9 years ago
  6. 2a7cf5f Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ ) by robertphillips · 9 years ago
  7. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  8. 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 9 years ago
  9. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  10. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 9 years ago
  11. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  12. 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
  13. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  14. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  15. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  16. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  17. 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
  18. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  19. 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
  20. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  21. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  22. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  23. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  24. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  25. 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
  26. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  27. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  28. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  29. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  30. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  31. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  32. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  33. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  34. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  35. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  36. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
  37. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  38. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  39. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  40. 952538e fix undefined signed shifts by caryclark · 9 years ago
  41. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  42. 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
  43. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  44. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  45. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  46. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  47. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  48. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  49. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  50. 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
  51. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  52. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  53. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  54. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  55. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  56. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  57. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  58. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  59. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  60. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  61. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
  62. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  63. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  64. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 9 years ago
  65. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  66. 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
  67. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  68. 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
  69. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  70. 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
  71. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  72. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  73. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  74. adab5a2 fix comma in GrAuditTrail json by joshualitt · 9 years ago
  75. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  76. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  77. 6b3cf73 Add batch information to json by joshualitt · 9 years ago
  78. 8db8678 Fix memory leak by joshualitt · 9 years ago
  79. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago
  80. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  81. 0042245 Remove outdated optimization to not flush for new textures in GrSWMaskHelper by bsalomon · 9 years ago
  82. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  83. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  84. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  85. 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 9 years ago
  86. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  87. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  88. bd6366a Roll back ellipse logic for now. This was (probably) still wrong. by brianosman · 9 years ago
  89. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  90. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  91. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  92. 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
  93. 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
  94. 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
  95. bb2ff94 Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect by brianosman · 9 years ago
  96. d36f2c4 Add #define directives to GrGLSLShaderBuilder by cdalton · 9 years ago
  97. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  98. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
  99. 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
  100. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago