- 08 Mar, 2021 9 commits
-
-
Matthias Clasen authored
g-i: update distribute_natural_allocation annotation See merge request !3271
-
Matthias Clasen authored
Ngl clip classification See merge request !3274
-
Matthias Clasen authored
Add early acceptance checks for non-corner cases.
-
Matthias Clasen authored
Revert "ngl: Remove a few redundant checks" See merge request !3273
-
Matthias Clasen authored
This reverts commit 4375f8e3. These were not redundant after all, as pointed out by Timm.
-
Matthias Clasen authored
-
Matthias Clasen authored
Use the NO_CLIP and RECT_CLIP defines to make simpler shaders for these cases. Note: This does not work yet.
-
Matthias Clasen authored
Make ngl compile each shader three times. Once with #define NO_CLIP 1 once with #define RECT_CLIP 1 and once as before.
-
Matthias Clasen authored
Maintain the 'fully contained' information in the clip stack. This will let us pick simpler shaders in the future.
-
- 07 Mar, 2021 19 commits
-
-
Matthias Clasen authored
Remove invalid class macros See merge request !3270
-
Matthias Clasen authored
This function should live with the rest of the GskRoundedRect code in gskroundedrect.c.
-
Matthias Clasen authored
-
Bilal Elmoussaoui authored
-
Matthias Clasen authored
g-i: add missing since annotations for 4.2 See merge request !3268
-
Bilal Elmoussaoui authored
-
Matthias Clasen authored
icons: Rename two icons which had the wrong extension See merge request !3269
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuel Gil Peyrot authored
Fixes two warnings when opening the inspector on my PinePhone, these two files were attempted to be loaded as PNG (as per the extension) instead of SVG. Signed-off-by:
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
-
Christian Hergert authored
Ngl misc fixes See merge request !3267
-
Rūdolfs Mazurs authored
(cherry picked from commit 1d62020a)
-
Matthias Clasen authored
Handle colorstop overflow for radial gradients the same way we do for linear and conic gradients.
-
Matthias Clasen authored
We bail early on invisible nodes. No need to repeat that check in individual visit functions.
-
Matthias Clasen authored
Revert "flatpak: No need to build sassc anymore" See merge request !3266
-
Matthias Clasen authored
The various intersection function for rounded rects are precise. No need to add wordy disclaimers about the handling of the corners.
-
- 06 Mar, 2021 7 commits
-
-
Matthias Clasen authored
This reverts commit 9a540841.
-
Matthias Clasen authored
vulkan: Add visible fallback rendering See merge request !3264
-
Guillaume Bernard authored
(cherry picked from commit 5b18df9b)
-
Мирослав Николић authored
(cherry picked from commit b9a45142)
-
Changwoo Ryu authored
(cherry picked from commit 60a714a2)
-
Jordi Mas authored
-
Benjamin Otte authored
Requires pushing the GskTransform into the clipping code so that we can actually look at its category.
-
- 05 Mar, 2021 5 commits
-
-
Matthias Clasen authored
Hook up the "Show fallback rendering" switch for Vulkan. This brings home the sobering truth that the Vulkan renderer is doing *all* fallback, since we switched from offset nodes to transform nodes.
-
Matthias Clasen authored
Matthiasc/for master See merge request !3263
-
Matthias Clasen authored
-
Matthias Clasen authored
This was overlooked in 8e7e8210.
-
Matthias Clasen authored
Adwaita: Use transparent black for window border in dark too See merge request !3261
-