diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-03-02 17:12:31 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-03-02 17:12:31 -0700 |
| commit | eeec695ccb24f17fdfd968075dea0fd85d0d0d7e (patch) | |
| tree | 7cfe6c76a4fa9e9c545ab4f5386dad3837966ab7 /xgl.py | |
| parent | 920a0b628b394c22857c2c2dd6c94d14918139b2 (diff) | |
| download | usermoji-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.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"), |
