[Nouveau] [Bug 99033] [NV67] Incomplete implementation of OpenGL 2.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 12 20:52:35 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=99033

--- Comment #4 from Ilya Indigo <13ilya at gmail.com> ---
> could you tell us which extensions are actually needed?
In the source code, I spent kwin search for extensions by string ("GL_ and
revealed the following files, which is held on the expansion test.

./kwin/effects/blur/blurshader.cpp
./kwin/eglonxbackend.cpp
./kwin/libkwineffects/kwinglplatform.cpp
./kwin/libkwineffects/kwingltexture.cpp
./kwin/libkwineffects/kwinglutils.cpp
./kwin/libkwineffects/kwinglutils_funcs.cpp
./kwin/scene_opengl.cpp

And determined the expansion are absent in nouveau, but there is nvidia.

GL_EXT_texture_format_BGRA8888
GL_ARB_framebuffer_object
GL_OES_mapbuffer
GL_OES_texture_3D

And also found that the extension is not in the nvidia, but there is in
nouveau.

GL_OES_EGL_image

Problem effect is "Taskbar thumbnail"
./kwin/effects/taskbarthumbnail/*

When you mouse hover over a tab on the taskbar instead of the window shows a
blank thumbnail translucent rectangle of the appropriate size.
When you switch on the OpenGL 1.2 kwin thumbnail is displayed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20161212/991cb8e2/attachment.html>


More information about the Nouveau mailing list