Thomas Ferrand
Thomas Ferrand
It would be a nice addition to be able to chain post processing operations to get for example a bloom effect but with ACES tone mapping. As I see things,...
Let's say I have an e-book file test.epub and my bookworm.db is empty. * I open my e-book -> works as expected ✔️ * Looking at the db, a row...
The following code something produces errors when using the CUDA backend: ```cpp #include #include using namespace cl::sycl; int main() { const int n = 10; float res[n]; std::vector shapes(n, 1);...
… generating a precompiled header Fix #1410
### How to reproduce ### 1. Have ccache configured to cache precompiled header (`sloppiness = time_macros, pch_defines`) 2. Have 3 files, PCH.h, PCH.cpp and source.cpp where both PCH.cpp and source.cpp...
A number of entities need to create `TextureMaterial` to wrap their `Texture` when calling `primitives`. The issue is that a lot of those `TextureMaterial` are created from the same `Texture`...
Another memory usage reduction PR. This time I changed Texture to use a generic `Image` interface instead of directly `BitmapImage` and I made a another implementation of this interface that...
…sourcemap is not inline Currently for the sourcemap generation, the `inline` option controls 2 independent behaviors: should the resulting sourcemap be included inline in the resulting .css as a data...