Hi Dominique,<div><br></div><div>After some internal discussion we have decided to revert this change. The reason that check was implemented was because often older versions of Mesa report that they support various OpenGL extensions falsely which then result in crashes. If further refinement of this check can be developed that would be preferred. Specifically if we can pinpoint a minimum version of Mesa that <span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">vtkOpenGLGPUVolumeRayCastMappe</span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "></span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">r for sure works with. Until then, in our effort to minimize crashes the check will have to remain in place.</span><br>
<br><div class="gmail_quote">On Wed, Jul 27, 2011 at 11:22 AM, Dominique Belhachemi <span dir="ltr"><<a href="mailto:domibel@debian.org">domibel@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Intel support has been dropped again. What happened?<br>
<br>
Dominique<br>
<br>
<br>
On Mon, Jul 25, 2011 at 1:36 PM, David Partyka<br>
<div><div></div><div class="h5"><<a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>> wrote:<br>
> Just merged this into both 5.8 and master.<br>
><br>
> On Mon, Jul 25, 2011 at 10:28 AM, David Partyka <<a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>><br>
> wrote:<br>
>><br>
>> I'll take a look at it for 5.8<br>
>><br>
>> On Mon, Jul 25, 2011 at 10:17 AM, Dominique Belhachemi<br>
>> <<a href="mailto:domibel@debian.org">domibel@debian.org</a>> wrote:<br>
>>><br>
>>> Hi,<br>
>>><br>
>>> A gerrit patch is ready for a review.<br>
>>> <a href="http://review.source.kitware.com/#change,2184" target="_blank">http://review.source.kitware.com/#change,2184</a><br>
>>><br>
>>> I hope it can make it in the 5.8 release so that Intel GPU user can<br>
>>> report their experience with VTK.<br>
>>><br>
>>> Thanks<br>
>>> Dominique<br>
>>><br>
>>><br>
>>> On Wed, Jul 20, 2011 at 7:58 PM, Mantis Bug Tracker<br>
>>> <<a href="mailto:mantis@public.kitware.com">mantis@public.kitware.com</a>> wrote:<br>
>>> ><br>
>>> > The following issue has been SUBMITTED.<br>
>>> > ======================================================================<br>
>>> > <a href="http://vtk.org/Bug/view.php?id=12385" target="_blank">http://vtk.org/Bug/view.php?id=12385</a><br>
>>> > ======================================================================<br>
>>> > Reported By: domibel<br>
>>> > Assigned To:<br>
>>> > ======================================================================<br>
>>> > Project: VTK<br>
>>> > Issue ID: 12385<br>
>>> > Category: (No Category)<br>
>>> > Reproducibility: have not tried<br>
>>> > Severity: minor<br>
>>> > Priority: urgent<br>
>>> > Status: backlog<br>
>>> > Project: TBD<br>
>>> > Type: usability<br>
>>> > ======================================================================<br>
>>> > Date Submitted: 2011-07-20 18:58 CDT<br>
>>> > Last Modified: 2011-07-20 18:58 CDT<br>
>>> > ======================================================================<br>
>>> > Summary: Please don't exclude Intel GPU's from<br>
>>> > VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx<br>
>>> > Description:<br>
>>> > Hi,<br>
>>> ><br>
>>> > Intel GPU's contain as usual the substring "Mesa" in the OpenGL<br>
>>> > renderer string.<br>
>>> ><br>
>>> > e.g.: Mesa DRI Mobile IntelŽ GM45 Express Chipset GEM 20091221 2009Q4<br>
>>> > x86/MMX/SSE2<br>
>>> ><br>
>>> > The following code excludes all those GPU's. I think this check should<br>
>>> > be<br>
>>> > removed. It is better to inform the user what OpenGL feature is<br>
>>> > missing.<br>
>>> ><br>
>>> ><br>
>>> > in VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx:2160<br>
>>> ><br>
>>> > const char *gl_version=reinterpret_cast<const char<br>
>>> > *>(glGetString(GL_VERSION));<br>
>>> > if(strstr(gl_version,"Mesa")!=0)<br>
>>> > {<br>
>>> > // - GL_VENDOR cannot be used because it can be "Brian Paul" or<br>
>>> > // "Mesa project"<br>
>>> > // - GL_RENDERER cannot be used because it can be "Software<br>
>>> > Rasterizer" or<br>
>>> > // "Mesa X11"<br>
>>> > // - GL_VERSION is more robust. It has things like "2.0 Mesa 7.0.4"<br>
>>> > or<br>
>>> > // "2.1 Mesa 7.2" or "2.1 Mesa 7.3-devel"<br>
>>> > // Mesa does not work with multiple draw buffers:<br>
>>> > // "framebuffer has bad draw buffer"<br>
>>> > // "render clipped 1 ERROR (x506) invalid framebuffer operation ext"<br>
>>> > this->LoadExtensionsSucceeded=0;<br>
>>> > return;<br>
>>> > }<br>
>>> ><br>
>>> ><br>
>>> > Thanks<br>
>>> > Dominique<br>
>>> > ======================================================================<br>
>>> ><br>
>>> > Issue History<br>
>>> > Date Modified Username Field Change<br>
>>> > ======================================================================<br>
>>> > 2011-07-20 18:58 domibel New Issue<br>
>>> > ======================================================================<br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>> ><br>
>>> > Visit other Kitware open-source projects at<br>
>>> > <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>> ><br>
>>> > Follow this link to subscribe/unsubscribe:<br>
>>> > <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>>> ><br>
>>> ><br>
>>> _______________________________________________<br>
>>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>><br>
>>> Visit other Kitware open-source projects at<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>><br>
>>> Follow this link to subscribe/unsubscribe:<br>
>>> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>>><br>
>><br>
><br>
><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>