aboutsummaryrefslogtreecommitdiff
path: root/xgl.py
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-03-02 17:12:31 -0700
committerJon Ashburn <jon@lunarg.com>2015-03-02 17:12:31 -0700
commiteeec695ccb24f17fdfd968075dea0fd85d0d0d7e (patch)
tree7cfe6c76a4fa9e9c545ab4f5386dad3837966ab7 /xgl.py
parent920a0b628b394c22857c2c2dd6c94d14918139b2 (diff)
downloadusermoji-eeec695ccb24f17fdfd968075dea0fd85d0d0d7e.tar.xz
Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave"
This reverts commit fea3e5fc1ef2f3c9e4f06ab5a8d682f89b76377e.
Diffstat (limited to 'xgl.py')
-rw-r--r--xgl.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/xgl.py b/xgl.py
index 91d73419..c29cb8bf 100644
--- a/xgl.py
+++ b/xgl.py
@@ -306,11 +306,6 @@ core = Extension(
Proto("XGL_RESULT", "UnmapMemory",
[Param("XGL_GPU_MEMORY", "mem")]),
- Proto("XGL_RESULT", "RecordMemoryRange",
- [Param("XGL_GPU_MEMORY", "mem"),
- Param("XGL_GPU_SIZE", "rangeSize"),
- Param("XGL_GPU_SIZE", "rangeOffset")]),
-
Proto("XGL_RESULT", "PinSystemMemory",
[Param("XGL_DEVICE", "device"),
Param("const void*", "pSysMem"),