mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04:00
Strip out 16f-bit surfaces, for now
pixman 0.46.0 has been released, with support for 16-bit integer images. Let's get that merged before 16f-bit.
This commit is contained in:
parent
2d23010c23
commit
e2259e08a6
9 changed files with 13 additions and 64 deletions
|
|
@ -2024,7 +2024,7 @@ any of these options.
|
|||
|
||||
*surface-bit-depth*
|
||||
Selects which RGB bit depth to use for image buffers. One of
|
||||
*auto*, *8-bit*, *10-bit*, *16-bit*, or *16f-bit*.
|
||||
*auto*, *8-bit*, *10-bit* or *16-bit*.
|
||||
|
||||
*auto* chooses bit depth depending on other settings, and
|
||||
availability.
|
||||
|
|
@ -2036,15 +2036,13 @@ any of these options.
|
|||
alpha channel. Thus, it provides higher precision color channels,
|
||||
but a lower precision alpha channel.
|
||||
|
||||
*16-bit* and *16f-bit* uses 16 bits (with *16f-bit* being floating
|
||||
point) for each color channel, alpha included. If available, this
|
||||
is the default when *gamma-correct-blending=yes* (with *16-bit*
|
||||
being preferred over *16f-bit*).
|
||||
*16-bit* 16 bits for each color channel, alpha included. If
|
||||
available, this is the default when *gamma-correct-blending=yes*.
|
||||
|
||||
Note that both *10-bit*, *16-bit* and *16f-bit* are much slower than
|
||||
*8-bit*; if you want to use gamma-correct blending, and if you
|
||||
prefer speed (throughput and input latency) over accurate colors,
|
||||
you can set *surface-bit-depth=8-bit* explicitly.
|
||||
Note that both *10-bit* and *16-bit* are much slower than *8-bit*;
|
||||
if you want to use gamma-correct blending, and if you prefer speed
|
||||
(throughput and input latency) over accurate colors, you can set
|
||||
*surface-bit-depth=8-bit* explicitly.
|
||||
|
||||
Default: _auto_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue