<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Asking for multisampling in GLX doesn’t return any framebuffer config on i965/ivb"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93680">93680</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Asking for multisampling in GLX doesn’t return any framebuffer config on i965/ivb
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>XWayland
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bugs@linkmauve.fr
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>xorg-team@lists.x.org
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>