Levi Webb

Results 53 comments of Levi Webb

Are you on a driver that doesn't support this extension? Removing this call is sure to give rise to strange bugs that would be otherwise difficult to narrow down. If...

@quantum5 Attempting to use glMemoryBarrier instead, and if that doesn't exist, force-disabling `#request setaccelfft` would be the best solution to avoid any output actually breaking. Removing the `glTextureBarrierNV` on `amdgpu`...

Will be fixed in `2.0`. Still working on ironing out more serious issues on my local branch with the new renderer.

Ah, I didn't consider this when writing the `--pipe` flag and bindings. The reason why you currently can't do this is because `setbg` just sets the values for `glClear`, when...

I know this isn't particularly clear because I have paved the way for OSX support, but the requirements state: > Requirements: > > * [...] > * **Linux or BSD**...

I am re-visiting OSX support after I am complete with `glava-config` (nearly complete), `glava-obs`, and some minor module changes. I dug into what was required and it turns out it's...

@GingkathFox that's because some applications don't _support_ building under clang. BSD users are moving to Clang (and generally prefer it) and Apple has largely already done the same -- who...

I have had a few suggestions lately, but things like this take a bit of tweaking to get pleasing effects. I'm also juggling other tasks around right now and want...

`bars` currently doesn't allow this, and if I were to allow more precise rotation options it would be in the form of a separate projection feature (as in your image,...

You're running an old binary with a new set of configuration files. You need to re-install GLava if you are not using standalone builds straight from git. If the issue...