View Issue Details

IDProjectCategoryView StatusLast Update
0024381Open CASCADEOCCT:Visualizationpublic2015-11-05 11:50
Reporterkgv Assigned Tobugmaster  
PriorityhighSeverityminor 
Status closedResolutionfixed 
PlatformAOSL 
Product Version6.7.0 
Target Version6.8.0Fixed in Version6.8.0 
Summary0024381: Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
DescriptionCurrent implementation of matrices is complicated.
Not all places are correctly processed for GLSL rendering (e.g. text).
Matrices stack (glPushMatrix) should be either simulated or withdrawn.
TagsNo tags attached.
Test case numberNot needed

Relationships

parent of 0025301 closedbugmaster Open CASCADE Visualization, TKOpenGl - transpose matrix manually before glUniformMatrix4fv() 
parent of 0025483 closedbugmaster Open CASCADE Visualization, TKOpenGl - fix memory leak due to unused stack in OpenGl_StateInterface 
related to 0025162 closedbugmaster Open CASCADE Visualization, TKOpenGl - drop GLU library dependency 
related to 0025328 closedbugmaster Open CASCADE Visualization, TKOpenGl - support text rendering within built-in GLSL programs 
related to 0025500 closedbugmaster Open CASCADE Visualization, TKOpenGl - global trihedron should not inherit transformation from last object 
related to 0025580 closedbugmaster Open CASCADE Visualization, TKOpenGl - create GLushort index buffer in OpenGl_Quadric::createArrays() when sufficient 
related to 0025867 closedbugmaster Open CASCADE Visualization, TKOpenGl - fix misprint in transformation persistence math 
related to 0026276 closedbugmaster Open CASCADE Visualization, TKOpenGl - add missing Standard_EXPORT to matrix management methods in OpenGl_Context 
related to 0026844 closedbugmaster Open CASCADE Visualization, OpenGl_Flipper - fix issues within Core Profile and OpenGL ES 

Activities

git

2014-10-03 11:17

administrator   ~0032615

Branch CR24381 has been created by dbp.

SHA-1: d80d6ff2c887ea27d2c53d3766d05e8dc0c3f774


Detailed log of new commits:

Author: dbp
Date: Fri Oct 3 11:17:29 2014 +0400

    Eliminating matrix operations from z-buffer trihedron.

git

2014-10-03 13:30

administrator   ~0032626

Branch CR24381 has been updated by dbp.

SHA-1: 3205d9046df28bdc57b6eb745ca9275f742d46df


Detailed log of new commits:

Author: dbp
Date: Fri Oct 3 13:29:40 2014 +0400

    Eliminating glPushMatrix/glPopMatrix.

git

2014-10-03 14:42

administrator   ~0032635

Branch CR24381 has been updated by dbp.

SHA-1: 02943ff1744c9daa8f8fee47a885675995b51f3b


Detailed log of new commits:

Author: dbp
Date: Fri Oct 3 14:41:57 2014 +0400

    Eliminating OpenGl matrix operations from OpenGl_Text.cxx.

git

2014-10-03 15:13

administrator   ~0032642

Branch CR24381 has been updated by dbp.

SHA-1: d2c4d29bbbf4e1c2305c24fc626fb4f0249ee04e


Detailed log of new commits:

Author: dbp
Date: Fri Oct 3 15:13:36 2014 +0400

    Eliminating OpenGL matrix operations from OpenGl_Structure.

git

2014-10-03 16:08

administrator   ~0032648

Branch CR24381_1 has been created by dbp.

SHA-1: ad06e96db88ab231559a2015820bd07bdda7ad73


Detailed log of new commits:

Author: dbp
Date: Fri Oct 3 16:08:07 2014 +0400

    Eliminating OpenGl matrix operations.

dbp

2014-10-06 10:32

developer   ~0032688

Dear duv,

please review (and possibly correct) the patch in branch CR24381_1. Please check all fragments in which camera information can be used.

git

2014-10-09 18:40

administrator   ~0032941

Branch CR24381_2 has been created by duv.

SHA-1: b4a9292b2a9477566dadcea23d063ba605890e2d


Detailed log of new commits:

Author: duv
Date: Thu Oct 9 18:38:10 2014 +0400

    Porting to matrix stack

Author: duv
Date: Tue Oct 7 11:44:52 2014 +0400

    Move shaders to OpenGL_Mat4.

Author: duv
Date: Mon Oct 6 18:22:20 2014 +0400

    Matrix stack implemented.

git

2014-10-13 19:19

administrator   ~0033037

Branch CR24381 has been updated forcibly by duv.

SHA-1: 51262f0995c45278b16fec58631fffa252b1d597

duv

2014-10-13 19:21

developer   ~0033038

Dear kgv,

Please review the patch.

git

2014-10-15 19:51

administrator   ~0033173

Branch CR24381 has been updated by kgv.

SHA-1: bf4e2ac17359ffc027118264335a59011fc5ffd1


Detailed log of new commits:

Author: kgv
Date: Wed Oct 15 19:51:16 2014 +0400

    Move OpenGl_Quadric classes to dedicated files

Author: kgv
Date: Wed Oct 15 19:26:39 2014 +0400

    OpenGl_Quadric - inherit from OpenGl_PrimitiveArray, eliminate duplicated arrays

git

2014-10-15 20:43

administrator   ~0033175

Branch CR24381 has been updated by kgv.

SHA-1: 464bc9ec55403e70b0f5644210a1cac2be984855


Detailed log of new commits:

Author: kgv
Date: Wed Oct 15 20:43:45 2014 +0400

    OpenGl_Trihedron - fix memory leak on OpenGl_Quadric fields allocated dynamically

git

2014-10-16 11:56

administrator   ~0033184

Branch CR24381 has been updated by kgv.

SHA-1: 9e157d9d8cd101394533af51c83fa4641fa97651


Detailed log of new commits:

Author: kgv
Date: Thu Oct 16 11:56:45 2014 +0400

    cosmetics

Author: kgv
Date: Thu Oct 16 11:26:08 2014 +0400

    OpenGl_Trihedron::redrawZBuffer() - do not use glPushAttrib()/glPopAttrib()

git

2014-10-16 12:03

administrator   ~0033185

Branch CR24381_3 has been created by kgv.

SHA-1: e24ead629bf34add4c7891bc08613164fd392e1d


Detailed log of new commits:

Author: duv
Date: Thu Oct 16 12:01:51 2014 +0400

    0024381: TKOpenGl - revise matrices stack and usage of temporary matrices

git

2014-10-16 13:04

administrator   ~0033198

Branch CR24381_3 has been updated by kgv.

SHA-1: d60240d1aab415bad18064de964063efbd38de32


Detailed log of new commits:

Author: kgv
Date: Thu Oct 16 13:04:42 2014 +0400

    NCollection_Mat4 - fix new compilation errors and warnings

git

2014-10-16 14:30

administrator   ~0033211

Branch CR24381_3 has been updated by kgv.

SHA-1: 04dca294a16c58ffc78763c5b259a2d962dbddbf


Detailed log of new commits:

Author: kgv
Date: Thu Oct 16 14:30:23 2014 +0400

    OpenGl_Utils - fix compilation errors on gcc

git

2014-10-16 14:59

administrator   ~0033213

Branch CR24381_4 has been created by kgv.

SHA-1: f79cdaf9a69ca98d3030cc990ce4cce1e9ae7dcb


Detailed log of new commits:

Author: kgv
Date: Thu Oct 16 14:31:41 2014 +0400

    0024381: TKOpenGl - revise matrices stack and usage of temporary matrices

Author: kgv
Date: Wed Oct 8 12:29:47 2014 +0400

    0025303: Visualization, TKOpenGl - dynamically disable unused light sources in generated GLSL program

git

2014-10-16 15:23

administrator   ~0033214

Branch CR24381_4 has been updated by kgv.

SHA-1: d3038fc5cb96308c64693165651e4feb301be1e9


Detailed log of new commits:

Author: kgv
Date: Thu Oct 16 15:23:21 2014 +0400

    OpenGl_Context::ApplyModelViewMatrix() - fix compiler warning on Android

kgv

2014-10-16 15:24

developer   ~0033215

Please test the patch in branch CR24381_4.

apv

2014-10-17 19:42

tester   ~0033292

Dear kgv,

Please rebase branch CR24381_4 to new master.

git

2014-10-20 10:13

administrator   ~0033308

Branch CR24381_5 has been created by kgv.

SHA-1: 2ede62fc94a047ef51b6f813ede4171c9f8684f7


Detailed log of new commits:

Author: duv
Date: Thu Oct 16 14:31:41 2014 +0400

    0024381: TKOpenGl - revise matrices stack and usage of temporary matrices

kgv

2014-10-20 10:14

developer   ~0033309

Please test branch CR24381_5.

apv

2014-10-22 13:26

tester   ~0033545

Dear BugMaster,

Branch CR24381_5 was compiled on Linux platform.
There are following compilation errors:
http://jenkins-test-02.nnov.opencascade.com/user/mnt/my-views/view/CR24381_5/job/mnt-CR24381_5-master_build_occt_linux/2/parsed_console/
1. ../../../../inc/OpenGl_GlFunctions.hxx:1038: error: ‘PFNGLBINDFRAGDATALOCATIONINDEXEDPROC’ does not name a type
2. ../../../../inc/OpenGl_GlFunctions.hxx:1039: error: ‘PFNGLGETFRAGDATAINDEXPROC’ does not name a type
3. ../../../../inc/OpenGl_GlFunctions.hxx:1043: error: ‘PFNGLGENSAMPLERSPROC’ does not name a type
...
Total: 260 errors

git

2014-10-22 14:13

administrator   ~0033554

Branch CR24381_5 has been updated by kgv.

SHA-1: 2f2a6a524b44f8d7e6e1f843cb40c43dac4a05fd


Detailed log of new commits:

Author: kgv
Date: Wed Oct 22 14:13:41 2014 +0400

    OpenGl_Window - revert header inclusion order change

kgv

2014-10-22 14:14

developer   ~0033555

Please try updated branch.

apv

2014-10-23 12:27

tester   ~0033624

Dear BugMaster,

Branch CR24381_5 (and products from GIT master) was compiled on Linux, MacOS and Windows platforms and tested.
SHA-1: 2f2a6a524b44f8d7e6e1f843cb40c43dac4a05fd

Number of compiler warnings:
occt component:
   Linux: 15 (15 on master)
   Windows: 0 (0 on master)
products component:
   Linux: 11 (11 on master)
   Windows: 1 (1 on master)

Regressions/Differences:
Not detected

Testing cases:
Not needed

Testing on Linux:
Total MEMORY difference: 368829344 / 368919864
Total CPU difference: 47217.09000000007 / 44655.71000000001

Testing on Windows:
Total MEMORY difference: 368829344 / 368919864
Total CPU difference: 47217.09000000007 / 44655.71000000001

There are differences in images found by testdiff:
http://occt-tests/CR24381-5-master-occt/Debian60-64/diff-Debian60-64.html
http://occt-tests/CR24381-5-master-occt/Windows-32-VC10/diff-Windows-32-VC10.html
Pay attention to (Linux only):
demo samples dimensions
bugs vis bug25132, bug22368, bug23120, bug24901, bug24224, bug25276, bug23120, bug24902, bug223

git

2014-10-24 15:38

administrator   ~0033688

Branch CR24381_6 has been created by dbp.

SHA-1: ffd7e5c4d4ad82a1bebd67d5ef089b81fe4008ec


No new revisions were added by this update.

git

2014-10-24 17:45

administrator   ~0033695

Branch CR24381_6 has been updated forcibly by dbp.

SHA-1: 9914f11348eac6b4e0a26e63d1056d06bfc51d46

dbp

2014-10-24 17:48

developer   ~0033696

Dear bugmaster,

please re-test the patch in branch CR24381_6.

git

2014-10-24 19:35

administrator   ~0033704

Branch CR24381_6 has been updated by dbp.

SHA-1: d8600b617967b83740ec98d197f5bc1ce3d960dd


Detailed log of new commits:

Author: dbp
Date: Fri Oct 24 19:35:06 2014 +0400

    Fix problem with capping surfaces.

git

2014-10-27 12:04

administrator   ~0033716

Branch CR24381_6 has been updated forcibly by dbp.

SHA-1: 72039a51bd1f41838a1b39bedc751d432a0ba97c

apv

2014-10-28 15:11

tester   ~0033774

Dear BugMaster,

Branch CR24381_6 (and products from GIT master) was compiled on Linux, MacOS and Windows platforms and tested.
SHA-1: 72039a51bd1f41838a1b39bedc751d432a0ba97c

Number of compiler warnings:
occt component:
   Linux: 18 (18 on master)
   Windows: 0 (0 on master)
products component:
   Linux: 11 (11 on master)
   Windows: 1 (1 on master)

Regressions/Differences:
Not detected

Testing cases:
Not needed

Testing on Linux:
Total MEMORY difference: 372387260 / 371798320
Total CPU difference: 48110.360000000175 / 48296.50000000005

Testing on Windows:
Total MEMORY difference: 275266560 / 273087684
Total CPU difference: 45199.390625 / 37050.84375

There are differences in images found by testdiff:
http://occt-tests/CR24381-6-master-occt/Debian60-64/diff-Debian60-64.html
http://occt-tests/CR24381-6-master-occt/Windows-32-VC10/diff-Windows-32-VC10.html
Pay attention to:
bugs vis bug25276, bug22337

git

2014-10-30 18:46

administrator   ~0033906

Branch CR24381_6 has been updated by kgv.

SHA-1: 1a6ee0a38e37c860108eda3cbad0ddd61bc6baef


Detailed log of new commits:

Author: kgv
Date: Thu Oct 30 19:42:46 2014 +0400

    OpenGl_View::ReleaseGlResources() - release GL resources of trihedron, do not destroy it

git

2014-10-31 10:37

administrator   ~0033923

Branch CR24381_7 has been created by kgv.

SHA-1: 28746337be1be156ded4238dabcc151e4ce60e3e


No new revisions were added by this update.

git

2014-10-31 10:59

administrator   ~0033925

Branch CR24381_7 has been updated by kgv.

SHA-1: a995ce3b55e2969497880e939ef0ef92496d8bc3


Detailed log of new commits:

Author: duv
Date: Fri Oct 31 10:29:51 2014 +0300

    0024381: Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
    0025301: Visualization, TKOpenGl - transpose matrix manually before glUniformMatrix4fv()
    
    OpenGl_View::ReleaseGlResources() - release GL resources of trihedron, do not destroy it

git

2014-11-03 20:33

administrator   ~0034011

Branch CR24381_8 has been created by kgv.

SHA-1: 05c3eb43779c38a9cffc0759d09c47a1a323aef5


Detailed log of new commits:

Author: kgv
Date: Mon Nov 3 20:32:37 2014 +0300

    OpenGl_Structure::Render() - fix rebase issue

Author: duv
Date: Fri Oct 31 10:29:51 2014 +0300

    0024381: Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
    0025301: Visualization, TKOpenGl - transpose matrix manually before glUniformMatrix4fv()
    
    OpenGl_View::ReleaseGlResources() - release GL resources of trihedron, do not destroy it

git

2014-11-03 23:16

administrator   ~0034012

Branch CR24381_8 has been updated by kgv.

SHA-1: e6caba77f5926a28db5f26a3ae6917d4e99d9f33


Detailed log of new commits:

Author: kgv
Date: Mon Nov 3 23:15:55 2014 +0300

    OpenGl_View::RedrawScene() - compute proper projection matrix within printer context

git

2014-11-03 23:22

administrator   ~0034013

Branch CR24381_9 has been created by kgv.

SHA-1: 7464e61bec1cd49288a923129325b945e8729ab4


Detailed log of new commits:

Author: duv
Date: Mon Nov 3 23:18:25 2014 +0300

    0024381: Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
    0025301: Visualization, TKOpenGl - transpose matrix manually before glUniformMatrix4fv()
    
    OpenGl_View::ReleaseGlResources() - release GL resources of trihedron, do not destroy it

kgv

2014-11-03 23:24

developer   ~0034014

> Pay attention to: bugs vis bug25276, bug22337
Regressions should be fixed now, please test branch CR24381_9.

git

2014-11-05 11:20

administrator   ~0034022

Branch CR24381_9_CR25438 has been created by inv.

SHA-1: 4963d2e9a96719bee818cc80af08fc529ffcbb33


Detailed log of new commits:

Author: kgv
Date: Fri Oct 31 15:33:12 2014 +0300

    0025438: Visualization, TKOpenGl - always setup viewport within OpenGl_Workspace::Redraw()

apv

2014-11-05 17:24

tester   ~0034063

Dear BugMaster,

Branch CR24381_9_CR25438 (and products from GIT master) was compiled on Linux and Windows platforms and tested.
SHA-1: 4963d2e9a96719bee818cc80af08fc529ffcbb33

Number of compiler warnings:
occt component:
   Linux: 18 (18 on master)
   Windows: 0 (0 on master)
products component:
   Linux: 11 (11 on master)
   Windows: 1 (1 on master)

Regressions/Differences:
Not detected

Testing cases:
Not needed

Testing on Linux:
Total MEMORY difference: 372579184 / 373127428
Total CPU difference: 46335.78999999996 / 48561.70000000008

Testing on Windows:
Total MEMORY difference: 274595460 / 274441904
Total CPU difference: 33781.921875 / 34083.171875

git

2014-11-10 09:57

administrator   ~0034182

Branch CR24381 has been deleted by kgv.

SHA-1: 9e157d9d8cd101394533af51c83fa4641fa97651

git

2014-11-10 09:57

administrator   ~0034183

Branch CR24381_1 has been deleted by kgv.

SHA-1: ad06e96db88ab231559a2015820bd07bdda7ad73

git

2014-11-10 09:57

administrator   ~0034184

Branch CR24381_2 has been deleted by kgv.

SHA-1: b4a9292b2a9477566dadcea23d063ba605890e2d

git

2014-11-10 09:57

administrator   ~0034185

Branch CR24381_3 has been deleted by kgv.

SHA-1: 04dca294a16c58ffc78763c5b259a2d962dbddbf

git

2014-11-10 09:57

administrator   ~0034186

Branch CR24381_4 has been deleted by kgv.

SHA-1: d3038fc5cb96308c64693165651e4feb301be1e9

git

2014-11-10 09:57

administrator   ~0034187

Branch CR24381_5 has been deleted by kgv.

SHA-1: 2f2a6a524b44f8d7e6e1f843cb40c43dac4a05fd

git

2014-11-10 09:57

administrator   ~0034188

Branch CR24381_6 has been deleted by kgv.

SHA-1: 1a6ee0a38e37c860108eda3cbad0ddd61bc6baef

git

2014-11-10 09:57

administrator   ~0034189

Branch CR24381_7 has been deleted by kgv.

SHA-1: a995ce3b55e2969497880e939ef0ef92496d8bc3

git

2014-11-10 09:57

administrator   ~0034190

Branch CR24381_8 has been deleted by kgv.

SHA-1: e6caba77f5926a28db5f26a3ae6917d4e99d9f33

git

2014-11-12 09:02

administrator   ~0034264

Branch CR24381_9 has been deleted by kgv.

SHA-1: 7464e61bec1cd49288a923129325b945e8729ab4

git

2014-11-12 09:02

administrator   ~0034265

Branch CR24381_9_CR25438 has been deleted by kgv.

SHA-1: 4963d2e9a96719bee818cc80af08fc529ffcbb33

Related Changesets

occt: master c827ea3a

2014-11-03 20:18:25

duv


Committer: bugmaster Details Diff
0024381: Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
0025301: Visualization, TKOpenGl - transpose matrix manually before glUniformMatrix4fv()

OpenGl_View::ReleaseGlResources() - release GL resources of trihedron, do not destroy it
Affected Issues
0024381
mod - src/NCollection/NCollection_Mat4.hxx Diff File
mod - src/OpenGl/FILES Diff File
mod - src/OpenGl/OpenGl_CappingAlgo.cxx Diff File
mod - src/OpenGl/OpenGl_Clipping.cxx Diff File
mod - src/OpenGl/OpenGl_Context.cxx Diff File
mod - src/OpenGl/OpenGl_Context.hxx Diff File
add - src/OpenGl/OpenGl_Cylinder.cxx Diff File
add - src/OpenGl/OpenGl_Cylinder.hxx Diff File
add - src/OpenGl/OpenGl_Disk.cxx Diff File
add - src/OpenGl/OpenGl_Disk.hxx Diff File
mod - src/OpenGl/OpenGl_Flipper.cxx Diff File
mod - src/OpenGl/OpenGl_GraduatedTrihedron.cxx Diff File
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx Diff File
mod - src/OpenGl/OpenGl_PrinterContext.cxx Diff File
mod - src/OpenGl/OpenGl_PrinterContext.hxx Diff File
add - src/OpenGl/OpenGl_Quadric.cxx Diff File
add - src/OpenGl/OpenGl_Quadric.hxx Diff File
mod - src/OpenGl/OpenGl_ShaderManager.cxx Diff File
mod - src/OpenGl/OpenGl_ShaderManager.hxx Diff File
mod - src/OpenGl/OpenGl_ShaderProgram.cxx Diff File
mod - src/OpenGl/OpenGl_ShaderProgram.hxx Diff File
mod - src/OpenGl/OpenGl_ShaderStates.cxx Diff File
mod - src/OpenGl/OpenGl_ShaderStates.hxx Diff File
add - src/OpenGl/OpenGl_Sphere.cxx Diff File
add - src/OpenGl/OpenGl_Sphere.hxx Diff File
mod - src/OpenGl/OpenGl_Structure.cxx Diff File
mod - src/OpenGl/OpenGl_Text.cxx Diff File
mod - src/OpenGl/OpenGl_Text.hxx Diff File
mod - src/OpenGl/OpenGl_Trihedron.cxx Diff File
mod - src/OpenGl/OpenGl_Trihedron.hxx Diff File
add - src/OpenGl/OpenGl_Utils.hxx Diff File
mod - src/OpenGl/OpenGl_View.cxx Diff File
mod - src/OpenGl/OpenGl_View.hxx Diff File
mod - src/OpenGl/OpenGl_View_2.cxx Diff File
mod - src/OpenGl/OpenGl_Window.cxx Diff File
mod - src/OpenGl/OpenGl_Workspace.cxx Diff File
mod - src/OpenGl/OpenGl_Workspace_5.cxx Diff File
mod - src/OpenGl/OpenGl_Workspace_Raytrace.cxx Diff File

Issue History

Date Modified Username Field Change
2013-11-19 16:42 kgv New Issue
2013-11-19 16:42 kgv Assigned To => san
2014-04-04 18:32 abv Target Version 6.7.1 => 6.8.0
2014-08-18 17:33 kgv Relationship added related to 0025162
2014-10-02 15:31 kgv Assigned To san => dbp
2014-10-02 15:31 kgv Status new => assigned
2014-10-02 15:31 kgv Description Updated
2014-10-03 11:17 git Note Added: 0032615
2014-10-03 13:30 git Note Added: 0032626
2014-10-03 14:42 git Note Added: 0032635
2014-10-03 15:13 git Note Added: 0032642
2014-10-03 16:08 git Note Added: 0032648
2014-10-06 10:32 dbp Note Added: 0032688
2014-10-06 10:32 dbp Assigned To dbp => duv
2014-10-06 10:32 dbp Status assigned => feedback
2014-10-06 12:40 kgv Relationship added related to 0025328
2014-10-09 18:40 git Note Added: 0032941
2014-10-09 18:40 duv Status feedback => assigned
2014-10-13 19:19 git Note Added: 0033037
2014-10-13 19:21 duv Note Added: 0033038
2014-10-13 19:21 duv Assigned To duv => kgv
2014-10-13 19:21 duv Status assigned => resolved
2014-10-15 19:51 git Note Added: 0033173
2014-10-15 20:43 git Note Added: 0033175
2014-10-16 11:56 git Note Added: 0033184
2014-10-16 12:03 git Note Added: 0033185
2014-10-16 13:04 git Note Added: 0033198
2014-10-16 14:30 git Note Added: 0033211
2014-10-16 14:59 git Note Added: 0033213
2014-10-16 15:23 git Note Added: 0033214
2014-10-16 15:24 kgv Note Added: 0033215
2014-10-16 15:24 kgv Assigned To kgv => bugmaster
2014-10-16 15:24 kgv Status resolved => reviewed
2014-10-17 15:29 apv Assigned To bugmaster => apv
2014-10-17 19:42 apv Note Added: 0033292
2014-10-17 19:42 apv Assigned To apv => kgv
2014-10-17 19:42 apv Status reviewed => feedback
2014-10-20 10:13 git Note Added: 0033308
2014-10-20 10:14 kgv Note Added: 0033309
2014-10-20 10:14 kgv Assigned To kgv => bugmaster
2014-10-20 10:14 kgv Priority normal => high
2014-10-20 10:14 kgv Status feedback => reviewed
2014-10-20 12:09 apv Assigned To bugmaster => apv
2014-10-22 13:26 apv Note Added: 0033545
2014-10-22 13:26 apv Assigned To apv => kgv
2014-10-22 13:26 apv Status reviewed => assigned
2014-10-22 14:13 git Note Added: 0033554
2014-10-22 14:14 kgv Note Added: 0033555
2014-10-22 14:14 kgv Assigned To kgv => apv
2014-10-22 14:14 kgv Status assigned => resolved
2014-10-22 14:14 kgv Status resolved => reviewed
2014-10-23 11:28 apv Test case number => Not needed
2014-10-23 12:27 apv Note Added: 0033624
2014-10-23 12:27 apv Assigned To apv => kgv
2014-10-23 12:27 apv Status reviewed => assigned
2014-10-24 15:38 git Note Added: 0033688
2014-10-24 17:45 git Note Added: 0033695
2014-10-24 17:47 dbp Assigned To kgv => dbp
2014-10-24 17:47 dbp Status assigned => resolved
2014-10-24 17:48 dbp Note Added: 0033696
2014-10-24 17:48 dbp Assigned To dbp => bugmaster
2014-10-24 17:48 dbp Status resolved => reviewed
2014-10-24 18:47 apv Assigned To bugmaster => apv
2014-10-24 19:35 git Note Added: 0033704
2014-10-27 12:04 git Note Added: 0033716
2014-10-27 12:07 dbp Relationship added parent of 0025301
2014-10-28 15:11 apv Note Added: 0033774
2014-10-28 15:11 apv Assigned To apv => dbp
2014-10-28 15:11 apv Status reviewed => assigned
2014-10-30 18:46 git Note Added: 0033906
2014-10-31 10:37 git Note Added: 0033923
2014-10-31 10:59 git Note Added: 0033925
2014-10-31 11:03 kgv Summary TKOpenGl - revise matrices stack and usage of temporary matrices => Visualization, TKOpenGl - revise matrices stack and usage of temporary matrices
2014-11-03 20:33 git Note Added: 0034011
2014-11-03 23:16 git Note Added: 0034012
2014-11-03 23:22 git Note Added: 0034013
2014-11-03 23:24 kgv Note Added: 0034014
2014-11-03 23:24 kgv Assigned To dbp => bugmaster
2014-11-03 23:24 kgv Status assigned => resolved
2014-11-03 23:24 kgv Status resolved => reviewed
2014-11-05 11:20 git Note Added: 0034022
2014-11-05 17:24 apv Note Added: 0034063
2014-11-05 17:24 apv Status reviewed => tested
2014-11-06 15:18 bugmaster Changeset attached => occt master c827ea3a
2014-11-06 15:18 bugmaster Status tested => verified
2014-11-06 15:18 bugmaster Resolution open => fixed
2014-11-10 09:57 git Note Added: 0034182
2014-11-10 09:57 git Note Added: 0034183
2014-11-10 09:57 git Note Added: 0034184
2014-11-10 09:57 git Note Added: 0034185
2014-11-10 09:57 git Note Added: 0034186
2014-11-10 09:57 git Note Added: 0034187
2014-11-10 09:57 git Note Added: 0034188
2014-11-10 09:57 git Note Added: 0034189
2014-11-10 09:57 git Note Added: 0034190
2014-11-11 12:42 aiv Fixed in Version => 6.8.0
2014-11-11 13:03 aiv Status verified => closed
2014-11-12 09:02 git Note Added: 0034264
2014-11-12 09:02 git Note Added: 0034265
2014-11-14 17:23 kgv Relationship added parent of 0025483
2014-11-20 11:35 kgv Relationship added related to 0025500
2014-12-09 18:00 kgv Relationship added related to 0025580
2015-02-25 14:55 kgv Relationship added related to 0025867
2015-05-29 12:18 kgv Relationship added related to 0026276
2015-11-05 11:50 kgv Relationship added related to 0026844