Mateusz Kielan
Mateusz Kielan
## Description Shared libs config for Win32, Linux and Android. ## Description of the related problem Currently builds of Nabla incl. samples can be in excess of 50 GB, using...
## Describe the bug OpenGL backend no longer plays nicely with OpenCL and CUDA ## Background https://github.com/Devsh-Graphics-Programming/Nabla/pull/28#discussion_r561240809 ## Environment OpenGL with Windows and X11 ES and Vulkan not necessary.
## Description Right now cmd buffer records commands into an `std::vector` making little use of the command pool's memory blocks except for placing variable length arguments into it, it also...
## Vulkan Port - [ ] Use single 64-sized workgroup compute shader to do iterative raytracing with ray queries ## Usability - [x] No more visbuffer raster - [ ]...
# (A) Extensions I'm sure that are NOT in GLES 3.1 core https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_compressed_3DC_texture.txt https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_compressed_ATC_texture.txt https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_compression_dxt1.txt https://www.khronos.org/registry/OpenGL/extensions/NV/NV_texture_compression_s3tc.txt https://www.khronos.org/registry/OpenGL/extensions/NV/NV_texture_compression_s3tc_update.txt https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_compression_s3tc.txt https://www.khronos.org/registry/OpenGL/extensions/IMG/IMG_texture_compression_pvrtc.txt https://www.khronos.org/registry/OpenGL/extensions/ANGLE/ANGLE_texture_compression_dxt.txt https://www.khronos.org/registry/OpenGL/extensions/OES/OES_texture_compression_astc.txt https://www.khronos.org/registry/OpenGL/extensions/KHR/KHR_texture_compression_astc_hdr.txt https://www.khronos.org/registry/OpenGL/extensions/NV/NV_texture_compression_latc.txt https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_pvrtc_sRGB.txt https://www.khronos.org/registry/OpenGL/extensions/IMG/IMG_texture_compression_pvrtc2.txt https://www.khronos.org/registry/OpenGL/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt (its not etc2) https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_compression_s3tc_srgb.txt...
## Description Implement the 2nd order scattering with specular tangent microfacet, eq 23 ## Description of the related problem ### Smooth Shading Normals Feasibility study Implement on a small low...
## Describe the bug Right now per-pixel derivative tangent frame calculation is invariant to UV or position scaling. Bump ~~scale~~ height should be given relative to modelspace coordinates, i.e. a...
## Description We want to reduce the unholy and ungodly Preprocessor Macro usage, ## Description of the related problem GLSL is ugly and verbose, we want to use HLSL2021 whenever...
## Description System must take as input: - List of active light indices as SSBO - PRoperty Pool of Lights - ~~ZBuffer or Hi-Z buffer (needs to be of the...
## Description As it stands right now, the user must preallocate and provide the Bone Translation Table offset via either per-object or per-view-per-object data to the skinning compute or vertex...