1. 062bd86 Expose GrGLAssembleInterface by bsalomon · 9 years ago
  2. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  3. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  4. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  5. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  6. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  7. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  8. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  9. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  10. 633b356 GrVkGpu initialization cleanup. by jvanverth · 9 years ago
  11. 3c48100 Make the debug interface a GrGLTestInterface subclass. by bsalomon · 9 years ago
  12. d2497f3 Enable extension support and debug layer. by jvanverth · 9 years ago
  13. b5a94e3 Store null GL context's state in interface object by bsalomon · 9 years ago
  14. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 9 years ago
  15. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  16. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  17. 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
  18. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  19. 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
  20. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
  21. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  22. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  23. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  24. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  25. 7499e69 Incorporate Vulkan files into main gpu.gyp/gpu.gypi by bsalomon · 9 years ago
  26. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  27. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  28. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  29. 2829bb7 Make helper function on GrGLSLProgramDataManager non virtual by egdaniel · 9 years ago
  30. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  31. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  32. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  33. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  34. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  35. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  36. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  37. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  38. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  39. fb82437 Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ ) by caryclark · 9 years ago
  40. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  41. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  42. 98e7538 make GrRect.h private by reed · 9 years ago
  43. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  44. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  45. 1acabf3 Move DistanceAdjustTable to its own file by joshualitt · 9 years ago
  46. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  47. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  48. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  49. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  50. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  51. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago
  52. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  53. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  54. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  55. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  56. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  57. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  58. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  59. e51fa4a Clean up GrAtlas and rename it GrLayerAtlas by robertphillips · 9 years ago
  60. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  61. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  62. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  63. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  64. 3dc6ae5 Move GrDrawingManager methods to their own .cpp file by robertphillips · 9 years ago
  65. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  66. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  67. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  68. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  69. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  70. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  71. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  72. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  73. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  74. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  75. bf87730 Move GrFragmentProcessor implementation to its own cpp file by bsalomon · 9 years ago
  76. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  77. 3566d44 Move StrokeRectBatches into .cpp files by joshualitt · 9 years ago
  78. 42bd6bf Remove duplicate GrProcessorUnitTest.cpp from gpu.gypi by robertphillips · 9 years ago
  79. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  80. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  81. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  82. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  83. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  84. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  85. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  86. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  87. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  88. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  89. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  90. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  91. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  92. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  93. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  94. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  95. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  96. bcf33d5 Rename GrBWFillRectBatch to GrNonAAFillRectBAtch by joshualitt · 9 years ago
  97. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  98. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  99. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  100. ae5b2c6 Create GrQuad by joshualitt · 9 years ago