1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  3. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  4. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  5. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  6. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  7. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  8. 2737288 Don't force GrGLSLVarying's scope to be compile-time constant by Chris Dalton · 7 years ago
  9. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  10. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  11. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  12. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  13. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  14. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  15. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  16. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  17. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  18. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  19. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  20. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  21. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  22. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  23. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  24. 790c90b Remove base class for installed transforms in GrPrimitiveProcessor by bsalomon · 8 years ago
  25. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  26. fe8a839 Break apart shared use of varying and uniform transforms by egdaniel · 8 years ago
  27. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  28. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  29. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  30. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  31. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  32. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  33. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  34. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  35. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  36. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  37. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  38. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  39. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  40. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  41. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  42. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  43. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  44. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  45. 465283c Remove batchtracker by joshualitt · 9 years ago
  46. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  47. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  48. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  49. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  50. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  51. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  52. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  53. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  54. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  55. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  56. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  57. e3ababe remove localmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  58. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  59. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  60. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  61. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago