]> git.pld-linux.org Git - packages/beignet.git/blob - beignet-docs-broken-links.patch
- merged some Debian patches
[packages/beignet.git] / beignet-docs-broken-links.patch
1 Description: Fix broken links and list syntax in documentation
2
3 The upstream documentation is meant to be a part of a larger wiki,
4 and does not work properly when built as-is on its own
5
6 Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
7
8 --- a/docs/Beignet.mdwn
9 +++ b/docs/Beignet.mdwn
10 @@ -11,7 +11,7 @@ about the compiler, please refer to `bac
11  
12  News
13  ----
14 -[[Beignet project news|Beignet/NEWS]]
15 +[[Beignet project news|NEWS]]
16  
17  Prerequisite
18  ------------
19 @@ -139,6 +139,7 @@ need to refer the "Known Issues" section
20  
21  Normally, beignet needs to run under X server environment as normal user. If there isn't X server,
22  beignet provides two alternative to run:
23 +
24  * Run as root without X.
25  * Enable the drm render nodes by passing drm.rnodes=1 to the kernel boot args, then you can run beignet with non-root and without X.
26  
27 @@ -288,15 +289,15 @@ Please specify your hardware when report
28  
29  Documents for OpenCL application developers
30  -------------------------------------------
31 -- [[Cross compile (yocto)|Beignet/howto/cross-compiler-howto]]
32 -- [[Work with old system without c++11|Beignet/howto/oldgcc-howto]]
33 -- [[Kernel Optimization Guide|Beignet/optimization-guide]]
34 -- [[Libva Buffer Sharing|Beignet/howto/libva-buffer-sharing-howto]]
35 -- [[V4l2 Buffer Sharing|Beignet/howto/v4l2-buffer-sharing-howto]]
36 +- [[Cross compile (yocto)|howto/cross-compiler-howto]]
37 +- [[Work with old system without c++11|howto/oldgcc-howto]]
38 +- [[Kernel Optimization Guide|optimization-guide]]
39 +- [[Libva Buffer Sharing|howto/libva-buffer-sharing-howto]]
40 +- [[V4l2 Buffer Sharing|howto/v4l2-buffer-sharing-howto]]
41 -- [[OpenGL Buffer Sharing|Beignet/howto/gl-buffer-sharing-howto]]
42 -- [[Video Motion Estimation|Beignet/howto/video-motion-estimation-howto]]
43 -- [[Stand Alone Unit Test|Beignet/howto/stand-alone-utest-howto]]
44 -- [[Android build|Beignet/howto/android-build-howto]]
45 +- [[OpenGL Buffer Sharing|howto/gl-buffer-sharing-howto]]
46 +- [[Video Motion Estimation|howto/video-motion-estimation-howto]]
47 +- [[Stand Alone Unit Test|howto/stand-alone-utest-howto]]
48 +- [[Android build|howto/android-build-howto]]
49  
50  The wiki URL is as below:
51  [http://www.freedesktop.org/wiki/Software/Beignet/](http://www.freedesktop.org/wiki/Software/Beignet/)
52 --- a/docs/howto/video-motion-estimation-howto.mdwn
53 +++ b/docs/howto/video-motion-estimation-howto.mdwn
54 @@ -66,6 +66,6 @@ Please go through it for details.
55  More references
56  ---------------
57  
58 -https://www.khronos.org/registry/cl/extensions/intel/cl_intel_accelerator.txt
59 -https://www.khronos.org/registry/cl/extensions/intel/cl_intel_motion_estimation.txt
60 -https://software.intel.com/en-us/articles/intro-to-motion-estimation-extension-for-opencl
61 +[https://www.khronos.org/registry/cl/extensions/intel/cl_intel_accelerator.txt](https://www.khronos.org/registry/cl/extensions/intel/cl_intel_accelerator.txt)
62 +[https://www.khronos.org/registry/cl/extensions/intel/cl_intel_motion_estimation.txt](https://www.khronos.org/registry/cl/extensions/intel/cl_intel_motion_estimation.txt)
63 +[https://software.intel.com/en-us/articles/intro-to-motion-estimation-extension-for-opencl](https://software.intel.com/en-us/articles/intro-to-motion-estimation-extension-for-opencl)
This page took 0.058103 seconds and 3 git commands to generate.