Just merged this into both 5.8 and master.<br><br><div class="gmail_quote">On Mon, Jul 25, 2011 at 10:28 AM, David Partyka <span dir="ltr"><<a href="mailto:david.partyka@kitware.com">david.partyka@kitware.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'll take a look at it for 5.8<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Jul 25, 2011 at 10:17 AM, Dominique Belhachemi <span dir="ltr"><<a href="mailto:domibel@debian.org" target="_blank">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">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>
<font color="#888888">Dominique<br>
</font><div><br>
<br>
On Wed, Jul 20, 2011 at 7:58 PM, Mantis Bug Tracker<br>
<<a href="mailto:mantis@public.kitware.com" target="_blank">mantis@public.kitware.com</a>> wrote:<br>
><br>
</div><div><div></div><div>> 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 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 be<br>
> removed. It is better to inform the user what OpenGL feature is 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 Rasterizer" or<br>
>    // "Mesa X11"<br>
>    // - GL_VERSION is more robust. It has things like "2.0 Mesa 7.0.4" 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>
</div></div><div><div></div><div>> _______________________________________________<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>
><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></div></blockquote></div><br>