Mesa (master): mesa: Add TexBufferRange to dispatch_sanity.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Jan 30 18:48:51 UTC 2013


Module: Mesa
Branch: master
Commit: 7cccf46ec4ebcaee406d6ea38e0b232e1d64f7ae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cccf46ec4ebcaee406d6ea38e0b232e1d64f7ae

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jan 30 10:48:05 2013 -0800

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

---

 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 399b9a5..519f6a9 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




More information about the mesa-commit mailing list