Kasper Peeters
Kasper Peeters
I am getting 'Scissor rect validation failed assertion' errors with what seem to be uninitialised integer values for some of the rect components on Metal, since https://github.com/google/filament/pull/5644 landed. E.g. -[MTLDebugRenderCommandEncoder...
Since https://github.com/google/filament/pull/5710/commits/9000c255d09a6b9c5d48fa5265af05bc5979fb83 the Metal backend produces a black screen when the viewport is larger than the screen/framebuffer. Is that intentional? The OpenGL and Vulkan backends have no problem with this.
Running the modified `hello-pbr` of issue #4077 with a debug build of filament under Catalyst and doing a drag to trigger a `readPixels` leads to _validateGetBytes:65: failed assertion `GetBytes Validation...
This is a weird one. Using the WebGL version and a very basic material, Chrome and Firefox both throw the following error when compiling the shader source: WebGL: INVALID_VALUE: shaderSource:...
First a description of what **does** work: I have a satellite system which relays all outgoing mail to my mail-in-a-box server. That is, on the satellite I have relayhost =...
There is now a standalone C++ LaTeX rendering library which can talk to a Cairo backend: https://github.com/NanoMichael/MicroTeX. Include this so we can get rid of the dependence on a LaTeX...
Some properties, e.g. `Accent` or `LaTeXForm` cannot inherit up the tree. Right now, `Properties::get_with_pattern_ext` hardcodes these by doing an expensive dynamic cast, but this should be done by attaching the...
Some upgrade has messed up adwaita-icon-theme on homebrew, so that starting cadabra2-gtk leads to errors about loading various adwaita icons.
When the notebook view is split, opening a TeX cell to change the content only shows the input cell in one of the views.
We should not import any sympy symbols into the global namespace, to avoid people calling sympy functions on Cadabra expressions and expecting that to work in all situations. We then...