1. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  2. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  3. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  4. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  5. e4cd006 Make GrMemoryPool play nice with bucketing allocators. by dskiba · 8 years ago
  6. 3ab83e2 Remove old driver bug workaround for glTexStorage. by Brian Salomon · 8 years ago
  7. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  8. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  9. 6762dd6 baked in a few more precision modifiers by Ethan Nicholas · 8 years ago
  10. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  11. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  12. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  13. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  14. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  15. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  16. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  17. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  18. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  19. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  20. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  21. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  22. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  23. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  24. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  25. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  26. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  27. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  28. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  29. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  30. 8d5f9cb Add an extra pixel to the distance field path renderer bounds. by Brian Salomon · 8 years ago
  31. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  32. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  33. a675910 Fix typo in GrGLCaps by elemental · 8 years ago
  34. 1aaccc7 Make GrSwizzle::GrSwizzle() constexpr by Brian Salomon · 8 years ago
  35. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  36. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  37. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  38. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  39. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  40. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  41. 684d7ce Fix double deletion of DescriptorSetLayouts by Jim Van Verth · 8 years ago
  42. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  43. 3a88725 Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3. by Brian Osman · 8 years ago
  44. 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
  45. a7c4c29 Remove unnecessary TextureSampler comparison in GrTextureDomainEffect. by Brian Salomon · 8 years ago
  46. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  47. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  48. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  49. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  50. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  51. 08576e6 Fix error with transforming custom/large glyphs by Jim Van Verth · 8 years ago
  52. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  53. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  54. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  55. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  56. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  57. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  58. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  59. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  60. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  61. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  62. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  63. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  64. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  65. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  66. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  67. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  68. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  69. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  70. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  71. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  72. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  73. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  74. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  75. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  76. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  77. 03c9f56 Remove call to getMetrics from GlyphGenerator. by Ben Wagner · 8 years ago
  78. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  79. 68b7a52 Fix fuzzer bug by Robert Phillips · 8 years ago
  80. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  81. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  82. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  83. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  84. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  85. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  86. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  87. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  88. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  89. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  90. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  91. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  92. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  93. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  94. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  95. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  96. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  97. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  98. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  99. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  100. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago