summaryrefslogtreecommitdiff
path: root/gsk
Commit message (Expand)AuthorAgeFilesLines
* ngl: Handle negative scalesMatthias Clasen2021-07-151-2/+6
* ngl: Do nothing for transparent text nodesMatthias Clasen2021-07-151-1/+6
* ngl: Do nothing for transparent color nodesMatthias Clasen2021-07-151-1/+6
* rendernodeparser: Remove leftover debug printsBenjamin Otte2021-07-141-12/+0
* rendernodeparser: Don't use %g when writing fileBenjamin Otte2021-07-141-6/+6
* ngl: Make the C half-float implementation accessibleMatthias Clasen2021-07-132-2/+8
* gsk: Another vbo_size overflow fixMatthias Clasen2021-06-291-1/+1
* gsk: Use the right limit for batch sizeMatthias Clasen2021-06-291-1/+1
* gsk: Don't overflow vbo_countMatthias Clasen2021-06-281-0/+1
* Revert "gsk: Respect max element vertices limitation"Matthias Clasen2021-06-282-11/+1
* gsk: Respect max element vertices limitationMatthias Clasen2021-06-182-1/+11
* Add type annotations for filename argumentsMatthias Clasen2021-06-121-1/+1
* Add a doc comment for gsk_rounded_rect_is_circularMatthias Clasen2021-06-041-1/+11
* Merge branch 'bilelmoussaoui/markdown-links' into 'master'Matthias Clasen2021-06-041-1/+1
|\
| * docs: use markdown syntax for hyperlinksBilal Elmoussaoui2021-05-251-1/+1
* | Cosmetics: Eradicate gintMatthias Clasen2021-06-031-1/+1
|/
* gsk: Clean up docs syntaxMatthias Clasen2021-05-2218-68/+67
* docs: Reduce redundancyMatthias Clasen2021-05-204-8/+6
* introspection: Stop using allow-noneMatthias Clasen2021-05-203-20/+20
* Documentation fixesMatthias Clasen2021-05-204-32/+35
* ngl: Reuse texture coordinatesMatthias Clasen2021-05-151-16/+6
* ngl: Be consistent about paddingMatthias Clasen2021-05-151-10/+10
* ngl: Add padding between cached glyphsMatthias Clasen2021-05-151-1/+1
* Improve transformed offscreen renderingMatthias Clasen2021-05-131-7/+40
* Confine -mf16c to a single source fileMatthias Clasen2021-05-054-35/+80
* gsk: Fix shader gresource pathswip/exalm/shaderAlexander Mikhaylenko2021-04-192-8/+8
* GSK: Fix builds against latest stable GLib with MSVCChun-wei Fan2021-04-161-7/+7
* Merge branch 'ngl-crash' into 'master'Matthias Clasen2021-04-131-1/+11
|\
| * ngl: Fix a rare assertion violationngl-crashMatthias Clasen2021-04-121-1/+11
* | gsk/ngl: Build with G_DISABLE_ASSERT enabledEmmanuele Bassi2021-04-121-1/+1
* | gsk: Avoid compiler warnings without assertionsMatthias Clasen2021-04-122-5/+2
|/
* gsk/ngl/fp16.c: Implement runtime F16C detection on MSVCChun-wei Fan2021-04-121-3/+60
* Merge branch 'ngl-shadow-fixes' into 'master'Matthias Clasen2021-04-125-62/+110
|\
| * ngl: Fix unevenly scaled shadowsngl-shadow-fixesMatthias Clasen2021-04-114-60/+65
| * ngl: Don't slice unsliceable shadowsMatthias Clasen2021-04-111-1/+11
| * ngl: Fix a case of flipped shadowMatthias Clasen2021-04-111-1/+1
| * ngl: Add code to dump shadowsMatthias Clasen2021-04-111-0/+33
* | Merge branch 'shadow-reduction' into 'master'Matthias Clasen2021-04-121-12/+18
|\ \ | |/ |/|
| * gsk: Don't overshadowshadow-reductionMatthias Clasen2021-04-091-12/+18
* | ngl: Allow passing bounds to update_clipMatthias Clasen2021-04-111-5/+5
* | ngl: Small optimization for shadowsMatthias Clasen2021-04-111-46/+54
* | roundedrect: Speed up contains_rect and friendsMatthias Clasen2021-04-111-51/+77
* | ngl: Small optimizationMatthias Clasen2021-04-111-2/+9
* | ngl: Add a program change counterngl-coloring-underlinesMatthias Clasen2021-04-092-0/+6
* | ngl: Optimize underlines in textMatthias Clasen2021-04-081-3/+41
* | ngl: Reserve a pixel in texture atlasesMatthias Clasen2021-04-081-0/+48
* | ngl: Fix an oversightMatthias Clasen2021-04-081-1/+1
* | Work around compiler shortcomings on macOShalf-floatMatthias Clasen2021-04-071-0/+21
* | gsk: Add runtime checks for F16CMatthias Clasen2021-04-073-80/+134
* | Add an option to disable F16CMatthias Clasen2021-04-072-6/+6