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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36555>
This commit is contained in:
Eric Engestrom 2025-08-04 16:59:23 +02:00 committed by Marge Bot
parent e2fbf1f473
commit d1eecf9441

View file

@ -348,7 +348,7 @@ Recommended Reading
- `Triangle Scan Conversion using 2D Homogeneous - `Triangle Scan Conversion using 2D Homogeneous
Coordinates <https://userpages.cs.umbc.edu/olano/papers/2dh-tri/>`__ Coordinates <https://userpages.cs.umbc.edu/olano/papers/2dh-tri/>`__
- `Rasterization on - `Rasterization on
Larrabee <https://www.drdobbs.com/parallel/rasterization-on-larrabee/217200602>`__ Larrabee <https://www.gamedeveloper.com/programming/sponsored-feature-rasterization-on-larrabee----adaptive-rasterization-helps-boost-efficiency>`__
- `Rasterization using half-space - `Rasterization using half-space
functions <http://web.archive.org/web/20110820052005/http://www.devmaster.net/codespotlight/show.php?id=17>`__ functions <http://web.archive.org/web/20110820052005/http://www.devmaster.net/codespotlight/show.php?id=17>`__
- `Advanced - `Advanced
@ -379,7 +379,7 @@ Recommended Reading
- Optimization - Optimization
- `Optimizing Pixomatic For Modern x86 - `Optimizing Pixomatic For Modern x86
Processors <https://www.drdobbs.com/optimizing-pixomatic-for-modern-x86-proc/184405807>`__ Processors <https://web.archive.org/web/20250114121202/https://www.drdobbs.com/optimizing-pixomatic-for-modern-x86-proc/184405807>`__
- `Intel 64 and IA-32 Architectures Optimization Reference - `Intel 64 and IA-32 Architectures Optimization Reference
Manual <https://www.intel.com/content/www/us/en/content-details/779559/intel-64-and-ia-32-architectures-optimization-reference-manual.html>`__ Manual <https://www.intel.com/content/www/us/en/content-details/779559/intel-64-and-ia-32-architectures-optimization-reference-manual.html>`__
- `Software optimization - `Software optimization