mpv-prescalers icon indicating copy to clipboard operation
mpv-prescalers copied to clipboard

prescalers for mpv, as user shaders

Results 4 mpv-prescalers issues
Sort by recently updated
recently updated
newest added

Throws error: ``` [vo/gpu/vulkan/libplacebo] shaderc output: [vo/gpu/vulkan/libplacebo] input:9: warning: '#extension' : extension not supported: GL_ARB_texture_buffer_object [vo/gpu/vulkan/libplacebo] shaderc: internal error: compilation succeeded but failed to optimize: In SPIR-V 1.6 or later,...

Hi, I was interested in trying to port RAVU to work with a program that needs LUTs in png format. Can you provide any guidance on generating/converting such a thing?...

I noticed that in your `ravu` branch, you have the `LICENSE` file set up for a BSD-3 clause license, but in your `master` branch, it instead refers to the LGPLv3...

Vulkan 1.3.255 is released with a new vendor neutral extension [VK_KHR_cooperative_matrix](https://github.com/KhronosGroup/GLSL/blob/master/extensions/khr/GLSL_KHR_cooperative_matrix.txt) for tensorcore-like fast matrix multiplication, which could possibly be used to speedup nnedi3. A basic `16x8x8 fp16` coopmatMulAdd is...