View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0012433 | VTK | (No Category) | public | 2011-07-29 21:06 | 2011-08-11 10:08 | ||||
Reporter | Julien Finet | ||||||||
Assigned To | Julien Finet | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0012433: vtkOpenGLTexture::ResampleToPowerOfTwo doesn't support size of 1 | ||||||||
Description | If 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) | ||||||||
Tags | No tags attached. | ||||||||
Project | Kitware | ||||||||
Type | crash | ||||||||
Attached Files | |||||||||
Relationships | |
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 |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |