Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | ngl: Fix a rare assertion violationngl-crash | Matthias Clasen | 2021-04-12 | 1 | -1/+11 | |
* | | gsk/ngl: Build with G_DISABLE_ASSERT enabled | Emmanuele Bassi | 2021-04-12 | 1 | -1/+1 | |
* | | gsk: Avoid compiler warnings without assertions | Matthias Clasen | 2021-04-12 | 2 | -5/+2 | |
|/ | ||||||
* | gsk/ngl/fp16.c: Implement runtime F16C detection on MSVC | Chun-wei Fan | 2021-04-12 | 1 | -3/+60 | |
* | Merge branch 'ngl-shadow-fixes' into 'master' | Matthias Clasen | 2021-04-12 | 5 | -62/+110 | |
|\ | ||||||
| * | ngl: Fix unevenly scaled shadowsngl-shadow-fixes | Matthias Clasen | 2021-04-11 | 4 | -60/+65 | |
| * | ngl: Don't slice unsliceable shadows | Matthias Clasen | 2021-04-11 | 1 | -1/+11 | |
| * | ngl: Fix a case of flipped shadow | Matthias Clasen | 2021-04-11 | 1 | -1/+1 | |
| * | ngl: Add code to dump shadows | Matthias Clasen | 2021-04-11 | 1 | -0/+33 | |
* | | Merge branch 'shadow-reduction' into 'master' | Matthias Clasen | 2021-04-12 | 1 | -12/+18 | |
|\ \ | |/ |/| | ||||||
| * | gsk: Don't overshadowshadow-reduction | Matthias Clasen | 2021-04-09 | 1 | -12/+18 | |
* | | ngl: Allow passing bounds to update_clip | Matthias Clasen | 2021-04-11 | 1 | -5/+5 | |
* | | ngl: Small optimization for shadows | Matthias Clasen | 2021-04-11 | 1 | -46/+54 | |
* | | roundedrect: Speed up contains_rect and friends | Matthias Clasen | 2021-04-11 | 1 | -51/+77 | |
* | | ngl: Small optimization | Matthias Clasen | 2021-04-11 | 1 | -2/+9 | |
* | | ngl: Add a program change counterngl-coloring-underlines | Matthias Clasen | 2021-04-09 | 2 | -0/+6 | |
* | | ngl: Optimize underlines in text | Matthias Clasen | 2021-04-08 | 1 | -3/+41 | |
* | | ngl: Reserve a pixel in texture atlases | Matthias Clasen | 2021-04-08 | 1 | -0/+48 | |
* | | ngl: Fix an oversight | Matthias Clasen | 2021-04-08 | 1 | -1/+1 | |
* | | Work around compiler shortcomings on macOShalf-float | Matthias Clasen | 2021-04-07 | 1 | -0/+21 | |
* | | gsk: Add runtime checks for F16C | Matthias Clasen | 2021-04-07 | 3 | -80/+134 | |
* | | Add an option to disable F16C | Matthias Clasen | 2021-04-07 | 2 | -6/+6 | |
* | | Move color conversion up | Matthias Clasen | 2021-04-07 | 2 | -81/+105 | |
* | | ngl: Use a constant for (fp16)-1 | Matthias Clasen | 2021-04-07 | 2 | -4/+4 | |
* | | ngl: Reduce vertex storage | Matthias Clasen | 2021-04-07 | 2 | -44/+46 | |
* | | ngl: Use fp16 for colors | Matthias Clasen | 2021-04-07 | 5 | -52/+188 | |
|/ | ||||||
* | ngl: Fix an oversight | Matthias Clasen | 2021-04-05 | 1 | -1/+1 | |
* | gsk: Move shader resources | Matthias Clasen | 2021-04-03 | 117 | -23/+23 | |
* | gsk: Rename resource paths | Matthias Clasen | 2021-04-03 | 2 | -19/+19 | |
* | nodeparser: Change the serialization | Matthias Clasen | 2021-04-02 | 1 | -12/+10 | |
* | ngl: Avoid huge intermediate textures | Matthias Clasen | 2021-04-02 | 1 | -11/+4 | |
* | ngl: Plug a memory leakfix-downscaled-textures | Matthias Clasen | 2021-04-02 | 1 | -1/+7 | |
* | ngl: Fix downscaled textures | Matthias Clasen | 2021-04-02 | 1 | -2/+3 | |
* | ngl: Fix offscreen rendering with transforms | Matthias Clasen | 2021-03-31 | 1 | -10/+10 | |
* | ngl: Be explicit about offscreen clipping | Matthias Clasen | 2021-03-31 | 1 | -0/+1 | |
* | ngl: Add sonme comments | Matthias Clasen | 2021-03-31 | 1 | -0/+11 | |
* | ngl: Avoid a gotongl-text-tweaks | Matthias Clasen | 2021-03-30 | 1 | -4/+3 | |
* | gsk: Avoid empty glyphs early | Matthias Clasen | 2021-03-30 | 2 | -5/+8 | |
* | ngl: Speed up glyph loopngl-text-tweaks-1 | Matthias Clasen | 2021-03-30 | 2 | -28/+47 | |
* | ngl: We only need two bits for phases | Matthias Clasen | 2021-03-30 | 1 | -3/+3 | |
* | ngl: Cosmetics | Matthias Clasen | 2021-03-29 | 1 | -11/+11 | |
* | ngl: Improve packing | Matthias Clasen | 2021-03-29 | 1 | -3/+3 | |
* | gsk: Typo fix | Matthias Clasen | 2021-03-29 | 1 | -1/+1 | |
* | ngl: Typo fix | Matthias Clasen | 2021-03-29 | 1 | -1/+1 | |
* | gsk: Make rendernode diffing smarter | Matthias Clasen | 2021-03-28 | 3 | -12/+53 | |
* | gsk: Use floorf for floats | Matthias Clasen | 2021-03-28 | 1 | -4/+3 | |
* | gsk: Cosmetics | Matthias Clasen | 2021-03-28 | 1 | -1/+1 | |
* | ngl: Cosmetics | Matthias Clasen | 2021-03-28 | 1 | -2/+0 | |
* | ngl: Fix an uninitialized read | Matthias Clasen | 2021-03-27 | 1 | -7/+8 | |
* | ngl: Fix crash with intel driver on Windows when compiling shaders | Xavier Claessens | 2021-03-25 | 3 | -3/+12 |