1. f7e865a Add stub for new method to GrVkGpu by jvanverth · 8 years ago
  2. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  3. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 8 years ago
  4. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  5. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  6. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 8 years ago
  7. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 8 years ago
  8. b8d8649 fixup GLPrograms textblob todo by joshualitt · 8 years ago
  9. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 8 years ago
  10. 69c1b24 Include glGetMultisamplefv API by cdalton · 8 years ago
  11. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 8 years ago
  12. f6d1e60 Only use fake gamma with linear devices. by bungeman · 8 years ago
  13. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 8 years ago
  14. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 8 years ago
  15. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  16. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 8 years ago
  17. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 8 years ago
  18. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  19. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  20. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  21. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 8 years ago
  22. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 8 years ago
  23. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  24. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  25. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  26. adab5a2 fix comma in GrAuditTrail json by joshualitt · 8 years ago
  27. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 8 years ago
  28. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  29. 6b3cf73 Add batch information to json by joshualitt · 8 years ago
  30. 8db8678 Fix memory leak by joshualitt · 8 years ago
  31. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 8 years ago
  32. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 8 years ago
  33. 0042245 Remove outdated optimization to not flush for new textures in GrSWMaskHelper by bsalomon · 8 years ago
  34. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 8 years ago
  35. 8e84a1e Delete GrTextContext by joshualitt · 8 years ago
  36. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 8 years ago
  37. 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 8 years ago
  38. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  39. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 8 years ago
  40. bd6366a Roll back ellipse logic for now. This was (probably) still wrong. by brianosman · 8 years ago
  41. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 8 years ago
  42. 533cefe Add infastructure for gl_SampleMask by cdalton · 8 years ago
  43. c08f196 Use noperspective interpolation for 2D draws by cdalton · 8 years ago
  44. 083617b Make copySurface work in more situations. by bsalomon · 8 years ago
  45. c6052ac Put back the 0.5 bias in the shader. Only adjust the radii for the geometry, not the radii constants. by brianosman · 8 years ago
  46. 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 · 8 years ago
  47. bb2ff94 Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect by brianosman · 8 years ago
  48. d36f2c4 Add #define directives to GrGLSLShaderBuilder by cdalton · 8 years ago
  49. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  50. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 8 years ago
  51. 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 · 8 years ago
  52. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 8 years ago
  53. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  54. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 8 years ago
  55. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 8 years ago
  56. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  57. e55750e Start whittling down GrTextContext by joshualitt · 8 years ago
  58. 9230377 Remove GrTextBlobCache/GrAtlasTextBlob friendliness by joshualitt · 8 years ago
  59. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 8 years ago
  60. 2f2ee83 cleanup textblob cache sanity check and prevent it from bitrotting by joshualitt · 8 years ago
  61. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 8 years ago
  62. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  63. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 8 years ago
  64. 719c480 Shot in the dark to fix 581472 by joshualitt · 8 years ago
  65. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 8 years ago
  66. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 8 years ago
  67. 793dc26 Improve GLSL integer support by cdalton · 8 years ago
  68. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 8 years ago
  69. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 8 years ago
  70. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 8 years ago
  71. 3a2caf8 Improve GLSL integer support by cdalton · 8 years ago
  72. 369e937 Add Histogram Macros to Skia by ericrk · 8 years ago
  73. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  74. 3601f28 add kRGBA_F16_SkColorType by reed · 8 years ago
  75. 06604b9 Add GL indirect drawing APIs by cdalton · 8 years ago
  76. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 8 years ago
  77. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  78. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 8 years ago
  79. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 8 years ago
  80. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  81. eb10ed4 speculatively comment out chrome mac perf test crasher by caryclark · 8 years ago
  82. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  83. e3fafcf Increase max vertex attrib count in GrPrimitiveProcessor by cdalton · 8 years ago
  84. e62cbdf Fix assert accessing pipeline from initBatchTracker by cdalton · 8 years ago
  85. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 8 years ago
  86. d32d19a Reduce stack usage for Google3. by benjaminwagner · 8 years ago
  87. 2829bb7 Make helper function on GrGLSLProgramDataManager non virtual by egdaniel · 8 years ago
  88. afb188d Add gpu implementation of SkAvoidXfermode by robertphillips · 8 years ago
  89. f16e2a2 Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ ) by mtklein · 8 years ago
  90. 15691a0 Add gpu implementation of SkAvoidXfermode by robertphillips · 8 years ago
  91. 4833f39 Templatize GrNonAtomicRef by cdalton · 8 years ago
  92. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 8 years ago
  93. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 8 years ago
  94. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 8 years ago
  95. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 8 years ago
  96. 3b7af78 added a default constructor for GrBatchToXPOverrides by ethannicholas · 8 years ago
  97. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  98. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 8 years ago
  99. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 8 years ago
  100. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 8 years ago