1. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  2. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  3. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  4. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  5. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  6. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  7. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  8. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  9. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  10. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  11. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  12. 73add93 Appease valgrind wrt testing code initialization by robertphillips · 8 years ago
  13. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  14. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  15. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  16. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  17. 062bd86 Expose GrGLAssembleInterface by bsalomon · 8 years ago
  18. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  19. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  20. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  21. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 8 years ago
  22. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  23. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  24. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  25. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  26. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  27. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  28. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  29. 633b356 GrVkGpu initialization cleanup. by jvanverth · 8 years ago
  30. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  31. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  32. d2497f3 Enable extension support and debug layer. by jvanverth · 8 years ago
  33. b5a94e3 Store null GL context's state in interface object by bsalomon · 8 years ago
  34. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  35. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  36. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  37. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  38. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  39. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  40. c04ce67 Add caps and GL API for buffer texture by cdalton · 8 years ago
  41. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 8 years ago
  42. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  43. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  44. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  45. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  46. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  47. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  48. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  49. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  50. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  51. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  52. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  53. 9722019 Turn on gpu stats in debug builds. by bsalomon · 8 years ago
  54. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 8 years ago
  55. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  56. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  57. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  58. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  59. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  60. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 8 years ago
  61. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 8 years ago
  62. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  63. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 8 years ago
  64. eb79eea Include glGetMultisamplefv API by cdalton · 8 years ago
  65. d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 8 years ago
  66. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 8 years ago
  67. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 8 years ago
  68. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  69. 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
  70. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  71. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  72. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 8 years ago
  73. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 8 years ago
  74. 69c1b24 Include glGetMultisamplefv API by cdalton · 8 years ago
  75. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  76. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 8 years ago
  77. 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
  78. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  79. 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
  80. 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
  81. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  82. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  83. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  84. 8db8678 Fix memory leak by joshualitt · 8 years ago
  85. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 8 years ago
  86. 8e84a1e Delete GrTextContext by joshualitt · 8 years ago
  87. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 8 years ago
  88. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  89. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  90. 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
  91. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  92. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 8 years ago
  93. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  94. 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
  95. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  96. eb00475 Use skstd::remove_pointer_t in GrGLFunction by bsalomon · 8 years ago
  97. 793dc26 Improve GLSL integer support by cdalton · 8 years ago
  98. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 8 years ago
  99. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 8 years ago
  100. 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