-
-
Notifications
You must be signed in to change notification settings - Fork 979
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 OSX specific window hints #36
Comments
Those are not OS X specific. The ARB_texture_storage extension is required for TexStorage3D(), which kitty uses. And OpenGL 3.3 Core Profile is required for the shader language kitty uses. If you remove those tests, you instead get cryptic, hard to debug failures instead. |
I think the test program I gave is pretty clear evidence that enabling them does not allow GLEW to detect the extension correctly on a non-OSX system.
See above.
Not everybody uses Intel. |
I dont see how it is clear evidence of anything other than that glew < 2 does not work. And OpenGL 3.3 is available with the Nvidia drivers, open source radeon drivers, open source intel drivers. I have no idea about AMD's propritary drivers, but I would be shocked if they did not support OpenGL 3.3 which is more than five years old. |
To be precise, OpenGL 3.3 is seven years old: https://www.khronos.org/opengl/wiki/History_of_OpenGL#OpenGL_3.3_.282010.29 |
This is the traceback I get:
The test program demonstrates the issue.
If you leave the offending lines in, the program outputs 0. Otherwise it outputs 1.
Recommend change:
kitty/kitty/main.py
Line 53 in ef4010b
The text was updated successfully, but these errors were encountered: