kwin/src/opengl
Vlad Zahorodnii 8ca94eed44 opengl: Fix a typo in GLTexture::upload()
For glTexStorage2D(), we need to check whether texture storage is
supported, not that ARGB32 textures are supported. Those are two
distinct things.
2024-08-19 11:44:27 +00:00
..
abstract_opengl_context_attribute_builder.cpp
abstract_opengl_context_attribute_builder.h
colormanagement.glsl core/colorspace: implement black point compensation 2024-08-15 01:23:00 +00:00
egl_context_attribute_builder.cpp
egl_context_attribute_builder.h
eglcontext.cpp
eglcontext.h
egldisplay.cpp
egldisplay.h
eglimagetexture.cpp
eglimagetexture.h
eglnativefence.cpp
eglnativefence.h
eglswapchain.cpp
eglswapchain.h
eglutils_p.h
glframebuffer.cpp
glframebuffer.h
gllut.cpp
gllut.h
gllut3D.cpp
gllut3D.h
glplatform.cpp
glplatform.h
glrendertimequery.cpp
glrendertimequery.h
glshader.cpp opengl/glshader: set all color management uniforms, even if some calls fail 2024-08-15 01:23:00 +00:00
glshader.h opengl/glshader: set all color management uniforms, even if some calls fail 2024-08-15 01:23:00 +00:00
glshadermanager.cpp
glshadermanager.h
gltexture.cpp opengl: Fix a typo in GLTexture::upload() 2024-08-19 11:44:27 +00:00
gltexture.h opengl: Drop GLTexture::update(QImage, QPoint, QRect) overload 2024-08-16 19:03:48 +03:00
gltexture_p.h
glutils.cpp
glutils.h
glvertexbuffer.cpp
glvertexbuffer.h
glvertexbuffer_p.h
openglcontext.cpp opengl: Make GL_EXT_unpack_subimage mandatory 2024-08-16 15:35:42 +00:00
openglcontext.h opengl: Make GL_EXT_unpack_subimage mandatory 2024-08-16 15:35:42 +00:00
saturation.glsl