View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012433VTK(No Category)public2011-07-29 21:062011-08-11 10:08
ReporterJulien Finet 
Assigned ToJulien Finet 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012433: vtkOpenGLTexture::ResampleToPowerOfTwo doesn't support size of 1
DescriptionIf the height (or width) of a texture is 1px, the closest power of 2 is naturally 1, however, hy (or hx) is set to -1.#IND000000. (vtkOpenGLTexture.cxx:576)
TagsNo tags attached.
ProjectKitware
Typecrash
Attached Files

 Relationships

  Notes
(0027336)
Julien Finet (developer)
2011-08-11 10:08

SHA1: f976afa4fa6884d990ee

Support 1D textures in vtkOpenGLTexture

Having a 1D texture results in having xsize == 1 or ysize == 1.
It would be a division by 0.
Add test to try different texture sizes and see if it crashes.

Change-Id: I10142c62a9448563b6e217be3441ecf3466149db

 Issue History
Date Modified Username Field Change
2011-07-29 21:06 Julien Finet New Issue
2011-07-29 21:06 Julien Finet Status backlog => tabled
2011-07-29 21:06 Julien Finet Assigned To => Julien Finet
2011-08-11 10:08 Julien Finet Note Added: 0027336
2011-08-11 10:08 Julien Finet Status tabled => closed
2011-08-11 10:08 Julien Finet Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team