1. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 9 years ago
  2. 84b0088 Add GrAAConvexTessellator class by robertphillips · 9 years ago
  3. af24295 create GrInOrderCommandBuilder by joshualitt · 9 years ago
  4. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  5. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  6. e46760e Create GrCommandBuilder by joshualitt · 9 years ago
  7. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  8. 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
  9. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  10. 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
  11. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  12. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  13. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  14. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  15. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  16. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  17. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  18. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  19. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 9 years ago
  20. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  21. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  22. c9c3e62 Add constant color GrFP. by bsalomon · 9 years ago
  23. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  24. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago
  25. 1d89e8d move Atlas Text Context to its own file by joshualitt · 9 years ago
  26. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  27. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  28. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  29. 384181c Add support for using alternative backends (like DirectX) when creating a GrGpu. by egdaniel · 9 years ago
  30. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  31. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  32. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  33. 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
  34. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
  35. 44701df Move clip off of draw target by joshualitt · 10 years ago
  36. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  37. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  38. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  39. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  40. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  41. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  42. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  43. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  44. 7e34007 Add GrGLCreateNullInterface.cpp back to gyp, and put contents in namespace. by bsalomon · 10 years ago
  45. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 10 years ago
  46. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  47. 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
  48. 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
  49. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  50. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  51. 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
  52. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  53. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  54. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  55. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  56. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  57. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  58. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  59. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  60. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  61. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  62. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  63. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  64. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  65. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  66. 3936ce4 Fix gyp for GrDisableColorXP by egdaniel · 10 years ago
  67. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  68. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  69. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  70. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  71. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  72. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  73. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  74. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  75. eb2a676 Remove backend factories by joshualitt · 10 years ago
  76. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  77. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  78. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  79. 947556f remove GrAllocPool by joshualitt · 10 years ago
  80. c07379d Adding GeometryData object by joshualitt · 10 years ago
  81. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  82. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  83. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  84. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  85. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  86. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  87. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  88. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  89. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  90. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  91. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  92. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  93. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  94. 4973d9d Default geometry processor by joshualitt · 10 years ago
  95. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  96. ff34307 Default geometry processor by joshualitt · 10 years ago
  97. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  98. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  99. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  100. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago