Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ngl: Fix unevenly scaled shadowsngl-shadow-fixes | Matthias Clasen | 2021-04-11 | 1 | -7/+9 |
* | 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: 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 |
* | ngl: Small optimization | Matthias Clasen | 2021-04-11 | 1 | -2/+9 |
* | ngl: Optimize underlines in text | Matthias Clasen | 2021-04-08 | 1 | -3/+41 |
* | Move color conversion up | Matthias Clasen | 2021-04-07 | 1 | -81/+103 |
* | ngl: Use a constant for (fp16)-1 | Matthias Clasen | 2021-04-07 | 1 | -4/+2 |
* | ngl: Reduce vertex storage | Matthias Clasen | 2021-04-07 | 1 | -42/+42 |
* | ngl: Use fp16 for colors | Matthias Clasen | 2021-04-07 | 1 | -48/+72 |
* | ngl: Fix an oversight | Matthias Clasen | 2021-04-05 | 1 | -1/+1 |
* | 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 | 1 | -3/+0 |
* | ngl: Speed up glyph loopngl-text-tweaks-1 | Matthias Clasen | 2021-03-30 | 1 | -9/+45 |
* | ngl: Cosmetics | Matthias Clasen | 2021-03-29 | 1 | -11/+11 |
* | ngl: Typo fix | Matthias Clasen | 2021-03-29 | 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: move uniform key mapping into uniform state | Christian Hergert | 2021-03-23 | 1 | -44/+35 |
* | ngl: Remove unused function | Timm Bäder | 2021-03-21 | 1 | -31/+0 |
* | ngl: Special-case css backgrounds | Matthias Clasen | 2021-03-14 | 1 | -0/+69 |
* | ngl: Don't bother with uniform border nodes | Matthias Clasen | 2021-03-14 | 1 | -27/+0 |
* | ngl: Rewrite gsk_ngl_render_job_visit_text_node | Matthias Clasen | 2021-03-14 | 1 | -58/+9 |
* | ngl: Drop gsk_ngl_render_job_set_color | Matthias Clasen | 2021-03-14 | 1 | -210/+207 |
* | ngl: Refactor gsk_ngl_render_job_visit_border_node | Matthias Clasen | 2021-03-14 | 1 | -103/+78 |
* | ngl: Make the coloring shader more versatile | Matthias Clasen | 2021-03-12 | 1 | -27/+32 |
* | ngl: Set color as vertex attribute | Matthias Clasen | 2021-03-12 | 1 | -205/+147 |
* | ngl: Render simple borders simply | Matthias Clasen | 2021-03-09 | 1 | -1/+46 |
* | Merge branch 'ngl-clip-classification' into 'master' | Matthias Clasen | 2021-03-08 | 1 | -114/+259 |
|\ | |||||
| * | ngl: Add infrastructure for clip-variants of shaders | Matthias Clasen | 2021-03-07 | 1 | -109/+125 |
| * | ngl: Classify clips | Matthias Clasen | 2021-03-07 | 1 | -5/+134 |
* | | Revert "ngl: Remove a few redundant checks" | Matthias Clasen | 2021-03-08 | 1 | -0/+6 |
|/ | |||||
* | ngl: Treat radial gradients like others | Matthias Clasen | 2021-03-07 | 1 | -1/+4 |
* | ngl: Remove a few redundant checks | Matthias Clasen | 2021-03-07 | 1 | -6/+0 |
* | gsk: add OpenGL based GskNglRenderer | Christian Hergert | 2021-02-23 | 1 | -0/+3760 |