From 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 9 Feb 2017 02:10:17 +0000 Subject: docs: https all the links \o/ Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom Reviewed-by: Brian Paul --- docs/llvmpipe.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/llvmpipe.html') diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index f603bd64660..5fb3b7aa228 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -165,8 +165,8 @@ any OpenGL drivers):
  • load this registry settings:

    REGEDIT4
     
    -; http://technet.microsoft.com/en-us/library/cc749368.aspx
    -; http://www.msfn.org/board/topic/143241-portable-windows-7-build-from-winpe-30/page-5#entry942596
    +; https://technet.microsoft.com/en-us/library/cc749368.aspx
    +; https://www.msfn.org/board/topic/143241-portable-windows-7-build-from-winpe-30/page-5#entry942596
     [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\MSOGL]
     "DLL"="mesadrv.dll"
     "DriverVersion"=dword:00000001
    @@ -195,7 +195,7 @@ that no tail call optimizations are done by gcc.
     

    Linux perf integration

    -On Linux, it is possible to have symbol resolution of JIT code with Linux perf: +On Linux, it is possible to have symbol resolution of JIT code with Linux perf:

    @@ -211,7 +211,7 @@ the generated code annotated with the samples.
     

    You can obtain a call graph via -Gprof2Dot.

    +Gprof2Dot.

    Unit testing

    @@ -253,7 +253,7 @@ for posterior analysis, e.g.: We use LLVM-C bindings for now. They are not documented, but follow the C++ interfaces very closely, and appear to be complete enough for code generation. See - + this stand-alone example. See the llvm-c/Core.h file for reference.
  • @@ -264,18 +264,18 @@ for posterior analysis, e.g.:
  • Rasterization

  • Texture sampling

  • LLVM

  • General

  • -- cgit v1.2.3