-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
glx_blur_dst ERROR : GL_INVALID_ENUM #98
Comments
@zeroryuki Your mesa might be too old. You can find out which GL function is causing the error by using apitrace. I will see if I can reproduce this when I have access to my intel laptop. |
this is what i get from apitrace
|
@zeroryuki If you double click on that frame, then one of the calls in that frame will be marked with a beetle. That is the failing call. |
@zeroryuki I can totally reproduce this bug. Will investigate. |
I think this bug is inherited from before the forked. The errors have always been there, but are hidden behind debug build options, thus never discovered. |
@yshui i have tried using tryone144 improved_fbo branch for temporary work, and as u said, it just make the error message gone and hidden. My cpu temp still high, got to change blur-kern = "5x5box", and my cpu is normal again. note:
|
@zeroryuki Latest
|
@yshui your latest commit fixed the issue. yeah for that blur-kern, I've been using it on old compton, never saw any temp increase. thats not a big issue for me. thanks for your work |
@zeroryuki If you think the CPU usage increase is a regression, it would be helpful for us if you can figure out what is causing the increase by using tools like |
Platform
Kali GNU/Linux Rolling 2018.1
GPU, drivers, and screen setup
Environment
BSPWM
Compton version
Compton configuration:
Steps of reproduction
Current Behavior
The text was updated successfully, but these errors were encountered: