View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024253 | Open CASCADE | OCCT:Visualization | public | 2013-10-11 11:06 | 2013-12-19 13:59 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.7.0 | ||||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024253: FBO: Improper deletion of combined Stencil+Depth RenderBuffer | ||||
Description | The recent modifications to Frame Buffer Object code added support for stencil buffering. Depending on "GL" extension the stencil buffer can be combined with depth buffer or created separately. For the first described case, the stencil buffer will be released imroperly. There is a possibility of catching problems with some OpenGl implementations. Please see the following code snippet (OpenGl_FrameBuffer.cxx) + if (!theGlContext.IsNull() && theGlContext->extFBO != NULL) + { + theGlContext->extFBO->glDeleteRenderbuffersEXT (1, &myGlStencilRBId); + myGlStencilRBId = NO_RENDERBUFFER; + } | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Dear kgv, Please confirm that branch CR24228 contains fix for this issue. |
|
Dear Bugmaster, please close the issue as it has been taken into account in patch for 0024228. |
|
Fix has been integrated together with 0024228. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-11 11:06 |
|
New Issue | |
2013-10-11 11:06 |
|
Assigned To | => apl |
2013-10-11 11:06 |
|
Relationship added | related to 0024224 |
2013-10-11 11:06 |
|
Status | new => assigned |
2013-10-11 11:10 |
|
Description Updated | |
2013-10-19 15:25 |
|
Relationship added | related to 0024228 |
2013-10-19 15:26 |
|
Note Added: 0026145 | |
2013-10-19 15:26 |
|
Assigned To | apl => kgv |
2013-10-19 15:26 |
|
Status | assigned => feedback |
2013-11-06 15:58 | kgv | Note Added: 0026485 | |
2013-11-06 15:58 | kgv | Assigned To | kgv => bugmaster |
2013-11-06 16:06 | bugmaster | Status | feedback => tested |
2013-11-06 16:07 | bugmaster | Note Added: 0026489 | |
2013-11-06 16:07 | bugmaster | Status | tested => verified |
2013-11-06 16:07 | bugmaster | Resolution | open => fixed |
2013-12-19 13:51 | bugmaster | Status | verified => closed |
2013-12-19 13:59 | bugmaster | Fixed in Version | => 6.7.0 |