1. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  2. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  3. 3c1072d use __BYTE_ORDER__ macro to detect endianness when available by Lee Salzman · 8 years ago
  4. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  5. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  6. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  7. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  8. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  9. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  10. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  11. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  12. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  13. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  14. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  15. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  16. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  17. 2cb6cb7 Fix bug: can't convert nullptr -> bool by Hal Canary · 8 years ago
  18. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  19. 22886c4 Add SkOverdrawCanvas to detect overdraw by Matt Sarett · 8 years ago
  20. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  21. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  22. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  23. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  24. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  25. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  26. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  27. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  28. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  29. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  30. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  31. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  32. f8e41d5 Update Skia milestone to 57 by hcm@google.com · 8 years ago
  33. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  34. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  35. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  36. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  37. d5870c2 move SkBlendMode_Name into public (for chrome) by Mike Reed · 8 years ago
  38. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  39. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  40. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  41. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  42. c0115e4 Ignore ctm param of SkShader::onAppendStages() by Florin Malita · 8 years ago
  43. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  44. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  45. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  46. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  47. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  48. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  49. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  50. bde64e4 Mark inline functions in SkTypes.h as static. by Mike Klein · 8 years ago
  51. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  52. ad61192 SkPath::fIsVolatile does not need to be mutable. by Mike Klein · 8 years ago
  53. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  54. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  55. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  56. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  57. fac8db2 Revert "Fix BUG=chromium:664036" by Heather Miller · 8 years ago
  58. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  59. 805eb6c Fix BUG=chromium:664036 by Hal Canary · 8 years ago
  60. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  61. 8887ffa Revert "add alias for xfermode::getproc to allow legacy g client to bulid" by Mike Reed · 8 years ago
  62. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  63. 40c07dc add alias for xfermode::getproc to allow legacy g client to bulid by Mike Reed · 8 years ago
  64. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  65. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  66. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  67. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  68. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  69. 9075634 Remove SkAutoTUnref from public API by Hal Canary · 8 years ago
  70. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  71. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  72. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  73. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  74. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  75. 260d9b3 Move SkChunkAlloc.h to include/private. by Ben Wagner · 8 years ago
  76. e9592f5 remove obsolete flags by Mike Reed · 8 years ago
  77. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  78. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  79. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  80. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  81. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  82. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  83. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  84. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  85. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  86. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  87. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  88. 6805733 Remove SkAutoUnref. by Ben Wagner · 8 years ago
  89. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  90. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  91. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  92. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  93. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  94. dc46bf1 Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of https://codereview.chromium.org/2468243002/ ) by benjaminwagner · 8 years ago
  95. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  96. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  97. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  98. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  99. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  100. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago