aboutsummaryrefslogtreecommitdiff
path: root/docs/ComputeLibrary.dir
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2021-02-16 15:15:19 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-02-23 18:21:55 +0000
commitceaa0bfe219631b5a4e638613f90f9fa47a3defe (patch)
tree3bb878645ae7509f7807197d320a02882ad84751 /docs/ComputeLibrary.dir
parentc40562d4467e3a68b0dac5e865570c8f38d1487e (diff)
downloadComputeLibrary-ceaa0bfe219631b5a4e638613f90f9fa47a3defe.tar.gz
Remove OpenGL ES support
Remove the following: - Relevant backend kernels - Relevant backend functions - Relevant backend validation tests - Relevant backend specific examples - Remove backend support from Graph API - Remove backend support from build system Update documentation Resolves: COMPMID-4149 Change-Id: Id0621d6ee35169754de458103907aaba4ef770c0 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5097 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'docs/ComputeLibrary.dir')
-rw-r--r--docs/ComputeLibrary.dir53
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir
index 8b77ed4f02..de4968c0ab 100644
--- a/docs/ComputeLibrary.dir
+++ b/docs/ComputeLibrary.dir
@@ -43,26 +43,6 @@
* @brief All experimental interfaces
*/
-/** @dir arm_compute/core/GLES_COMPUTE
- * @brief OpenGLES backend core: kernels and utilities.
- */
-
-/** @file arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
- * @brief Manages all the GLES kernels compilation and caching, provides accessors for the GLES Context.
- */
-
-/** @file arm_compute/core/GLES_COMPUTE/GCKernels.h
- * @brief Includes all the GLES kernels at once
- */
-
-/** @file arm_compute/core/GLES_COMPUTE/OpenGLES.h
- * @brief Wrapper to configure the Khronos EGL and OpenGL ES C header
- */
-
-/** @dir arm_compute/core/GLES_COMPUTE/kernels
- * @brief Folder containing all the GLES kernels
- */
-
/** @dir src/core/NEON
* @brief Neon backend core: kernels and utilities.
*/
@@ -95,10 +75,6 @@
* @brief OpenCL specific operations
*/
-/** @dir arm_compute/graph/backends/GLES
- * @brief OpenGLES specific operations
- */
-
/** @dir arm_compute/graph/backends/NEON
* @brief Neon specific operations
*/
@@ -171,22 +147,6 @@
* @brief Experimental runtime interface.
*/
-/** @dir arm_compute/runtime/GLES_COMPUTE
- * @brief OpenGLES backend runtime interface.
- */
-
-/** @file arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
- * @brief Includes all the OpenGLES functions at once
- */
-
-/** @file arm_compute/runtime/GLES_COMPUTE/GCScheduler.h
- * @brief Interface to enqueue GLES kernels and get/set the GLES CommandQueue.
- */
-
-/** @dir arm_compute/runtime/GLES_COMPUTE/functions
- * @brief Folder containing all the GLES functions.
- */
-
/** @dir arm_compute/runtime/NEON
* @brief Neon backend runtime interface.
*/
@@ -221,7 +181,6 @@
* @details Examples have the following structure:
*
* -# cl_*.cpp --> OpenCL examples
- * -# gc_*.cpp --> GLES compute shaders examples
* -# graph_*.cpp --> Graph examples
* -# neoncl_*.cpp --> Neon / OpenCL interoperability examples
* -# neon_*.cpp --> Neon examples
@@ -295,10 +254,6 @@
* @brief OpenCL accessors.
*/
-/** @dir tests/GLES_COMPUTE
- * @brief GLES accessors.
- */
-
/** @dir tests/NEON
* @brief Neon accessors.
*/
@@ -311,10 +266,6 @@
* @brief OpenCL benchmarking tests.
*/
-/** @dir tests/benchmark/GLES_COMPUTE
- * @brief GLES benchmarking tests.
- */
-
/** @dir tests/benchmark/NEON
* @brief Neon benchmarking tests.
*/
@@ -347,10 +298,6 @@
* @brief C++ validation tests.
*/
-/** @dir tests/validation/GLES_COMPUTE
- * @brief GLES validation tests.
- */
-
/** @dir tests/validation/NEON
* @brief Neon validation tests.
*/