SHA256
1
0
forked from pool/shaderc

trim user-irrelevant log entries

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/shaderc?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2020-08-17 12:04:26 +00:00 committed by Git OBS Bridge
parent 1d0508a3f2
commit 4e56055d83

View File

@ -2,30 +2,19 @@
Mon Aug 17 01:07:43 UTC 2020 - malcolmlewis@opensuse.org Mon Aug 17 01:07:43 UTC 2020 - malcolmlewis@opensuse.org
- Updated to release 2020.2: - Updated to release 2020.2:
* Remove VS2013 support.
* Support both posix and non-posix MinGW toolchains. * Support both posix and non-posix MinGW toolchains.
* Support optionally building Tint tooling for WGSL. * Support optionally building Tint tooling for WGSL.
* Add -h option to glslc, spvc; same as --help. * Add -h option to glslc, spvc; same as --help.
* Add source file license checker.
* BUILD.gn improvements.
* Update to Glslang generator 9. * Update to Glslang generator 9.
* Add interface to support 16bit types in HLSL * Add interface to support 16-bit types in HLSL
* Add glslc hidden experimental option -mfmt=wgsl; requires Tint. * Add glslc hidden experimental option -mfmt=wgsl; requires Tint.
* Add minimum buffer size for Dawn reflection. * Add minimum buffer size for Dawn reflection.
- Changes from release 2020.1: - Changes from release 2020.1:
* Added warning signs about unsupported downloads, * Added warning signs about unsupported downloads.
(gh#google/shaderc#1041). * Removed Singleton pattern around access to glslang.
* Added .NET bindings to README.md (gh#google/shaderc#1060). * Added concept of comparison sampler to API.
* Only add -fPIC if supported by the compiler, * Added support for options.hlsl.nonwritable_uav_texture_as_srv.
(gh#google/shaderc#1061). * Support forcing storage buffers to be always declared as UAV.
* Removed Singleton pattern around access to glslang,
(gh#google/shaderc#1059).
* Added concept of comparison sampler to API,
(gh#google/shaderc#1036).
* Added support for options.hlsl.nonwritable_uav_texture_as_srv,
(gh#google/shaderc#1048).
* Support forcing storage buffers to be always declared as UAV,
(gh#google/shaderc#1076).
- Rebase 0001-Use-system-third-party-libs.patch. - Rebase 0001-Use-system-third-party-libs.patch.
------------------------------------------------------------------- -------------------------------------------------------------------