~emersion/drmdb

9e49dc4dace79013870c7df5eb7395493e72a5db — Simon Ser 1 year, 4 months ago 36d4f0b
Add explanation about percentage in format page
1 files changed, 6 insertions(+), 0 deletions(-)

M public/formats.html
M public/formats.html => public/formats.html +6 -0
@@ 25,6 25,12 @@

  <h2 id="in-formats">Input formats</h2>

  <p>
      The percentages indicate the number of devices supporting the format and
      modifier. For instance, "50%" in the column for the "i915" driver would
      mean that half the known Intel devices support that format and modifier.
  </p>

  {{define "pct-cell"}}
      <td style="color: {{pctColor .}};">{{printf "%.0f%%" .}}</td>
  {{end}}