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

GPU overdraw optimization #55

Closed
ghost opened this issue Jun 13, 2016 · 3 comments
Closed

GPU overdraw optimization #55

ghost opened this issue Jun 13, 2016 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jun 13, 2016

Hey, I know this is minor nitpick, but it looks like the view has background set and this add two whole layers of overdraw.

base layer = no color

  1. layer = blue
  2. layer = green
  3. layer = red

The background should have no color over it. Then the text should have blue color over it. See my screenshot, please ignore black rectangle.

screenshot_20160613-190749

@medyo
Copy link
Owner

medyo commented Jun 15, 2016

Hi @skmlcd,
I set a default background color just to avoid conflicts with custom themes or Auto-Switching Day/Night Theme... But I totally agree with your opinion, I may start thinking about gpu optimization in the medium future... there are more urgent features.

Thanks

@medyo medyo self-assigned this Jun 15, 2016
@medyo
Copy link
Owner

medyo commented Jul 3, 2016

I'll close this moment, we'll review it later

@medyo medyo closed this as completed Jul 3, 2016
@ghost
Copy link
Author

ghost commented Jul 3, 2016

Alright, no problem since it's kinda trivial "issue".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant