Skip to content
Snippets Groups Projects
Commit daecd141 authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

Add glMapBufferRange implemented via direct memory access


goldfish_address_space is a memory sharing device between
the QEMU host and an Android guest. This approach allows
to access host's memory from the guest directly without
copying bits.

Bug: 116046430
Test: Run the emulator with an OpenGL app that calls to
      glMapBufferRange.
Change-Id: I1bee79e732fffe5eb853d4f511d707af624ae843
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent 29c99d9a
No related branches found
No related tags found
No related merge requests found
Showing
with 503 additions and 11 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment