1. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  2. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  3. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  4. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  5. 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
  6. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  7. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  8. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  9. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  10. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  11. 682c269 Store context options on caps. by bsalomon · 9 years ago
  12. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  13. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  14. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  15. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  16. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  17. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  18. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  19. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  20. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  21. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  22. 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
  23. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  24. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  25. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 9 years ago
  26. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  27. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  28. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  29. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  30. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  31. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  32. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  33. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  34. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  35. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  36. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  37. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  38. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  39. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  40. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  41. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  42. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  43. 17e7314 remove drawtype by joshualitt · 10 years ago
  44. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  45. 873ad0e BUG=skia: by joshualitt · 10 years ago
  46. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  47. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  48. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  49. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  50. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  51. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  52. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  53. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  54. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  55. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  56. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  57. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  58. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  59. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  60. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  61. 6d467ec minor cleanup in GrGpu.h by bsalomon · 10 years ago
  62. 9853cce Drawstate on stack by joshualitt · 10 years ago
  63. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  64. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  65. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  66. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  67. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  68. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  69. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  70. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  71. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  72. 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
  73. 329bf48 BUG=skia: by joshualitt · 10 years ago
  74. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  75. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  76. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  77. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  78. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  79. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  80. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  81. 5ead6da Oval and stroke AA rect now batch by joshualitt · 10 years ago
  82. 67f7f74 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by joshualitt · 10 years ago
  83. 18055af Oval and stroke AA rect now batch by joshualitt · 10 years ago
  84. 9deb696 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by mtklein · 10 years ago
  85. bc54fab Oval and stroke AA rect now batch by joshualitt · 10 years ago
  86. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  87. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  88. e337130 Fix typo by robertphillips · 10 years ago
  89. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  90. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  91. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  92. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  93. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  94. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  95. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  96. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  97. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  98. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  99. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  100. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago