1. 5800155 add drawArraysInstanced to caps by joshualitt · 9 years ago
  2. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  3. 0e72b7e add/fix copyrights by reed · 9 years ago
  4. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  5. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  6. 47c1ccb Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id:1 of https://codereview.chromium.org/1207003002/) by bsalomon · 9 years ago
  7. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  8. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  9. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  10. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  11. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  12. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  13. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  14. 3fef728 Fix indirect use of defined() directive by tomhudson · 9 years ago
  15. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  16. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  17. 35a5261 privatize by reed · 9 years ago
  18. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  19. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 9 years ago
  20. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  21. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  22. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  23. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  24. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  25. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  26. da5469d Invalidate GrTexture mipmap on content change notification by junov · 9 years ago
  27. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  28. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  29. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  30. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  31. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  32. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  33. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 9 years ago
  34. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  35. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  36. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  37. e5b74c6 Set GeometryBufferMapThreshold defaults by joshualitt · 9 years ago
  38. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  39. 29f8679 Removing GrAutoMalloc by joshualitt · 9 years ago
  40. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  41. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  42. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  43. bd24542 Revert of small CL to experiment with 'disabling' memory mapping (patchset #1 id:1 of https://codereview.chromium.org/1160003004/) by joshualitt · 9 years ago
  44. 2e48e15 small CL to experiment with 'disabling' memory mapping by joshualitt · 9 years ago
  45. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  46. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  47. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  48. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  49. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  50. 4b195e5 Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext by robertphillips · 9 years ago
  51. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  52. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  53. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  54. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  55. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  56. 682c269 Store context options on caps. by bsalomon · 9 years ago
  57. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  58. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  59. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  60. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  61. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  62. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  63. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  64. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  65. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago
  66. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  67. c5f1c54 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  68. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  69. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  70. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  71. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  72. 3211770 Add assignment op to enum bitfield ops by cdalton · 9 years ago
  73. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  74. 8e5c177 convex path renderer unit tests by joshualitt · 9 years ago
  75. e590266 Add unit tests for stroke rects and drawVertices by joshualitt · 9 years ago
  76. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  77. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 9 years ago
  78. 72c7a60 remove legacy Gr things by bsalomon · 9 years ago
  79. 8b26b99 new image from backend desc by reed · 9 years ago
  80. 2fbd406 tesselating path renderer unit tests by joshualitt · 9 years ago
  81. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  82. 0acd0d3 adding uniqueID to GrContext by joshualitt · 9 years ago
  83. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  84. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  85. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  86. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  87. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  88. 40ded32 Add hairlines batch unit test by joshualitt · 9 years ago
  89. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  90. 3e708c5 Add batch unit tests for ovals by joshualitt · 9 years ago
  91. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  92. fa2008f Add dash lines batch unit test by joshualitt · 9 years ago
  93. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  94. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  95. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  96. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  97. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  98. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  99. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  100. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago