From 1c76024938163b0448df3f97294c9135c141d072 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Wed, 10 Sep 2014 23:29:03 +0200 Subject: [PATCH] [ES][GL] Maintain compatibility with 1.1.4 --- Source/Bind/Generator.Bind.csproj | 1 + .../GL2/GL/4.5/ARB_direct_state_access.xml | 108 +++++++++++++++++---- .../Specifications/GL2/GL/4.5/ARB_robustness.xml | 18 ++++ Source/Bind/Specifications/GL2/overrides.xml | 4 +- 4 files changed, 112 insertions(+), 19 deletions(-) create mode 100644 Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml diff --git a/Source/Bind/Generator.Bind.csproj b/Source/Bind/Generator.Bind.csproj index 7c280bd..dd7e499 100644 --- a/Source/Bind/Generator.Bind.csproj +++ b/Source/Bind/Generator.Bind.csproj @@ -261,6 +261,7 @@ + diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml b/Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml index 89624c2..79b50dc 100644 --- a/Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml +++ b/Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml @@ -119,20 +119,20 @@ RenderbufferStorage - + RenderbufferStorage - + PixelFormat - + PixelFormat - + PixelFormat @@ -157,30 +157,30 @@ TextureParameterName - + SizedInternalFormat - + SizedInternalFormat - + SizedInternalFormat - + SizedInternalFormat - + SizedInternalFormat - + PixelFormat PixelType - + PixelFormat PixelType - + PixelFormat PixelType @@ -208,19 +208,19 @@ - + VertexArrayParameter - + VertexArrayIndexedParameter - + VertexArrayIndexed64Parameter - + VertexAttribType - + VertexAttribType @@ -259,4 +259,78 @@ + + + ExtDirectStateAccess + + + ExtDirectStateAccess + PixelFormat + + + ExtDirectStateAccess + int + + + ExtDirectStateAccess + + + NvShaderBufferLoad + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + uint + + + ExtDirectStateAccess + + + FramebufferParameterName + + + ExtDirectStateAccess + + + PixelInternalFormat + + + ExtDirectStateAccess + + + PixelInternalFormat + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + ExtDirectStateAccess + + + diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml b/Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml new file mode 100644 index 0000000..765a9b0 --- /dev/null +++ b/Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml @@ -0,0 +1,18 @@ + + + + + + ArbRobustness + ArbRobustness + + + + + + All + All + + + + diff --git a/Source/Bind/Specifications/GL2/overrides.xml b/Source/Bind/Specifications/GL2/overrides.xml index 742ec50..24d68d9 100644 --- a/Source/Bind/Specifications/GL2/overrides.xml +++ b/Source/Bind/Specifications/GL2/overrides.xml @@ -1244,7 +1244,7 @@ ClipDepthMode - + ResetStatus @@ -5519,7 +5519,7 @@ - + ResetStatus -- 2.7.4