View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027354 | Open CASCADE | OCCT:Visualization | public | 2016-04-05 11:55 | 2016-12-09 16:37 |
Reporter | Assigned To | bugmaster | |||
Priority | low | Severity | feature | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.0.0 | ||||
Target Version | 7.1.0 | Fixed in Version | 7.1.0 | ||
Summary | 0027354: Visualization: TKOpenGl - add missing OpenGl_TextureBufferArb initializers for data in GLushort and GLubyte formats | ||||
Description | Not all variants of Init function of OpenGl_VertexBuffer are also supported by OpenGl_TextureBufferArb. | ||||
Steps To Reproduce | Not required | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Branch CR27354 has been created by duv. SHA-1: c0cee2059c12337a2e3b7c30dd2abb2c181a495e Detailed log of new commits: Author: duv Date: Tue Apr 5 12:25:13 2016 +0300 0027354: Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended All variants of Init function of OpenGl_VertexBuffer are now also supported by OpenGl_TextureBufferArb. |
|
Dear kgv, Please review the patch. |
|
+ case 1: myTexFormat = GL_R16I; break; + case 2: myTexFormat = GL_RG16I; break; + case 3: myTexFormat = GL_RGB16I; break; + case 4: myTexFormat = GL_RGBA16I; break; these formats are not yet declared for OpenGL ES 2.0 in OpenGl_GlFunctions.hxx - compilation will fail on Android. Please update OpenGl_GlFunctions.hxx. |
|
Branch CR27354_1 has been created by duv. SHA-1: bcdffddfcd49ad129e18133822a699460d401095 Detailed log of new commits: Author: duv Date: Tue Apr 5 12:25:13 2016 +0300 0027354: Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended All variants of Init function of OpenGl_VertexBuffer are now also supported by OpenGl_TextureBufferArb. Missing texture formats added to OpenGl_GlFunctions.hxx. |
|
Dear kgv, Please review the patch in CR27354_1. |
|
Please check compilation (including Android), testing is not needed. |
|
Branch CR27354 has been deleted by kgv. SHA-1: c0cee2059c12337a2e3b7c30dd2abb2c181a495e |
|
Branch CR27354_1 has been deleted by kgv. SHA-1: bcdffddfcd49ad129e18133822a699460d401095 |
occt: master df45f8db 2016-04-05 09:25:13
Committer: bugmaster Details Diff |
0027354: Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended All variants of Init function of OpenGl_VertexBuffer are now also supported by OpenGl_TextureBufferArb. Missing texture formats added to OpenGl_GlFunctions.hxx. |
Affected Issues 0027354 |
|
mod - src/OpenGl/OpenGl_GlFunctions.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextureBufferArb.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextureBufferArb.hxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-05 11:55 |
|
New Issue | |
2016-04-05 11:55 |
|
Assigned To | => duv |
2016-04-05 11:56 |
|
Summary | Visualization: OpenGl_TextureBufferArb should be extended => Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended |
2016-04-05 11:56 |
|
Status | new => assigned |
2016-04-05 12:26 | git | Note Added: 0052379 | |
2016-04-05 12:28 |
|
Note Added: 0052380 | |
2016-04-05 12:28 |
|
Assigned To | duv => kgv |
2016-04-05 12:28 |
|
Status | assigned => resolved |
2016-04-05 12:28 |
|
Steps to Reproduce Updated | |
2016-04-05 13:02 | kgv | Note Added: 0052385 | |
2016-04-05 13:02 | kgv | Assigned To | kgv => duv |
2016-04-05 13:02 | kgv | Severity | minor => feature |
2016-04-05 13:02 | kgv | Status | resolved => assigned |
2016-04-05 13:02 | kgv | Summary | Visualization: TKOpenGl - OpenGl_TextureBufferArb API should be extended => Visualization: TKOpenGl - add missing OpenGl_TextureBufferArb initializes for data in GLushort and GLubyte formats |
2016-04-05 13:02 | kgv | Note Edited: 0052385 | |
2016-04-05 14:02 | git | Note Added: 0052394 | |
2016-04-05 14:03 |
|
Note Added: 0052395 | |
2016-04-05 14:03 |
|
Assigned To | duv => kgv |
2016-04-05 14:03 |
|
Status | assigned => resolved |
2016-04-05 14:33 | kgv | Note Added: 0052398 | |
2016-04-05 14:33 | kgv | Assigned To | kgv => bugmaster |
2016-04-05 14:33 | kgv | Priority | normal => low |
2016-04-05 14:33 | kgv | Status | resolved => reviewed |
2016-04-05 14:33 | kgv | Summary | Visualization: TKOpenGl - add missing OpenGl_TextureBufferArb initializes for data in GLushort and GLubyte formats => Visualization: TKOpenGl - add missing OpenGl_TextureBufferArb initializers for data in GLushort and GLubyte formats |
2016-04-08 11:55 | bugmaster | Changeset attached | => occt master df45f8db |
2016-04-08 11:55 | bugmaster | Status | reviewed => verified |
2016-04-08 11:55 | bugmaster | Resolution | open => fixed |
2016-04-17 12:57 | git | Note Added: 0052795 | |
2016-04-17 12:57 | git | Note Added: 0052796 | |
2016-12-09 16:33 |
|
Status | verified => closed |
2016-12-09 16:37 |
|
Fixed in Version | => 7.1.0 |