Accepting request 523056 from science

- 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.
- 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.

OBS-URL: https://build.opensuse.org/request/show/523056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtk?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2017-09-12 17:54:55 +00:00 committed by Git OBS Bridge
commit 578f28ab3d
6 changed files with 47 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7e727706fb689fb6fd764d3b47cac8f4dc03204806ff19a10dfd406c6072a27
size 30855576

3
VTK-8.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49107352923dea6de05a7b4c3906aaf98ef39c91ad81c383136e768dcf304069
size 30870396

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.