1. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  2. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  3. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  4. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  5. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  6. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  7. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  8. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  9. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  10. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  11. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  12. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  13. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  14. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  15. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  16. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  17. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  18. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  19. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  20. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  21. 684d7ce Fix double deletion of DescriptorSetLayouts by Jim Van Verth · 8 years ago
  22. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  23. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  24. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  25. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  26. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  27. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  28. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  29. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  30. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  31. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  32. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  33. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  34. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  35. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  36. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  37. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  38. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  39. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  40. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  41. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  42. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  43. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  44. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  45. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  46. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  47. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  48. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  49. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  50. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  51. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  52. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  53. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  54. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 8 years ago
  55. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  56. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  57. b353863 Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ ) by egdaniel · 8 years ago
  58. 5b20c46 Update vulkan varying locations to correctly handle arrays by egdaniel · 8 years ago
  59. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  60. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  61. e78d487 Clamp Vulkan caps to INT_MAX by jvanverth · 8 years ago
  62. 85552e4 Quiet a -Wcomma warning. by mtklein · 8 years ago
  63. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  64. 68c3d30 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  65. ae6e486 Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) by jvanverth · 8 years ago
  66. c5850e9 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  67. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  68. 7d05f32 Always use transfer_dst for buffers. by jvanverth · 8 years ago
  69. d5797b3 Fix possible divide by zero in vulkan granularity adjustments by egdaniel · 8 years ago
  70. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  71. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  72. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  73. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  74. 12c7563 Create GrVkCopyPipeline class by egdaniel · 8 years ago
  75. 88987d8 Move vulkan spir-v compile call to GrVkUtil by egdaniel · 8 years ago
  76. 927ac9c Refactor vulkan buffer mapping and unmapping by egdaniel · 8 years ago
  77. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  78. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  79. f6a97ae Disable ignore discard optimization in Vulkan by egdaniel · 8 years ago
  80. ec44099 Lots of little cleanup improvements to Vulkan by egdaniel · 8 years ago
  81. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  82. 720dc71 Merge building of program desc in Vulkan into one step by egdaniel · 8 years ago
  83. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  84. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  85. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  86. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  87. 8d2141f Small perf optimizations preparing sampled images in vulkan by egdaniel · 8 years ago
  88. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  89. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  90. 19ff103 Always add a barrier when old layout was general in vulkan. by egdaniel · 8 years ago
  91. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  92. f5f97dd Remove unneeded pipeline barrier in vulkan by egdaniel · 8 years ago
  93. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  94. 4d866df Add support for getting vulkan descriptor sets without a GrVkUniformHandler. by egdaniel · 8 years ago
  95. 6693355 Add addtional resolve calls to vulkan backend by egdaniel · 8 years ago
  96. bf63e61 Add mssa configs for vulkan, and simple bug fix by egdaniel · 8 years ago
  97. 583bc2e Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t) by brianosman · 8 years ago
  98. 3fe0327 Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  99. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  100. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago