Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsk/ngl/fp16.c: Implement runtime F16C detection on MSVC | Chun-wei Fan | 2021-04-12 | 1 | -3/+60 |
* | 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 |
* | 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: 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 | 2 | -80/+133 |
* | Add an option to disable F16C | Matthias Clasen | 2021-04-07 | 1 | -5/+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 | 4 | -52/+187 |
* | 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 | 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 |
* | 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: Fix crash with intel driver on Windows when compiling shaders | Xavier Claessens | 2021-03-25 | 3 | -3/+12 |
* | ngl: move uniform key mapping into uniform state | Christian Hergert | 2021-03-23 | 9 | -337/+289 |
* | Merge branch 'wip/baedert/for-master' into 'master' | Matthias Clasen | 2021-03-22 | 1 | -31/+0 |
|\ | |||||
| * | ngl: Remove unused function | Timm Bäder | 2021-03-21 | 1 | -31/+0 |
* | | ngl: Fix a rounding error in subpixel positioning | Matthias Clasen | 2021-03-21 | 1 | -3/+3 |
* | | ngl: Remove an unused field | Matthias Clasen | 2021-03-21 | 2 | -7/+0 |
* | | ngl: Always populate the glyph front cache | Matthias Clasen | 2021-03-21 | 1 | -0/+2 |
* | | ngl: Use floorf consistently | Matthias Clasen | 2021-03-21 | 1 | -1/+1 |
|/ | |||||
* | ngl: Improve the glyph front cache | Matthias Clasen | 2021-03-19 | 1 | -1/+1 |
* | ngl: Drop an unused struct member | Matthias Clasen | 2021-03-19 | 2 | -2/+0 |
* | Revert "ngl: Remove duplicate check" | Matthias Clasen | 2021-03-19 | 1 | -1/+4 |
* | ngl: clear Glyph front cache at the beginning of a frame | Christian Hergert | 2021-03-18 | 1 | -0/+13 |
* | ngl: implement atlas compaction | Christian Hergert | 2021-03-18 | 3 | -28/+128 |
* | ngl: ensure vertices buffer allocates enough vertices | Christian Hergert | 2021-03-18 | 1 | -2/+3 |
* | ngl: Remove duplicate check | Benjamin Otte | 2021-03-15 | 1 | -4/+1 |