| Summary: | r300 blocking GLX and EGL compositing in KWin (KDE Plasma 5.x)? | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Aaron Pickett <aaron.d.pickett> |
| Component: | Drivers/Gallium/r300 | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED WONTFIX | QA Contact: | Default DRI bug account <dri-devel> |
| Severity: | normal | ||
| Priority: | medium | CC: | mrmazda |
| Version: | 10.5 | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | Attempt to force EGL-based OpenGL compositing | ||
|
Description
Aaron Pickett
2015-08-02 23:14:50 UTC
Hi Aaron, We do have some fixes in mesa 10.6.x that never made it into 10.5 series. I would give mesa 10.6.x a spin first. I'm not a r300 dev myself so I cannot comment on the driver, although it doesn't show any signs of issues. Here are some bits you might find interesting: - Seemingly the driver already exposes NPOT + OpenGL 2.1 (albeit some hardware limitations, which should be handled by the driver). - GLX does not always mean you'll get OpenGL, similar to EGL and OpenGLES. One can mix and match depending on various factors. In your case EGL + OpenGL is attempted but I'm not sure how to force gles. Older versions had kwin_gles, which seems to be gone with the 5 series. Might want to look into a way of forcing gles, and getting more verbose output on kwin side. Hi, r300 doesn't support NPOT textures fully. The only thing it supports is 2D NPOT textures without mipmapping. That's pretty limited, but it was what D3D9 originally required. In other words, the driver shouldn't report that it supports NPOT textures, but then we would lose GL2 support, which would be a lot bigger problem. There is no fix other than complete software emulation, which nobody wants. I suggest you talk to the KDE guys whether there is a solution. You can point them to my replies. The thing is there has never been a GL2 GPU on the market, so the GL2 specification was kind of a fail. There were GL1.5 GPUs (r500) and then GL3 GPUs (r600), yet the market demanded GL2 drivers. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.