Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.13.3743 23 Dec 2020 20:12:36 |
jbeich |
devel/glslang: move to graphics/ where shaderc is |
8.13.3743 23 Dec 2020 20:11:49 |
jbeich |
devel/vulkan-*: take maintainership
PR: 251698
Suggested by: Greg V (previous maintainer) |
8.13.3743 15 May 2020 03:26:04 |
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) |
7.11.3214_1 26 Feb 2020 18:05:35 |
jbeich |
devel/glslang: unbreak with Clang 10
In file included from MachineIndependent/glslang.y:60:
In file included from glslang/MachineIndependent/SymbolTable.h:68:
In file included from glslang/MachineIndependent/../Include/Common.h:108:
glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is
a private member of 'glslang::TPoolAllocator'
void setAllocator(TPoolAllocator* a) { allocator = *a; }
~~~~~~~~~ ^ ~~
glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private
here
TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment
operator
^
Reported by: antoine (via bug 244251 exp-run) |
7.11.3214_1 26 Jul 2019 20:46:57 |
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 |
7.11.3214 04 Jul 2019 20:24:59 |
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) |
7.10.2984 04 Jan 2019 04:40:33 |
jbeich |
devel/glslang: update to 7.10.2984
Changes: https://github.com/KhronosGroup/glslang/compare/e0bc65b...7.10.2984
Submitted by: Greg V (maintainer)
Differential Revision: https://reviews.freebsd.org/D18712 |
6.2.2596.248_1 25 Dec 2018 20:25:40 |
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 |
6.2.2596.248_1 12 Dec 2018 01:35:36 |
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 |
6.2.2596.248 03 Sep 2018 17:43:50 |
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> |