summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Add basic support for SPV_KHR_shader_ballotDavid Neto1-5/+21
2016-09-11add spirv-dis/spirv-as support for emacs when loading .spv binariessteve-lunarg1-0/+1
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-0/+13
2016-09-02Add check_copyright to check or update copyright.David Neto1-0/+215
2016-09-02Fix Google copyright linesDavid Neto1-1/+1
2016-08-30Handle capabilities larger than value 63David Neto1-39/+7
2016-08-15Avoid race on mkdirDavid Neto2-5/+21
2016-08-05Create directory first if not existing and always refresh.Lei Zhang1-3/+11
2016-08-05Avoid redefining builtin dir.Lei Zhang1-13/+14
2016-06-15Fix ExtInst parsing: no IdRef* at endDavid Neto1-0/+16
2016-06-02Fix CHANGES file version parsing. -dev is optionalDavid Neto1-3/+3
2016-04-22Add CHANGES file with high level software historyDavid Neto1-13/+38
2016-04-22Make grammar-generation fail if over 64 capabilities.Dejan Mircevski1-0/+6
2016-04-18Make directories more safely.David Neto1-1/+3
2016-04-13Grammar update: OpPhi now uses PairIdRefIdRef as the last operand.Lei Zhang1-0/+2
2016-04-13Update the core grammar.Lei Zhang1-4/+4
2016-04-12Make paths to grammar output filesDavid Neto1-0/+17
2016-04-08Allow to only build certain grammar tables.Lei Zhang1-20/+44
2016-04-04Use JSON grammar files to generate extended instruction sets.Lei Zhang1-16/+83
2016-04-01Use the JSON grammar file to generate various info tables.Lei Zhang1-0/+292
2016-03-11Return str in describe() as said by the blurb.Lei Zhang1-10/+10
2016-03-11Fix the corner case in version generation script.Lei Zhang1-1/+2
2016-03-07Add comments to explain why calling decode().Lei Zhang1-0/+5
2016-03-06Run pyformat with -s 4 --force_quote_type=single.Lei Zhang1-4/+5
2016-03-06 Imporve compatibility with Python3.Lei Zhang1-2/+5
2016-02-24If no tag in the repo, then show the commit hashDavid Neto1-6/+28
2016-02-23Use subprocess.Popen, hoping for Windows portabilityDavid Neto1-2/+4
2016-02-23Implement --version for spirv-toolsqining1-0/+52