beignet-1.3.2-docs-broken-links.patch 3.1 KB

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