From eeec695ccb24f17fdfd968075dea0fd85d0d0d7e Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Mon, 2 Mar 2015 17:12:31 -0700 Subject: Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" This reverts commit fea3e5fc1ef2f3c9e4f06ab5a8d682f89b76377e. --- xgl.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xgl.py') 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"), -- cgit v1.2.3