1. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  2. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  3. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  4. d5f6e9a Only check resource tracking on program shutdown, not context shutdown by jvanverth · 8 years ago
  5. 6e46eea Fix vulkan compile by egdaniel · 8 years ago
  6. 75d2bfc Correctly handle mat2x2 in Vulkan by egdaniel · 8 years ago
  7. 11bf8b2 Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  8. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  9. 82356cc Pull out freelist allocation from GrVkSubHeap by jvanverth · 8 years ago
  10. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  11. 7e8cc21 Fix bounds computation for non-aa hairlines when snapping to pixel centers by egdaniel · 8 years ago
  12. 47e3dba Deleting void pointers is bad, mmmkay? by jvanverth · 8 years ago
  13. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago
  14. 069c464 Vulkan fixes for TesselatingPathRenderer test by jvanverth · 8 years ago
  15. 5c4a381 Grow descriptor pools by 1.5 by egdaniel · 8 years ago
  16. ca9eeab Fixed crash when RunInSeriesFP's color input is nil by dvonbeck · 8 years ago
  17. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  18. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  19. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  20. afd6340 Check fIgnoresCoverage in GrPipeline::AreEqual by csmartdalton · 8 years ago
  21. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  22. d5fd2ff Compile Vulkan when building for the Android framework. by djsollen · 8 years ago
  23. 2f5792a Fix vulkan image sampling by egdaniel · 8 years ago
  24. 4be9a30 Increase batching for AA fill rects. by bsalomon · 8 years ago
  25. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  26. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  27. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  28. d87a6b2 Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https://codereview.chromium.org/2116823002/ ) by benjaminwagner · 8 years ago
  29. e525eca Increase batching for AA fill rects. by bsalomon · 8 years ago
  30. 6abd1d1 Split apart the GP construction for the NonAAFillRect Batches by robertphillips · 8 years ago
  31. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  32. e7d1b24 Use bounds of batches for render pass bounds by egdaniel · 8 years ago
  33. e7f2fe4 Fix vulkan ImageView swizzling to match spec by egdaniel · 8 years ago
  34. 9d7f184 Cleanup non-AA fill rect batch construction. by bsalomon · 8 years ago
  35. 0fdec8a Simplify AA fill rect batch construction and rename Geometry->RectInfo by bsalomon · 8 years ago
  36. bc9b6a4 Remove unneeded helpers in AA and non-AA rect GrBatch subclasses. by bsalomon · 8 years ago
  37. 065c8cf Cleanup PLSPathBatch by bsalomon · 8 years ago
  38. b8cbd20 Remove unused batch rect append functions by bsalomon · 8 years ago
  39. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  40. 977996d Fix bug where ovals' AA exceed bounds by .5 pixel by vjiaoblack · 8 years ago
  41. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  42. a71b898 Hide GrNonAANinePatchBatch::Geometry and rename to Patch by bsalomon · 8 years ago
  43. 50c56a3 Hide MSAAPathBatch::Geometry and rename to PathInfo by bsalomon · 8 years ago
  44. d46cdc4 Remove support for GL discards by egdaniel · 8 years ago
  45. a584de9 Add static buffer support by jvanverth · 8 years ago
  46. 37535c9 Add discard support to Vulkan by egdaniel · 8 years ago
  47. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 8 years ago
  48. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  49. df4f47b Revert of Better encapsulate oval/rrect batchs. (patchset #4 id:60001 of https://codereview.chromium.org/2104423003/ ) by benjaminwagner · 8 years ago
  50. f170309 Hide more GrBatch Geometry structs. by bsalomon · 8 years ago
  51. 7f06c69 Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  52. fc5b70a Revert of Better encapsulate oval/rrect batchs. (patchset #3 id:40001 of https://codereview.chromium.org/2104423003/ ) by benjaminwagner · 8 years ago
  53. 5fd209e Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  54. 27fe1f8 Move dump of batches to be after the forwardCombine call in prepareBatches by robertphillips · 8 years ago
  55. 44fbc79 Dump batch bounds and scissor rect by robertphillips · 8 years ago
  56. 26726d1 Spruce up batch info printouts by robertphillips · 8 years ago
  57. d66110f Fix vulkan onGetWritePixelsInfo by egdaniel · 8 years ago
  58. 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
  59. 635df95 Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ ) by bsalomon · 8 years ago
  60. c62318c Make lines a special case in GrShape by bsalomon · 8 years ago
  61. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  62. 88e8aef Fix Vulkan readPixels by egdaniel · 8 years ago
  63. 4583ec5 Add support for draws in vulkan read and write pixels by egdaniel · 8 years ago
  64. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  65. db7979a Fix inverse test for GrDFAAPR::onCanDrawPath by bsalomon · 8 years ago
  66. 728b0f7 Use a union inside GrShape to hold geometry by bsalomon · 8 years ago
  67. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  68. b85e63d Make sure path computed from stroke-rec application using GrStyle is volatile. by bsalomon · 8 years ago
  69. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  70. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  71. f8c2be3 Add Sleep on windows GrVkGpu dtor to avoid fence bug by egdaniel · 8 years ago
  72. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  73. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  74. c2fde8b Remove unnecessary srcAccessMask for preinitialized images in vulkan by egdaniel · 8 years ago
  75. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  76. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  77. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  78. 425c27f Add some more getters to GrShape. by bsalomon · 8 years ago
  79. ac5fcea Fix Rob's nits from https://codereview.chromium.org/2085913003 by bsalomon · 8 years ago
  80. f7817aa Fix vulkan clears by egdaniel · 8 years ago
  81. a4817af Canonicalize path fill types for stroked paths in GrShape. by bsalomon · 8 years ago
  82. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  83. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  84. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  85. 1d20258 Tab -> spaces by brianosman · 8 years ago
  86. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  87. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  88. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  89. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  90. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  91. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 8 years ago
  92. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  93. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 8 years ago
  94. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  95. 452ba88 Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) by brianosman · 8 years ago
  96. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  97. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  98. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  99. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  100. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago