Leszek Godlewski
Leszek Godlewski
An amalgamation of some other people's patches (credited) plus a bit of my work to get the thing to be easily built under Linux.
Steps to reproduce: 1) check out and build my DDS branch (https://github.com/inequation/oiio/tree/dds), 2) iconvert any cube map (e.g. this one: http://www.speedyshare.com/files/29882163/Animus128.dds) from DDS back to DDS, 3) compare images with...
This ensures useful source line association for other tools, such as [AMDVLK's fork of SPIRV-LLVM-Translator](https://github.com/GPUOpen-Drivers/llpc/blob/2bd4eb104a93a61614f398826814e60cfc312fbc/llpc/translator/lib/SPIRV/SPIRVToLLVMDbgTran.cpp#L64). Emitting `OpLine` before `OpFunction` enables instructions generated automatically _in support of a function_ (such as...
This is one is more tricky than #15, but still in the same vein. While making an app that renders to a render target, and then binds that RT's colour...
Addressing #29. There's work left to be done if the extension is to work with both 2022+ and 2019-, as there have been breaking VS extension API changes (thanks Microsoft!),...