1. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  2. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  3. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  4. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  5. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  6. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  7. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  8. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  9. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  10. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  11. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  12. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  13. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  14. 274218e move largest apis into private by Mike Reed · 7 years ago
  15. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  16. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  17. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  18. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  19. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  20. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  21. f99a173 init GrDrawAtlasOp::fColor by Brian Salomon · 7 years ago
  22. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  23. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  24. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  25. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  26. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  27. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  28. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  29. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  30. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  31. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  32. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  33. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawAtlasOp.cpp]
  34. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (69%) from src/gpu/batches/GrDrawAtlasBatch.cpp]
  35. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  36. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  37. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  38. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  39. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  40. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  41. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  42. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  43. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  44. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  45. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  46. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  47. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  48. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  49. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  50. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  51. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  52. 00ba1e0 Belt and suspenders for colors in DrawAtlasBatch test by jvanverth · 9 years ago
  53. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  54. 1acf250 Fix for VALGRIND DrawAtlas test issue. by jvanverth · 9 years ago
  55. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  56. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  57. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  58. d22f37c Wire up testcreate function for GrDrawAtlasBatch by joshualitt · 9 years ago
  59. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago