View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014254VTK(No Category)public2013-08-29 11:282013-09-04 14:44
ReporterIgnacio Prieto 
Assigned ToBurlen 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version6.1.dev 
Summary0014254: vtkOpenGLGPUVolumeRayCastMapper.cxx
Descriptionvtk code on head version 6.1, itk 4.5, qt 4.8.5 nvidia 325.04 ubuntu 12.04

  vtkGPUVolumeRayCastMapper *raycastMapper[nrenderers];


    reductor[0]->SetInput(reader->GetOutput());
#if VTK_MAJOR_VERSION <= 5
    connector[0]->SetInput(reductor[0]->GetOutput());
    raycastMapper[0]->SetInput(connector[0]->GetOutput());
#else
    connector[0]->SetInput(reductor[0]->GetOutput());
    raycastMapper[0]->SetInputData(connector[0]->GetOutput());
#endif


returns:



ERROR: In /home/cib/Source/Vtk6/Rendering/VolumeOpenGL/vtkOpenGLGPUVolumeRayCastMapper.cxx, line 4101

vtkOpenGLGPUVolumeRayCastMapper (0x7299be0): Rendering failed because the following OpenGL extensions are required but not supported:


and doesn't show the volume, only the vtkaxis actor
TagsNo tags attached.
ProjectTBD
Typecrash
Attached Filestxt file icon vtk_v6.0.0_LoadOpenGLExtension_output.txt [^] (10,834 bytes) 2013-08-29 13:30 [Show Content]
txt file icon vtk_v6.1_head_LoadOpenGLExtension_output.txt [^] (1,553 bytes) 2013-08-29 13:45 [Show Content]
gz file icon cmakekcache.tar.gz [^] (50,833 bytes) 2013-08-29 14:15
gz file icon cmakekcache_v2.tar.gz [^] (47,715 bytes) 2013-08-29 14:26

 Relationships

  Notes
(0031506)
Ignacio Prieto (reporter)
2013-08-29 13:46

When build on vtk v6.0.0, it works normally.
(0031507)
Ignacio Prieto (reporter)
2013-08-29 14:26

the first tar is broken
(0031509)
Burlen (developer)
2013-08-29 17:11

there is a bug in the logic that works around Mesa bugs, fixed here
http://review.source.kitware.com/#/c/12514/ [^]
(0031539)
Burlen (developer)
2013-09-04 14:43

the fix was merged into master
(0031540)
Burlen (developer)
2013-09-04 14:44

the fix was merged into master

 Issue History
Date Modified Username Field Change
2013-08-29 11:28 Ignacio Prieto New Issue
2013-08-29 13:30 Ignacio Prieto File Added: vtk_v6.0.0_LoadOpenGLExtension_output.txt
2013-08-29 13:45 Ignacio Prieto File Added: vtk_v6.1_head_LoadOpenGLExtension_output.txt
2013-08-29 13:46 Ignacio Prieto Note Added: 0031506
2013-08-29 14:15 Ignacio Prieto File Added: cmakekcache.tar.gz
2013-08-29 14:26 Ignacio Prieto File Added: cmakekcache_v2.tar.gz
2013-08-29 14:26 Ignacio Prieto Note Added: 0031507
2013-08-29 17:11 Burlen Note Added: 0031509
2013-09-04 14:43 Burlen Note Added: 0031539
2013-09-04 14:44 Burlen Note Added: 0031540
2013-09-04 14:44 Burlen Status backlog => closed
2013-09-04 14:44 Burlen Assigned To => Burlen
2013-09-04 14:44 Burlen Resolution open => fixed
2013-09-04 14:44 Burlen Fixed in Version => 6.1.dev


Copyright © 2000 - 2018 MantisBT Team