summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2016-07-06 17:09:15 +0100
committerKenneth Graunke <kenneth@whitecape.org>2016-07-06 13:18:23 -0700
commit771f6db76fd051766bc0c7ad590cd4c9c8ecd8a4 (patch)
tree8563899a72c83f9ee608dee7f450ff37fe07fc37
parent8910de39c72a6c4a2179984f0216bf1c6b1858ca (diff)
downloadexternal_mesa3d-771f6db76fd051766bc0c7ad590cd4c9c8ecd8a4.zip
external_mesa3d-771f6db76fd051766bc0c7ad590cd4c9c8ecd8a4.tar.gz
external_mesa3d-771f6db76fd051766bc0c7ad590cd4c9c8ecd8a4.tar.bz2
i965/docs: update Intel Linux Graphics URLs
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
-rw-r--r--docs/developers.html2
-rw-r--r--docs/faq.html2
-rw-r--r--src/mesa/drivers/dri/i965/brw_defines.h2
-rw-r--r--src/mesa/drivers/dri/i965/brw_sf_state.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/developers.html b/docs/developers.html
index 86844cc..85b6979 100644
--- a/docs/developers.html
+++ b/docs/developers.html
@@ -38,7 +38,7 @@ including:
<p>
Other companies including
-<a href="http://www.intellinuxgraphics.org/index.html">Intel</a>
+<a href="https://01.org/linuxgraphics">Intel</a>
and RedHat also actively contribute to the project.
Intel has recently contributed the new GLSL compiler in Mesa 7.9.
</p>
diff --git a/docs/faq.html b/docs/faq.html
index b7c6fbf..4e79bb1 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -57,7 +57,7 @@ drivers for X.org.
<ul>
<li>See the <a href="http://dri.freedesktop.org/">DRI website</a>
for more information.</li>
- <li>See <a href="http://intellinuxgraphics.org">intellinuxgraphics.org</a>
+ <li>See <a href="https://01.org/linuxgraphics">01.org</a>
for more information about Intel drivers.</li>
<li>See <a href="http://nouveau.freedesktop.org">nouveau.freedesktop.org</a>
for more information about Nouveau drivers.</li>
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index e7d1a9f..d2cd53a 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -247,7 +247,7 @@
* Chipset Graphics Controller Programmer's Reference Manual,
* Volume 2: 3D/Media", Revision 1.0b as of January 2008,
* available at
- * http://intellinuxgraphics.org/documentation.html
+ * https://01.org/linuxgraphics/documentation/hardware-specification-prms
* at the time of this writing).
*
* These appear to be supported on at least some
diff --git a/src/mesa/drivers/dri/i965/brw_sf_state.c b/src/mesa/drivers/dri/i965/brw_sf_state.c
index 8eab671..89406fc 100644
--- a/src/mesa/drivers/dri/i965/brw_sf_state.c
+++ b/src/mesa/drivers/dri/i965/brw_sf_state.c
@@ -245,7 +245,7 @@ static void upload_sf_unit( struct brw_context *brw )
* Chipset Graphics Controller Programmer's Reference Manual,
* Volume 2: 3D/Media", Revision 1.0b as of January 2008,
* available at
- * http://intellinuxgraphics.org/documentation.html
+ * https://01.org/linuxgraphics/documentation/hardware-specification-prms
* at the time of this writing).
*
* It does work on at least some devices, if not all;