1. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  2. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  3. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  4. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  5. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  6. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  7. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  8. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  9. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  10. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  11. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  12. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  13. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  14. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  15. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  16. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  17. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 8 years ago
  18. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  19. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  20. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  21. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  22. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  23. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  24. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  25. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  26. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  27. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  28. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  29. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  30. 9d2b0fe fix 'GrClip::quickContains was hidden' warning in GrNoClip by lsalzman · 8 years ago
  31. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  32. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  33. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  34. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  35. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 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
  37. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  38. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  39. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  40. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  41. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  42. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  43. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  44. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  45. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  46. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  47. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  48. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  49. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  50. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  51. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  52. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  53. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  54. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  55. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  56. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  57. faf8203 Allow GrCaps access from GrDrawContext by bsalomon · 8 years ago
  58. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  59. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  60. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  61. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  62. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  63. 5192475 Two changes: by brianosman · 8 years ago
  64. 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
  65. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  66. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  67. 54dd2e2 Add Vulkan docs by bsalomon · 8 years ago
  68. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  69. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  70. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  71. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  72. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  73. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  74. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  75. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  76. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  77. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  78. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  79. 9a44565 Remove custom data from GrGpuResource by bsalomon · 8 years ago
  80. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  81. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  82. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  83. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  84. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  85. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  86. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  87. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  88. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  89. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  90. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  91. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  92. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  93. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  94. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  95. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  96. 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
  97. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  98. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  99. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  100. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago