-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Cleanup program building a bit"
This reverts commit 4777e3a. Reason for revert: This CL is breaking the build on Linux FYI SkiaRenderer Dawn Release Original change's description: > Cleanup program building a bit > > This CL: > now passes the GrProgramDesc as a const& > returns GrGLProgram as an sk_sp > makes the parameter ordering more consistent > makes GrVkPipelineState no longer ref-counted > > This is pulled out of the DDL pre-compile CL which touches this portion of the code. > > Bug: skia:9455 > Change-Id: Id4d06f93450e276de5a2662be330ae9523026244 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/268777 > Reviewed-by: Greg Daniel <egdaniel@google.com> > Commit-Queue: Robert Phillips <robertphillips@google.com> TBR=egdaniel@google.com,robertphillips@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: skia:9455 Change-Id: I7019d9876b68576274e87c3b2e6bbbf9695522ba Reviewed-on: https://skia-review.googlesource.com/c/skia/+/269261 Reviewed-by: Austin Eng <enga@google.com> Reviewed-by: Kenneth Russell <kbr@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org> Auto-Submit: Austin Eng <enga@google.com>
- Loading branch information
Showing
16 changed files
with
117 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.