diff --git a/shaderc.changes b/shaderc.changes index adab9e1..b1b08e3 100644 --- a/shaderc.changes +++ b/shaderc.changes @@ -2,30 +2,19 @@ Mon Aug 17 01:07:43 UTC 2020 - malcolmlewis@opensuse.org - Updated to release 2020.2: - * Remove VS2013 support. * Support both posix and non-posix MinGW toolchains. * Support optionally building Tint tooling for WGSL. * Add -h option to glslc, spvc; same as --help. - * Add source file license checker. - * BUILD.gn improvements. * 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 minimum buffer size for Dawn reflection. - Changes from release 2020.1: - * Added warning signs about unsupported downloads, - (gh#google/shaderc#1041). - * Added .NET bindings to README.md (gh#google/shaderc#1060). - * Only add -fPIC if supported by the compiler, - (gh#google/shaderc#1061). - * 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). + * Added warning signs about unsupported downloads. + * Removed Singleton pattern around access to glslang. + * Added concept of comparison sampler to API. + * Added support for options.hlsl.nonwritable_uav_texture_as_srv. + * Support forcing storage buffers to be always declared as UAV. - Rebase 0001-Use-system-third-party-libs.patch. -------------------------------------------------------------------