summaryrefslogtreecommitdiff
path: root/gsk/ngl/gsknglrenderjob.c
Commit message (Expand)AuthorAgeFilesLines
* ngl: Fix unevenly scaled shadowsngl-shadow-fixesMatthias Clasen2021-04-111-7/+9
* ngl: Don't slice unsliceable shadowsMatthias Clasen2021-04-111-1/+11
* ngl: Fix a case of flipped shadowMatthias Clasen2021-04-111-1/+1
* ngl: Allow passing bounds to update_clipMatthias Clasen2021-04-111-5/+5
* ngl: Small optimization for shadowsMatthias Clasen2021-04-111-46/+54
* ngl: Small optimizationMatthias Clasen2021-04-111-2/+9
* ngl: Optimize underlines in textMatthias Clasen2021-04-081-3/+41
* Move color conversion upMatthias Clasen2021-04-071-81/+103
* ngl: Use a constant for (fp16)-1Matthias Clasen2021-04-071-4/+2
* ngl: Reduce vertex storageMatthias Clasen2021-04-071-42/+42
* ngl: Use fp16 for colorsMatthias Clasen2021-04-071-48/+72
* ngl: Fix an oversightMatthias Clasen2021-04-051-1/+1
* ngl: Avoid huge intermediate texturesMatthias Clasen2021-04-021-11/+4
* ngl: Plug a memory leakfix-downscaled-texturesMatthias Clasen2021-04-021-1/+7
* ngl: Fix downscaled texturesMatthias Clasen2021-04-021-2/+3
* ngl: Fix offscreen rendering with transformsMatthias Clasen2021-03-311-10/+10
* ngl: Be explicit about offscreen clippingMatthias Clasen2021-03-311-0/+1
* ngl: Add sonme commentsMatthias Clasen2021-03-311-0/+11
* ngl: Avoid a gotongl-text-tweaksMatthias Clasen2021-03-301-4/+3
* gsk: Avoid empty glyphs earlyMatthias Clasen2021-03-301-3/+0
* ngl: Speed up glyph loopngl-text-tweaks-1Matthias Clasen2021-03-301-9/+45
* ngl: CosmeticsMatthias Clasen2021-03-291-11/+11
* ngl: Typo fixMatthias Clasen2021-03-291-1/+1
* ngl: CosmeticsMatthias Clasen2021-03-281-2/+0
* ngl: Fix an uninitialized readMatthias Clasen2021-03-271-7/+8
* ngl: move uniform key mapping into uniform stateChristian Hergert2021-03-231-44/+35
* ngl: Remove unused functionTimm Bäder2021-03-211-31/+0
* ngl: Special-case css backgroundsMatthias Clasen2021-03-141-0/+69
* ngl: Don't bother with uniform border nodesMatthias Clasen2021-03-141-27/+0
* ngl: Rewrite gsk_ngl_render_job_visit_text_nodeMatthias Clasen2021-03-141-58/+9
* ngl: Drop gsk_ngl_render_job_set_colorMatthias Clasen2021-03-141-210/+207
* ngl: Refactor gsk_ngl_render_job_visit_border_nodeMatthias Clasen2021-03-141-103/+78
* ngl: Make the coloring shader more versatileMatthias Clasen2021-03-121-27/+32
* ngl: Set color as vertex attributeMatthias Clasen2021-03-121-205/+147
* ngl: Render simple borders simplyMatthias Clasen2021-03-091-1/+46
* Merge branch 'ngl-clip-classification' into 'master'Matthias Clasen2021-03-081-114/+259
|\
| * ngl: Add infrastructure for clip-variants of shadersMatthias Clasen2021-03-071-109/+125
| * ngl: Classify clipsMatthias Clasen2021-03-071-5/+134
* | Revert "ngl: Remove a few redundant checks"Matthias Clasen2021-03-081-0/+6
|/
* ngl: Treat radial gradients like othersMatthias Clasen2021-03-071-1/+4
* ngl: Remove a few redundant checksMatthias Clasen2021-03-071-6/+0
* gsk: add OpenGL based GskNglRendererChristian Hergert2021-02-231-0/+3760