View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032105 | Open CASCADE | OCCT:Visualization | public | 2021-02-02 00:38 | 2021-02-06 14:29 |
Reporter | kgv | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.6.0 | ||||
Target Version | 7.6.0 | Fixed in Version | 7.6.0 | ||
Summary | 0032105: Visualization, TKOpenGl - PBR flat shading GLSL program compilation error on OpenGL ES 2.0 | ||||
Description | PBR flat shading program compilation fails on OpenGL ES 2.0 (still fails after 0032083):TKOpenGl | Type: Error | ID: 0 | Severity: High | Message: Failed to compile Fragment Shader [occt_flat-pbr-ls_D-0000]. Compilation log: ERROR: 0:662: 'textureCubeLod' : no matching overloaded function found ERROR: 0:662: 'rgb' : field selection requires structure or vector on left hand side 1: #extension GL_OES_standard_derivatives : enable 2: // Enable extensions used in OCCT GLSL programs This is because GL_EXT_shader_texture_lod extension is overridden by GL_OES_standard_derivatives in header generator. | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | Not required | ||||
|
Branch CR32105 has been created by kgv. SHA-1: 3097435fc41ab6f563e3edaa41349224b535be9d Detailed log of new commits: Author: kgv Date: Tue Feb 2 00:41:01 2021 +0300 0032105: Visualization, TKOpenGl - PBR flat shading GLSL program compilation error on OpenGL ES 2.0 OpenGl_ShaderManager::defaultGlslVersion() - fixed combining two extensions in header. |
|
Patch is ready for review (no testing applicable for GLES) - OCCT branch: CR32105. |
|
The patch was reviewed without remarks |
|
Combination - OCCT branch : IR-2021-02-05 master SHA - d918913f1cfa6df6852ccc3cab50aae2b5a29821 a206de37fbfa0bf71bd534ae47192bbec23b8522 Products branch : IR-2021-02-05 SHA - 7f3780c87f7b9ca7bc315437ae37fd3815a4316d was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 17801.74000000001 / 17781.070000000076 [+0.12%] Products Total CPU difference: 11522.820000000105 / 11527.24000000011 [-0.04%] Windows-64-VC14: OCCT Total CPU difference: 19371.578125 / 19391.0625 [-0.10%] Products Total CPU difference: 12882.46875 / 12836.03125 [+0.36%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
|
Branch CR32105 has been deleted by inv. SHA-1: 3097435fc41ab6f563e3edaa41349224b535be9d |
occt: master 8df3104c 2021-02-01 21:41:01 Committer: bugmaster Details Diff |
0032105: Visualization, TKOpenGl - PBR flat shading GLSL program compilation error on OpenGL ES 2.0 OpenGl_ShaderManager::defaultGlslVersion() - fixed combining two extensions in header. |
Affected Issues 0032105 |
|
mod - src/OpenGl/OpenGl_ShaderManager.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-02 00:38 | kgv | New Issue | |
2021-02-02 00:38 | kgv | Assigned To | => kgv |
2021-02-02 00:41 | git | Note Added: 0098593 | |
2021-02-02 00:42 | kgv | Note Added: 0098594 | |
2021-02-02 00:42 | kgv | Assigned To | kgv => osa |
2021-02-02 00:42 | kgv | Status | new => resolved |
2021-02-02 00:42 | kgv | Relationship added | child of 0032083 |
2021-02-02 00:42 | kgv | Description Updated | |
2021-02-02 11:55 |
|
Note Added: 0098606 | |
2021-02-02 11:55 |
|
Assigned To | osa => bugmaster |
2021-02-02 11:55 |
|
Status | resolved => reviewed |
2021-02-06 14:15 | bugmaster | Note Added: 0098714 | |
2021-02-06 14:15 | bugmaster | Status | reviewed => tested |
2021-02-06 14:18 | bugmaster | Test case number | => Not required |
2021-02-06 14:24 | bugmaster | Changeset attached | => occt master 8df3104c |
2021-02-06 14:24 | bugmaster | Status | tested => verified |
2021-02-06 14:24 | bugmaster | Resolution | open => fixed |
2021-02-06 14:29 | git | Note Added: 0098735 |