summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-02-12 13:12:19 +0200
committerMartin Peres <martin.peres@linux.intel.com>2015-03-25 10:05:45 +0200
commit73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe (patch)
tree180672efa7671e7f9e845e94b70f723512cc6257 /src/mapi
parentb09f2ee8f7b76f30a75eec61ea8225a434365d49 (diff)
downloadexternal_mesa3d-73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe.zip
external_mesa3d-73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe.tar.gz
external_mesa3d-73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe.tar.bz2
main: Added entry point for glCreateSamplers
Because of the current way the code is architectured, there is no functional difference between the DSA and the non-DSA path. Reviewed-by: Laura Ekstrand <laura@jlekstrand.net> Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 9d7a59a..9bba64b 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -420,6 +420,13 @@
<param name="params" type="GLint *" />
</function>
+ <!-- Sampler object functions -->
+
+ <function name="CreateSamplers" offset="assign">
+ <param name="n" type="GLsizei" />
+ <param name="samplers" type="GLuint *" />
+ </function>
+
<!-- Program Pipeline object functions -->
<function name="CreateProgramPipelines" offset="assign">