Bug 93680 - Asking for multisampling in GLX doesn’t return any framebuffer config on i965/ivb
Summary: Asking for multisampling in GLX doesn’t return any framebuffer config on i965...
Status: RESOLVED MOVED
Alias: None
Product: Wayland
Classification: Unclassified
Component: XWayland (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Wayland bug list
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 16:59 UTC by Link Mauve
Modified: 2019-05-10 15:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Link Mauve 2016-01-12 16:59:34 UTC
Here is how I ask the multisampled framebuffer:
GLint visual_attribs[] = {…, GLX_SAMPLE_BUFFERS, 1, GLX_SAMPLES, 4, …}
glXChooseFBConfig(…, visual_attribs, …)

This sample code works properly on standalone Xorg, on the exact same configuration.

Mesa 11.2.0_devel commit 3e8f644 (I can reproduce on 11.1.0), Xorg 1.18.0, on an up to date ArchLinux.
Comment 1 Adam Jackson 2019-05-10 15:15:22 UTC
Proposed fix for this:

https://gitlab.freedesktop.org/xorg/xserver/merge_requests/195


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.