0001-Don-t-build-demos-with-questionably-licensed-data.patch 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. From 0a27144d43b70121f57f6036514d069ca9d2b971 Mon Sep 17 00:00:00 2001
  2. From: "Maxin B. John" <maxin.john@intel.com>
  3. Date: Mon, 30 Jul 2018 17:23:29 +0300
  4. Subject: [PATCH] Don't build demos with questionably licensed data
  5. Some of the models don't have open source compatible licenses:
  6. don't build demos using those. Also don't build demos that need
  7. resources that are not included.
  8. ssao:
  9. scenerendering:
  10. Sibenik model, no license found
  11. deferred:
  12. deferredmultisampling:
  13. deferredshadows:
  14. armor model, CC-BY-3.0
  15. vulkanscene:
  16. imgui:
  17. shadowmapping:
  18. vulkanscene model, no license found
  19. indirectdraw:
  20. plant model, no license found
  21. hdr:
  22. pbribl:
  23. pbrtexture:
  24. Require external Vulkan Asset Pack
  25. Upstream-Status: Inappropriate [configuration]
  26. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  27. Signed-off-by: Maxin B. John <maxin.john@intel.com>
  28. ---
  29. examples/CMakeLists.txt | 14 --------------
  30. 1 file changed, 14 deletions(-)
  31. diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
  32. index 8eee3a4..698d3b3 100644
  33. --- a/examples/CMakeLists.txt
  34. +++ b/examples/CMakeLists.txt
  35. @@ -47,18 +47,12 @@ set(EXAMPLES
  36. computeshader
  37. conservativeraster
  38. debugmarker
  39. - deferred
  40. - deferredmultisampling
  41. - deferredshadows
  42. descriptorsets
  43. displacement
  44. distancefieldfonts
  45. dynamicuniformbuffer
  46. gears
  47. geometryshader
  48. - hdr
  49. - imgui
  50. - indirectdraw
  51. inputattachments
  52. instancing
  53. mesh
  54. @@ -70,8 +64,6 @@ set(EXAMPLES
  55. parallaxmapping
  56. particlefire
  57. pbrbasic
  58. - pbribl
  59. - pbrtexture
  60. pipelines
  61. pipelinestatistics
  62. pushconstants
  63. @@ -79,15 +71,10 @@ set(EXAMPLES
  64. radialblur
  65. raytracing
  66. renderheadless
  67. - scenerendering
  68. screenshot
  69. - shadowmapping
  70. - shadowmappingomni
  71. - shadowmappingcascade
  72. skeletalanimation
  73. specializationconstants
  74. sphericalenvmapping
  75. - ssao
  76. stencilbuffer
  77. subpasses
  78. terraintessellation
  79. @@ -101,7 +88,6 @@ set(EXAMPLES
  80. texturesparseresidency
  81. triangle
  82. viewportarray
  83. - vulkanscene
  84. )
  85. buildExamples()
  86. --
  87. 2.4.0