From d1eecf9441396cb62b75e9ca7500169a247c2a5c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 4 Aug 2025 16:59:23 +0200 Subject: [PATCH] docs/llvmpipe: fix links to defunct drdobbs.com website The "optimizing pixomatic for modern x86" page was available on the web archive but the "rasterization on larrabee" one was not, but fortunately it had been copied onto another website, so link to that now. Part-of: --- docs/drivers/llvmpipe.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index f6b9b6c7895..a6dced4c6bd 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -348,7 +348,7 @@ Recommended Reading - `Triangle Scan Conversion using 2D Homogeneous Coordinates `__ - `Rasterization on - Larrabee `__ + Larrabee `__ - `Rasterization using half-space functions `__ - `Advanced @@ -379,7 +379,7 @@ Recommended Reading - Optimization - `Optimizing Pixomatic For Modern x86 - Processors `__ + Processors `__ - `Intel 64 and IA-32 Architectures Optimization Reference Manual `__ - `Software optimization