mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
e2fbf1f473
commit
d1eecf9441
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue