1. 7a82edf Add support for immuatable samplers in vulkan. by Greg Daniel · 6 years ago
  2. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  3. 0f70be8 Reland "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  4. 6e2625d Revert "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  5. d50d657 Remove ability to sample textures in vertex or geometry shaders. by Greg Daniel · 6 years ago
  6. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  7. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  8. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  9. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  10. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  11. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  12. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  13. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  14. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  15. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  16. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  17. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  18. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  19. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  20. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  21. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  22. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  23. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  24. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  25. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  26. 969bdef Remove GrGeometryProcessor knowledge of explicit local coords by Brian Salomon · 6 years ago
  27. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  28. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 6 years ago
  29. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  30. 04460cc Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar. by Brian Salomon · 7 years ago
  31. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  32. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  33. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  34. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  35. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  36. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  37. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  38. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  39. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  40. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  41. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  42. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  43. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  44. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  45. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  46. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  47. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  48. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  49. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  50. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  51. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  52. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  53. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  54. cc6aeee Remove GrPrimitiveProcessor::hasTransformedLocalCoords by bsalomon · 8 years ago
  55. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  56. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  57. 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
  58. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  59. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  60. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  61. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  62. e3fafcf Increase max vertex attrib count in GrPrimitiveProcessor by cdalton · 8 years ago
  63. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  64. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 8 years ago
  65. 7df3f5e added support for PLS path rendering by ethannicholas · 8 years ago
  66. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  67. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  68. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  69. 465283c Remove batchtracker by joshualitt · 9 years ago
  70. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  71. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  72. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  73. 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
  74. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  75. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  76. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  77. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  78. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  79. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  80. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  81. f2539d5 Use high precision vertex attributes. by senorblanco · 9 years ago
  82. e3ababe remove localmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  83. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  84. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  85. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  86. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  87. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 9 years ago
  88. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 9 years ago