John Kessenich
|
ad7645f4f5
|
Fix #1360: uint->int width conversions must still be typed as uint.
|
2018-06-04 20:09:30 -06:00 |
|
John Kessenich
|
d6c975572e
|
Change the major revision number for next commit.
|
2018-06-04 15:33:31 -06:00 |
|
Jeff Bolz
|
af7a94876c
|
Add bit width of types to disassembleInstruction
|
2018-05-24 21:08:20 -05:00 |
|
John Kessenich
|
647fccaf2f
|
AST: Fix shift conversions, which don't require matching types.
The base and shift amount need to be integers, but not of the same type.
This fixes #1296 and replaces #1297.
|
2018-03-15 21:11:36 -06:00 |
|
John Kessenich
|
ac3707921e
|
Revert the commits that change OpArrayLength type and bumped the version number.
Now, version 5.* is all connected to making the uint type, which doesn't quite work.
Generator versions 4 and 6 do not do this.
|
2018-03-07 11:48:25 -07:00 |
|
John Kessenich
|
66011cb2c2
|
SPV: Implement Vulkan 1.1 features and extensions.
|
2018-03-06 16:12:04 -07:00 |
|