Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into public
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosters committed Aug 17, 2022
2 parents 88fa7e2 + ad9d812 commit 42cfd3a
Show file tree
Hide file tree
Showing 3,693 changed files with 247,705 additions and 114,139 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ cryptopp/linux/*/lib/libcryptopp.a
opencv/ffmpeg
opencv/nap-cmake
docker_images/cmake
*.swp
3 changes: 1 addition & 2 deletions SPIRV-cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ RUN \
cd ${src_dir} && \
mkdir build && \
cd build && \
cmake ../ -DCMAKE_INSTALL_PREFIX=${inst_dir} -DSPIRV_CROSS_FORCE_PIC=ON && \
cmake ../ -DCMAKE_INSTALL_PREFIX=${inst_dir} -DSPIRV_CROSS_FORCE_PIC=ON -DCMAKE_BUILD_TYPE=Release && \
cmake --build . --config Release --target install -- -j `nproc` && \
cmake --build . --config Debug --target install -- -j `nproc` && \
rm -rf ${src_dir}

FROM scratch
Expand Down
Binary file modified SPIRV-cross/linux/arm64/bin/spirv-cross
Binary file not shown.
29 changes: 6 additions & 23 deletions SPIRV-cross/linux/arm64/include/spirv_cross/GLSL.std.450.h
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
/*
** Copyright (c) 2014-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and/or associated documentation files (the "Materials"),
** to deal in the Materials without restriction, including without limitation
** the rights to use, copy, modify, merge, publish, distribute, sublicense,
** and/or sell copies of the Materials, and to permit persons to whom the
** Materials are furnished to do so, subject to the following conditions:
**
** The above copyright notice and this permission notice shall be included in
** all copies or substantial portions of the Materials.
**
** MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
** STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
** HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
** FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
** IN THE MATERIALS.
* Copyright 2014-2016,2021 The Khronos Group, Inc.
* SPDX-License-Identifier: MIT
*
* MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
* STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
* HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
*/

#ifndef GLSLstd450_H
Expand Down
Loading

0 comments on commit 42cfd3a

Please sign in to comment.