diff options
author | Kenneth Graunke <[email protected]> | 2013-01-30 10:48:05 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-01-30 10:48:05 -0800 |
commit | 7cccf46ec4ebcaee406d6ea38e0b232e1d64f7ae (patch) | |
tree | 47d8cd513802a86ca880efc96e7a26cc57bd934c /src/mesa/main/tests | |
parent | 4bdf5454a5b0846d56c610b4e7e595fbedcf4c22 (diff) |
mesa: Add TexBufferRange to dispatch_sanity.
Christoph implemented this, so we should expect it to be present now.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60082
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 399b9a5c640..519f6a9a46a 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -893,7 +893,7 @@ const struct function gl_core_functions_possible[] = { // { "glGetProgramResourceLocation", 43, -1 }, // XXX: Add to xml // { "glGetProgramResourceLocationIndex", 43, -1 }, // XXX: Add to xml // { "glShaderStorageBlockBinding", 43, -1 }, // XXX: Add to xml -// { "glTexBufferRange", 43, -1 }, // XXX: Add to xml + { "glTexBufferRange", 43, -1 }, // { "glTextureBufferRangeEXT", 43, -1 }, // XXX: Add to xml // { "glTexStorage2DMultisample", 43, -1 }, // XXX: Add to xml // { "glTexStorage3DMultisample", 43, -1 }, // XXX: Add to xml |