List of commits:
Subject Hash Author Date (UTC)
typos 729922e37ff800683763794352533924250e8579 Sylvain BERTRAND 2019-11-17 16:33:36
braindead partial spir-v disassembler a347cbcc8284301ad6989d486373f0d2ffb9657c Sylvain BERTRAND 2019-11-16 17:48:29
Initial commit 1cd013eaa1466522d61c7b0e64d5858055fedbfa Sylvain BERTRAND 2019-10-25 18:49:16
Commit 729922e37ff800683763794352533924250e8579 - typos
Author: Sylvain BERTRAND
Author date (UTC): 2019-11-17 16:33
Committer name: Sylvain BERTRAND
Committer date (UTC): 2019-11-17 16:33
Parent(s): a347cbcc8284301ad6989d486373f0d2ffb9657c
Signer:
Signing key:
Signing status: N
Tree: 0f1b2e3b2236c6191113e9886177a102105c3683
File Lines added Lines deleted
spirv/dis/dis.c 1 1
File spirv/dis/dis.c changed (mode: 100644) (index c6ee9ab..150920b)
... ... static void op_vectorshuffle_out_depth(void)
1926 1926 { {
1927 1927 u16 i; u16 i;
1928 1928
1929 out_depth("%%%u = %s type=%%%u vector_0=%%%u vector_1=%%%u", opds[1], op_name, opds[0], opds[2], opds[3]);
1929 out_depth("%%%u = %s type=%%%u vector[0]=%%%u vector[1]=%%%u", opds[1], op_name, opds[0], opds[2], opds[3]);
1930 1930
1931 1931 i = 4; i = 4;
1932 1932 loop { loop {
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/vulkan-misc

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/vulkan-misc

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/vulkan-misc

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main