dawn-cmake/third_party
Corentin Wallez df69f24824 OpenGL: Don't use glad to load OpenGL entrypoints
This makes the OpenGL entry points loaded at Adapter creation from the
getProcAddress passed in the DiscoveryOptions and update all GL calls in
the backend to go through the new OpenGLFunctions object.

A code generator is added that generates the function loader and list of
GL procs from Khronos' gl.xml file but we can't get rid of glad yet
because it is used to have the PROC typedefs and enum values.

BUG=dawn:165

Change-Id: I2a583d79752f55877fa4190846f5be16cf91651a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/7983
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2019-06-13 10:22:32 +00:00
..
glad Update glad for Desktop GL 4.6 and GLES 3.2 2019-06-12 21:59:42 +00:00
vulkan Import vulkan headers version 1.0.65 2017-11-21 16:09:15 -05:00
BUILD.gn Remove glTFViewer from samples 2019-05-18 03:14:46 +00:00
CMakeLists.txt Validate SPIR-V code when creating ShaderModules 2018-09-07 05:41:25 -04:00
gl.xml OpenGL: Don't use glad to load OpenGL entrypoints 2019-06-13 10:22:32 +00:00