diff options
author | Laura Ekstrand <[email protected]> | 2015-01-13 13:28:08 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:33 -0700 |
commit | 4adaad5fcc7fc959f24f807e783b6be2903e08a3 (patch) | |
tree | 0d61b9a5330266ea39791ad0c8b56a52099730ea /src/mapi | |
parent | 9cb732b8e9fad4a603f38ce896cd84300e2743a3 (diff) |
main: Add entry point for CopyNamedBufferSubData.
v2: remove _mesa in front of static software fallback.
Reviewed-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 |
1 files changed, 8 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 6d70b8e3f53..042b2a883c9 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -35,6 +35,14 @@ <param name="data" type="const GLvoid *" /> </function> + <function name="CopyNamedBufferSubData" offset="assign"> + <param name="readBuffer" type="GLuint" /> + <param name="writeBuffer" type="GLuint" /> + <param name="readOffset" type="GLintptr" /> + <param name="writeOffset" type="GLintptr" /> + <param name="size" type="GLsizeiptr" /> + </function> + <!-- Texture object functions --> <function name="CreateTextures" offset="assign"> |