1. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  2. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  3. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  4. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  5. 969bdef Remove GrGeometryProcessor knowledge of explicit local coords by Brian Salomon · 6 years ago
  6. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  7. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 6 years ago
  8. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  9. 04460cc Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar. by Brian Salomon · 7 years ago
  10. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  11. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  12. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  13. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  14. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  15. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  16. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  17. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  18. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  19. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  20. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  21. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  22. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  23. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  24. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  25. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  26. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  27. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  28. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  29. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  30. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  31. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  32. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  33. cc6aeee Remove GrPrimitiveProcessor::hasTransformedLocalCoords by bsalomon · 8 years ago
  34. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  35. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  36. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  37. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  38. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  39. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  40. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  41. e3fafcf Increase max vertex attrib count in GrPrimitiveProcessor by cdalton · 8 years ago
  42. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  43. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 8 years ago
  44. 7df3f5e added support for PLS path rendering by ethannicholas · 8 years ago
  45. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  46. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  47. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  48. 465283c Remove batchtracker by joshualitt · 9 years ago
  49. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  50. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  51. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  52. a7f4c43 For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal. by wangyix · 9 years ago
  53. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  54. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  55. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  56. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  57. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  58. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  59. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  60. f2539d5 Use high precision vertex attributes. by senorblanco · 9 years ago
  61. e3ababe remove localmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  62. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  63. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  64. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  65. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  66. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 9 years ago
  67. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 9 years ago