Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove render backend option as it doesn't work and confuses people. #3711

Merged
merged 1 commit into from
Oct 20, 2014

Conversation

glennw
Copy link
Member

@glennw glennw commented Oct 17, 2014

@@ -320,14 +320,13 @@ impl<C:RenderListener + Send> RenderTask<C> {
let size = Size2D(width as i32, height as i32);
let draw_target = match self.graphics_context {
CpuGraphicsContext => {
DrawTarget::new(self.opts.render_backend, size, B8G8R8A8)
DrawTarget::new(SkiaBackend, size, B8G8R8A8)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a FIXME/TODO/NOTE to make this configurable in the future? I would like to eventually make this configurable, even if it isn't now…

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@bors-servo bors-servo closed this Oct 20, 2014
@bors-servo bors-servo merged commit b816550 into servo:master Oct 20, 2014
tetsuharuohzeki added a commit to tetsuharuohzeki/servo that referenced this pull request Oct 20, 2014
bors-servo pushed a commit that referenced this pull request Oct 20, 2014
bors-servo pushed a commit that referenced this pull request Oct 21, 2014
bors-servo pushed a commit that referenced this pull request Oct 21, 2014
bors-servo pushed a commit that referenced this pull request Oct 21, 2014
@glennw glennw deleted the cleanup-opts branch October 21, 2014 22:53
tetsuharuohzeki added a commit to tetsuharuohzeki/servo that referenced this pull request Oct 22, 2014
bors-servo pushed a commit that referenced this pull request Oct 22, 2014
bors-servo pushed a commit that referenced this pull request Oct 22, 2014
mukilan pushed a commit to mukilan/servo that referenced this pull request Oct 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants