summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkusma <kusma@web>2021-07-27 13:11:29 +0000
committerIkiWiki <ikiwiki.info>2021-07-27 13:11:29 +0000
commita0b1add9d6a8ef973014b830e9bc094598470379 (patch)
tree47ce8ec8a6fff81db6adff77c14887cd6cd38da5
parent8d918b1faeb1bcad262a023e5cfa4279af21ba74 (diff)
Fix footnotes
-rw-r--r--HardwareWithoutMipmaps.mdwn10
1 files changed, 4 insertions, 6 deletions
diff --git a/HardwareWithoutMipmaps.mdwn b/HardwareWithoutMipmaps.mdwn
index 42cccd7..a754653 100644
--- a/HardwareWithoutMipmaps.mdwn
+++ b/HardwareWithoutMipmaps.mdwn
@@ -1,5 +1,3 @@
-
-
# Handling hardware that can't handle mipmaps
To one degree or another, most older graphics chips do not support mipmaps. Some new chips, such as the R100 family, don't support mipmaps on cubic or volume textures. This document presents a couple different ways to deal with such hardware. A description of each technique will be presented along with its pros and cons.
@@ -11,14 +9,14 @@ ATI Rage IIc | No | Scanline | No | N/A | N/A
ATI [[RagePro|RagePro]] | Yes | Polygon setup | No | N/A | N/A
ATI Radeon R100 | Yes | TNL | Yes | No | No
ATI Radeon R200 | Yes | TNL | Yes | No | Yes
-S3 Virge | No* | Scanline | No | N/A | N/A
-3Dlabs 500TX | No | Polygon setup** | No | N/A | N/A
+S3 Virge | No<sup>[1](#driver-exists)</sup> | Scanline | No | N/A | N/A
+3Dlabs 500TX | No | Polygon setup<sup>[2](#polygon-setup)</sup> | No | N/A | N/A
Matrox G100 | No | Scanline? | No? | N/A | N/A
"""]]
-* A driver exists, but it is not maintained and is know to have significant problems.
+<a name="driver-exists">1</a>: A driver exists, but it is not maintained and is know to have significant problems.
-** Polygon setup is performed by a Glint Delta chip, and rasterization is performed by the 500TX. Some (rare) cards may exist that omit the Delta, and it may be possible to circumvent the Delta and program the 500TX directly.
+<a name="polygon-setup">2</a>: Polygon setup is performed by a Glint Delta chip, and rasterization is performed by the 500TX. Some (rare) cards may exist that omit the Delta, and it may be possible to circumvent the Delta and program the 500TX directly.
## Clamp to base LOD