1. 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
  2. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  3. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  4. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  5. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  6. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  7. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  8. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  9. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  10. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  11. 2047189 Two (related) changes here: by brianosman · 8 years ago
  12. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  13. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  14. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  15. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  16. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  17. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  18. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  19. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  20. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  21. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  22. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  23. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  24. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  25. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  26. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  27. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  28. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  29. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  30. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  31. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  32. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  33. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  34. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  35. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  36. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  37. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  38. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  39. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  40. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  41. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  42. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  43. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  44. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 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. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  50. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  51. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  52. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  53. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  54. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  55. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  56. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  57. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  58. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  59. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  60. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  61. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  62. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  63. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  64. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 8 years ago
  65. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  66. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  67. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  68. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  69. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  70. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  71. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  72. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  73. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  74. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  75. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  76. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  77. 9d2b0fe fix 'GrClip::quickContains was hidden' warning in GrNoClip by lsalzman · 8 years ago
  78. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  79. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  80. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  81. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  82. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  83. ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
  84. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  85. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  86. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  87. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  88. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  89. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  90. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  91. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  92. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  93. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  94. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  95. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  96. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  97. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  98. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  99. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  100. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago