Results 12 issues of Diligent Graphics

Install command installs `concrt140.dll`, `msvcp140.dll`, and `vcruntime140.dll` to `bin` folder even when `OPENJPEG_SKIP_INSTALL` is set to `FALSE`. Is there a way to disable this or at least where in the...

Public header file `openjpeg.h` indirectly includes `opj_config.h` (`openjpeg.h` -> `opj_stdint.h` -> `opj_config.h`) which makes source tree dependent on the build tree and requires projects that include the file add corresponding...

The project uses very generic CMake options such as `BUILD_SHARED_LIBS` that may clash with other options when the project is included into larger projects. It is preferable to namespace build...

This requires using some sort of software implementation such as [llvmpipe](https://www.mesa3d.org/llvmpipe.html). Unfortunately, llvmpipe only implements OpenGL 3.3, though missing features might not be a bing problem, see [here](https://mesamatrix.net).

enhancement

enhancement

enhancement
help wanted

- ESM: http://jankautz.com/publications/esm_gi08.pdf - MSM: http://cg.cs.uni-bonn.de/en/publications/paper-details/peters-2015-msm/ Also, add two-sided shadow map rendering mode

enhancement

I see a crash in `OS_GetTLSValue`, line 148: `Assertion failed: (nIndex != OS_INVALID_TLS_INDEX), function OS_GetTLSValue, file glslang/glslang/OSDependent/Unix/ossource.cpp, line 148.` Stack trace: ``` #0 0x00007fff7467db66 in __pthread_kill () #1 0x0000000104e0d0f0 in...

bug
Infrastructure