diff --git a/VTK-8.0.1.tar.gz b/VTK-8.0.1.tar.gz new file mode 100644 index 0000000..67977fb --- /dev/null +++ b/VTK-8.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49107352923dea6de05a7b4c3906aaf98ef39c91ad81c383136e768dcf304069 +size 30870396 diff --git a/vtk-compat_gl.changes b/vtk-compat_gl.changes index 6218625..5175f45 100644 --- a/vtk-compat_gl.changes +++ b/vtk-compat_gl.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 1 00:13:18 UTC 2017 - badshah400@gmail.com + +- Update to version 8.0.1: + * Fix QVTKOpenGLWidget rendering issues on Windows machines with + certain Intel graphics chips. This was a significant issue + that broke all rendering and resulted in a black screen. + * Fix data array range caching per finite component which would + otherwise cause considerable slow-downs when using data + arrays. + * Fix button and slider widgets to work in multi-viewport render + windows. Without this change the widgets would either be + placed in the wrong viewport or be non-interactive completely. + * Fix image XY sampling in the volume mapper when depth peeling + is enabled. + * Fix z-fighting issues with dual depth peeling between two + layers of geometry that are too close. + * Fix crash when reparenting the QVTKWidget to a different + window. The application would crash due to lack of OpenGL + resources for the reparented widget. + ------------------------------------------------------------------- Mon Aug 21 18:41:37 UTC 2017 - badshah400@gmail.com diff --git a/vtk-compat_gl.spec b/vtk-compat_gl.spec index ec04e66..7ed20b9 100644 --- a/vtk-compat_gl.spec +++ b/vtk-compat_gl.spec @@ -32,7 +32,7 @@ Name: vtk-compat_gl %else Name: vtk %endif -Version: 8.0.0 +Version: 8.0.1 Release: 0 %define series 8.0 # This is a variant BSD license, a cross between BSD and ZLIB. diff --git a/vtk.changes b/vtk.changes index 6218625..5175f45 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 1 00:13:18 UTC 2017 - badshah400@gmail.com + +- Update to version 8.0.1: + * Fix QVTKOpenGLWidget rendering issues on Windows machines with + certain Intel graphics chips. This was a significant issue + that broke all rendering and resulted in a black screen. + * Fix data array range caching per finite component which would + otherwise cause considerable slow-downs when using data + arrays. + * Fix button and slider widgets to work in multi-viewport render + windows. Without this change the widgets would either be + placed in the wrong viewport or be non-interactive completely. + * Fix image XY sampling in the volume mapper when depth peeling + is enabled. + * Fix z-fighting issues with dual depth peeling between two + layers of geometry that are too close. + * Fix crash when reparenting the QVTKWidget to a different + window. The application would crash due to lack of OpenGL + resources for the reparented widget. + ------------------------------------------------------------------- Mon Aug 21 18:41:37 UTC 2017 - badshah400@gmail.com diff --git a/vtk.spec b/vtk.spec index 88d343f..8dee8fc 100644 --- a/vtk.spec +++ b/vtk.spec @@ -32,7 +32,7 @@ Name: vtk-compat_gl %else Name: vtk %endif -Version: 8.0.0 +Version: 8.0.1 Release: 0 %define series 8.0 # This is a variant BSD license, a cross between BSD and ZLIB.