1. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  2. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  3. bf87730 Move GrFragmentProcessor implementation to its own cpp file by bsalomon · 9 years ago
  4. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  5. 3566d44 Move StrokeRectBatches into .cpp files by joshualitt · 9 years ago
  6. 42bd6bf Remove duplicate GrProcessorUnitTest.cpp from gpu.gypi by robertphillips · 9 years ago
  7. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  8. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  9. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  10. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  11. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  12. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  13. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  14. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  15. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  16. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  17. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  18. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  19. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  20. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  21. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  22. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  23. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  24. bcf33d5 Rename GrBWFillRectBatch to GrNonAAFillRectBAtch by joshualitt · 9 years ago
  25. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  26. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  27. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  28. ae5b2c6 Create GrQuad by joshualitt · 9 years ago
  29. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  30. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  31. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  32. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  33. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 9 years ago
  34. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  35. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  36. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  37. 9c80b5f Move GrRectBatch to GrBWFillRectBatch and make internal by joshualitt · 9 years ago
  38. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  39. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  40. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago
  41. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  42. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  43. 1694a93 Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ ) by jvanverth · 9 years ago
  44. b091c44 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  45. 7441782 Make folder for batches by joshualitt · 9 years ago
  46. ee14a62 Give strokerectbatch a proper home by bsalomon · 9 years ago
  47. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  48. cef14bf Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend by wangyix · 9 years ago
  49. 259fbf1 Add sanity check to GrAtlasTextBlob by joshualitt · 9 years ago
  50. 374b2f7 rename BitmapTextBlob and move it to its own file by joshualitt · 9 years ago
  51. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  52. 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
  53. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  54. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  55. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  56. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  57. 2419b36 Add GrNonAtomicRef by joshualitt · 9 years ago
  58. 3989205 remove some unused stuff by joshualitt · 9 years ago
  59. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  60. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  61. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  62. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  63. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  64. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 9 years ago
  65. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  66. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  67. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  68. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  69. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  70. 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
  71. 682c269 Store context options on caps. by bsalomon · 9 years ago
  72. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  73. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  74. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  75. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  76. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  77. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  78. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 9 years ago
  79. 84b0088 Add GrAAConvexTessellator class by robertphillips · 9 years ago
  80. af24295 create GrInOrderCommandBuilder by joshualitt · 9 years ago
  81. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  82. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  83. e46760e Create GrCommandBuilder by joshualitt · 9 years ago
  84. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  85. 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
  86. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  87. 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
  88. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  89. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  90. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
  91. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 10 years ago
  92. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 10 years ago
  93. 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
  94. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  95. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  96. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 10 years ago
  97. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  98. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  99. c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
  100. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago