| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
We have an in-tree spirv.h now, just use that.
|
|
LUNARGLASS_REVISION=1070
GLSLANG_REVISION=30939
|
|
|
|
On MSVC++, need a check to make sure a list is of non-zero length
before attempting to iterate on it.
|
|
The upstream vulkan.h header removed maxLayerCount parameter
from vkEnumerateLayers. This patch implements that change
for the sample driver and layers.
|
|
Key error was MS's compiler not liking a variable named "interface". I renamed
it "sinterface", and the compiler was much happier.
|
|
|
|
This is part of r30446 on vulkan.h, discussed in bug 13632.
Meaty chunks of this commit done by Olv, basic hook up and testing by Cody.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|