Remove cl_gl_ext.h includes (#144)
authorJames Price <jrprice@google.com>
Fri, 12 Mar 2021 19:03:59 +0000 (14:03 -0500)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 19:03:59 +0000 (11:03 -0800)
All OpenGL extensions are now in cl_gl.h.

inc/README.txt
loader/icd_dispatch.h
test/driver_stub/cl_gl.c
test/driver_stub/icd.c
test/loader_test/param_struct.h
test/loader_test/test_clgl.c

index 9209d44d1c05fd44a7bfa9891e6a7ddad8ea34c0..a52b21141076d94e45ce94a040da2bb018b02547 100644 (file)
@@ -6,7 +6,6 @@ inc/CL/cl_d3d11.h
 inc/CL/cl_dx9_media_sharing.h
 inc/CL/cl_egl.h
 inc/CL/cl_ext.h
-inc/CL/cl_gl_ext.h
 inc/CL/cl_gl.h
 inc/CL/cl.h
 inc/CL/cl.hpp
index c1adbfa78aa0b7f7089aea04fa973d815b93734e..3f0722fdeac011da857628938a2fb21322351f5d 100644 (file)
@@ -56,7 +56,6 @@
 #include <CL/cl_dx9_media_sharing.h>
 #endif
 #include <CL/cl_gl.h>
-#include <CL/cl_gl_ext.h>
 #include <CL/cl_ext.h>
 #include <CL/cl_egl.h>
 #include <CL/cl_icd.h>
index 0694748f8275bc512508a9fc59e69a32c761a280..e1954639a109fb6878bedc098c7d01ca0a51bade 100644 (file)
@@ -1,5 +1,4 @@
 #include <CL/cl_gl.h>
-#include <CL/cl_gl_ext.h>
 #include <platform/icd_test_log.h>
 
 // Need to rename all CL API functions to prevent ICD loader functions calling
index 7b58de29b8e6e5e1122381ab3cc7e5e0897d6373..75eb245e6c24e4f9eaccc7da3d618aae6629b03d 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "CL/cl.h"
 #include "CL/cl_gl.h"
-#include "CL/cl_gl_ext.h"
 
 /*
  * Prototypes for deprecated functions no longer present in cl.h
index d04e2290f6cce775a0a57919c737640f3401ae5a..9677d7de5f8752eecdd8dce33f596d94a484d63f 100644 (file)
@@ -3,7 +3,6 @@
 
 #include<CL/cl.h>
 #include<CL/cl_gl.h>
-#include<CL/cl_gl_ext.h>
 
 struct clCreateCommandQueue_st
 {
index b72c589c823a4edcfbadd99b8888b5d44bdf9e25..ee84e3c07f5d497fad6a1f72fad6564b83bc3801 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <CL/cl.h>
 #include <CL/cl_gl.h>
-#include <CL/cl_gl_ext.h>
 #include "param_struct.h"
 #include <platform/icd_test_log.h>