jansol
jansol
Since I like having open tools available (read: blender) here's a bunch of formats it supports: [IQM](http://sauerbraten.org/iqm/) provides a blender exporter for both the binary and text-based format in their...
Moved the playback side of things to polaris-web, since that's where it belongs. Now *scanning* replaygain for files that are missing the relevant tags would be relevant to this repo...
Similar issues on linux when the monitor is turned off or goes to sleep: when resuming, all alacritty windows have their font size halved until their windows are resized. Not...
With the `--target-trc=pq` and `--drm-send-hdr-meta` it makes my TV show its "HDR Enabled" overlay and definitely does *something* to the display, but I can't see anything interesting in the HDMI...
clCommandCopyBuffer crashes due to bad dst mem id and similarly clEnqueueCopyBuffer seems to not work correctly. Currently investigating what went wrong there.
> Fails to build the CQ test: Looks like it's picking up an old `CL/cl_ext.h` from your system instead of the one that PoCL ships.
I don't see any mechanism of determining their version besides the OpenCL major/minor version defines, so the only way to check whether specific extension functions are present that I can...
There are separate variables for *building PoCL* against system headers and *installing OpenCL headers* when installing PoCL. Building PoCL against system headers is futile at least on macOS - one...
While working on the next part I noticed there is a define for the extension in the header so I changed the test such that it gets skipped if the...
Aah okay, that makes sense then. In that case I think the solution of ifdef'ing the command buffers to just return a skip result when the extension is not available...