Accepting request 520115 from home:badshah400:branches: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. OBS-URL: https://build.opensuse.org/request/show/520115 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=93
This commit is contained in:
parent
26b244d770
commit
e15407aa50
3
VTK-8.0.1.tar.gz
Normal file
3
VTK-8.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49107352923dea6de05a7b4c3906aaf98ef39c91ad81c383136e768dcf304069
|
||||||
|
size 30870396
|
@ -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
|
Mon Aug 21 18:41:37 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Name: vtk-compat_gl
|
|||||||
%else
|
%else
|
||||||
Name: vtk
|
Name: vtk
|
||||||
%endif
|
%endif
|
||||||
Version: 8.0.0
|
Version: 8.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define series 8.0
|
%define series 8.0
|
||||||
# This is a variant BSD license, a cross between BSD and ZLIB.
|
# This is a variant BSD license, a cross between BSD and ZLIB.
|
||||||
|
21
vtk.changes
21
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
|
Mon Aug 21 18:41:37 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
2
vtk.spec
2
vtk.spec
@ -32,7 +32,7 @@ Name: vtk-compat_gl
|
|||||||
%else
|
%else
|
||||||
Name: vtk
|
Name: vtk
|
||||||
%endif
|
%endif
|
||||||
Version: 8.0.0
|
Version: 8.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define series 8.0
|
%define series 8.0
|
||||||
# This is a variant BSD license, a cross between BSD and ZLIB.
|
# This is a variant BSD license, a cross between BSD and ZLIB.
|
||||||
|
Loading…
Reference in New Issue
Block a user