1. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  2. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  3. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  4. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  5. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  6. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  7. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  8. 47dfc36 Use a factory function to create GrPipeline and remove unused member by bsalomon · 9 years ago
  9. 7441782 Make folder for batches by joshualitt · 9 years ago
  10. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  11. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  12. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  13. 85cd78d Speculative fix for http://crbug.com/515966 by bsalomon · 9 years ago
  14. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  15. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  16. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  17. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  18. 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
  19. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  20. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  21. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  22. 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
  23. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  24. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  25. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  26. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  27. 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
  28. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  29. 682c269 Store context options on caps. by bsalomon · 9 years ago
  30. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  31. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  32. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  33. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  34. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  35. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  36. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  37. 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
  38. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  39. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  40. 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
  41. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  42. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  43. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  44. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  45. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  46. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  47. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  48. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  49. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  50. 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
  51. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  52. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  53. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  54. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  55. fd4167d Import glTextureBarrier by cdalton · 9 years ago
  56. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  57. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  58. 9665eee Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps. by egdaniel · 9 years ago
  59. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  60. 44701df Move clip off of draw target by joshualitt · 10 years ago
  61. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  62. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  63. db0f951 Stop lieing about GrBatch color for Rects by joshualitt · 10 years ago
  64. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  65. 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
  66. 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
  67. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  68. de358a9 BUG=skia: by joshualitt · 10 years ago
  69. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  70. 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
  71. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  72. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  73. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  74. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  75. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  76. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  77. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  78. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  79. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  80. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  81. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  82. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  83. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  84. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  85. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  86. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  87. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  88. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  89. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  90. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  91. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  92. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  93. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  94. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  95. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  96. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  97. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  98. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  99. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  100. 9853cce Drawstate on stack by joshualitt · 10 years ago