Age | Commit message (Collapse) | Author |
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
While waiting for the next native package's update, let's bring this one
on par.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
I must have forgotten to commit the sums, otherwise I would never had been
able to test it and install it locally.
My bad.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Update to 2022.4 and include the few modification brought in the native
package.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Remove version check on glslang and spirv-tools, since the needed versions
should be common now (and as it was removed previously in the native
package).
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Update .gitignore list
|
|
Fix dependency on SPIRV tools (lib32).
Modify how glslang is included.
Add a .gitignore file for sanity if somebody ever needs it outside of myself.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Since there is no distinct package to separate the libraries from the
executables, both should be kept in case someone should need any of them.
Use the same naming scheme as found in lib32-shaderc-git (there is no
naming convention for 32 bit executables on 64 bit architecture
to the best of my knowledges and searches).
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
As suggested by eschwartz, the "f" parameter can hide errors reported by
the rm command. So remove its use along with "share" in the folder list.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
I went over the folder change to fast in the previous commit and I had
wrongly modified the rm step. This restore the previous behavior and
restore the quotes in case we ever use a path containing a space (which
shouldn't have been removed in the first step).
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
And remove shaderc-2019.0-fix-build-against-new-glslang.patch. This has
been fixed on glslang's side.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Package needs latest glslang version.
Add patch to fix where new glslang puts its files and folders.
Add include path.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|
|
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
|