1. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  2. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  3. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  4. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  5. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  6. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  7. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  8. f8e41d5 Update Skia milestone to 57 by hcm@google.com · 8 years ago
  9. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  10. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  11. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  12. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  13. d5870c2 move SkBlendMode_Name into public (for chrome) by Mike Reed · 8 years ago
  14. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  15. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  16. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  17. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  18. c0115e4 Ignore ctm param of SkShader::onAppendStages() by Florin Malita · 8 years ago
  19. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  20. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  21. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  22. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  23. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  24. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  25. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  26. bde64e4 Mark inline functions in SkTypes.h as static. by Mike Klein · 8 years ago
  27. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  28. ad61192 SkPath::fIsVolatile does not need to be mutable. by Mike Klein · 8 years ago
  29. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  30. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  31. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  32. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  33. fac8db2 Revert "Fix BUG=chromium:664036" by Heather Miller · 8 years ago
  34. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  35. 805eb6c Fix BUG=chromium:664036 by Hal Canary · 8 years ago
  36. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  37. 8887ffa Revert "add alias for xfermode::getproc to allow legacy g client to bulid" by Mike Reed · 8 years ago
  38. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  39. 40c07dc add alias for xfermode::getproc to allow legacy g client to bulid by Mike Reed · 8 years ago
  40. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  41. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  42. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  43. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  44. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  45. 9075634 Remove SkAutoTUnref from public API by Hal Canary · 8 years ago
  46. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  47. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  48. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  49. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  50. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  51. 260d9b3 Move SkChunkAlloc.h to include/private. by Ben Wagner · 8 years ago
  52. e9592f5 remove obsolete flags by Mike Reed · 8 years ago
  53. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  54. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  55. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  56. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  57. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  58. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  59. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  60. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  61. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  62. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  63. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  64. 6805733 Remove SkAutoUnref. by Ben Wagner · 8 years ago
  65. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  66. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  67. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  68. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  69. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  70. 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
  71. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  72. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  73. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  74. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  75. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  76. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  77. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  78. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  79. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  80. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  81. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  82. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  83. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  84. 94e1a2f SkPixmap::getColor() by Hal Canary · 8 years ago
  85. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  86. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 8 years ago
  87. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  88. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  89. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  90. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  91. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  92. 6fe16d3 Remove SkMovie and giflib by scroggo · 8 years ago
  93. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  94. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  95. e902f8d SkRasterPipelineBlitter simplifications by Mike Klein · 8 years ago
  96. 6f4293a Move when swapping, if possible. by bungeman · 8 years ago
  97. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  98. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  99. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  100. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago