non port: devel/spirv-tools/Makefile |
Number of commits found: 10 |
Wednesday, 23 Dec 2020
|
20:11 jbeich
devel/vulkan-*: take maintainership
PR: 251698
Suggested by: Greg V (previous maintainer)
 |
Thursday, 10 Dec 2020
|
00:39 jbeich
devel/vulkan-*: update to 1.2.162
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.2.154.0...v1.2.162
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.2.154.1...v1.2.162
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.2.154.0...v1.2.162
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.2.154.0...v1.2.162
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2020.4...v2020.6
PR: 251698
Approved by: Greg V <greg@unrelenting.technology> (maintainer)
 |
Thursday, 26 Nov 2020
|
00:30 jbeich
devel/vulkan-*: update to 1.2.154
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.2.135.0...sdk-1.2.154.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.2.135.0...sdk-1.2.154.1
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.2.135.0...sdk-1.2.154.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.2.135.0...sdk-1.2.154.0
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2020.2...v2020.4
PR: 251345
Approved by: Greg V <greg@unrelenting.technology> (maintainer, earlier version)
Submitted by: Austin Shafer <ashafer@badland.io> (spirv-tools,
vulkan-validation-layers)
 |
Friday, 15 May 2020
|
03:26 jbeich
devel/vulkan-*: update to 1.2.135.0
Changes: https://github.com/KhronosGroup/glslang/compare/7.11.3214...8.13.3743
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/1.4.1...1.5.3
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2019.3...v2020.2
Changes: https://github.com/google/shaderc/compare/v2018.0...v2020.0
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.108.0...sdk-1.2.135.0
PR: 242775
Submitted by: Austin Shafer <ashafer@badland.io>
Approved by: Greg V <greg@unrelenting.technology> (maintainer)
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Thursday, 4 Jul 2019
|
20:24 jbeich
devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
 |
Friday, 4 Jan 2019
|
04:40 jbeich
devel/spirv-tools: update to 2018.6
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.4...v2018.6
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/ff684ff...4618b86e9e4b0
Submitted by: Greg V (maintainer)
Differential Revision: https://reviews.freebsd.org/D18711
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Monday, 3 Sep 2018
|
17:43 jbeich
Add Vulkan SDK ports
https://www.khronos.org/vulkan/
PR: 222175
Tested by: Johannes Lundberg <johalun0@gmail.com>
Submitted by: Greg V <greg@unrelenting.technology>
 |
Number of commits found: 10 |