From 6c548b5d435ae8010050294117e5236aee73aa8e Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Fri, 10 Jan 2025 08:17:00 -0800 Subject: [PATCH] Update Changelog for removed and moved samples --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4ff376..661987b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,22 @@ * `simpleD3D9Texture` * `SLID3D10Texture` * `VFlockingD3D10` + * `8_Platform_Specific/Tegra` + * Temporarily removed the following two samples pending updates: + * `nbody_screen` demonstrating the nbody sample in QNX + * `simpleGLES_screen` demonstrating GLES interop in QNX +* Moved the following Tegra-specific samples to a dedicated subdirectory: `8_Platform_Specific/Tegra` + * `EGLSync_CUDAEvent_Interop` + * `cuDLAErrorReporting` + * `cuDLAHybridMode` + * `cuDLALayerwiseStatsHybrid` + * `cuDLALayerwiseStatsStandalone` + * `cuDLAStandaloneMode` + * `cudaNvSciNvMedia` + * `fluidsGLES` + * `nbody_opengles` + * `simpleGLES` + * `simpleGLES_EGLOutput`