MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012385 | VTK | (No Category) | public | 2011-07-20 19:58 | 2014-10-02 09:40 |
Reporter | domibel | ||||
Assigned To | |||||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | usability | ||||
Summary | 0012385: Please don't exclude Intel GPU's from VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx | ||||
Description | Hi, Intel GPU's contain as usual the substring "Mesa" in the OpenGL renderer string. e.g.: Mesa DRI Mobile IntelĀ® GM45 Express Chipset GEM 20091221 2009Q4 x86/MMX/SSE2 The following code excludes all those GPU's. I think this check should be removed. It is better to inform the user what OpenGL feature is missing. in VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx:2160 const char *gl_version=reinterpret_cast<const char *>(glGetString(GL_VERSION)); if(strstr(gl_version,"Mesa")!=0) { // - GL_VENDOR cannot be used because it can be "Brian Paul" or // "Mesa project" // - GL_RENDERER cannot be used because it can be "Software Rasterizer" or // "Mesa X11" // - GL_VERSION is more robust. It has things like "2.0 Mesa 7.0.4" or // "2.1 Mesa 7.2" or "2.1 Mesa 7.3-devel" // Mesa does not work with multiple draw buffers: // "framebuffer has bad draw buffer" // "render clipped 1 ERROR (x506) invalid framebuffer operation ext" this->LoadExtensionsSucceeded=0; return; } Thanks Dominique | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-07-20 19:58 | domibel | New Issue | |||
2011-08-02 14:06 | David Partyka | Source_changeset_attached | => VTK master 06385b75 | ||
2011-08-02 14:06 | Dominique Belhachemi | Source_changeset_attached | => VTK master b7dde9bb | ||
2012-04-01 19:18 | domibel | Note Added: 0028419 | |||
2013-06-05 14:17 | Jean-Christophe Fillion-Robin | Note Added: 0030901 | |||
2013-06-05 14:34 | domibel | Note Added: 0030903 | |||
2013-06-05 14:39 | Jean-Christophe Fillion-Robin | Note Added: 0030904 | |||
2013-06-05 14:43 | Jean-Christophe Fillion-Robin | Note Added: 0030905 | |||
2013-06-06 09:43 | domibel | Note Added: 0030965 | |||
2013-06-06 09:46 | domibel | Note Edited: 0030965 | bug_revision_view_page.php?bugnote_id=30965#r618 | ||
2013-06-06 18:55 | Jean-Christophe Fillion-Robin | Note Added: 0030969 | |||
2014-10-02 09:40 | Ben Boeckel (Kitware) | Note Added: 0033423 | |||
2014-10-02 09:40 | Ben Boeckel (Kitware) | Status | backlog => closed | ||
2014-10-02 09:40 | Ben Boeckel (Kitware) | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|