-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faster Image Capture #2713
Faster Image Capture #2713
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 68297b5 - Browse repository at this point
Copy the full SHA 68297b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f539dbf - Browse repository at this point
Copy the full SHA f539dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57602f6 - Browse repository at this point
Copy the full SHA 57602f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3a757 - Browse repository at this point
Copy the full SHA 8c3a757View commit details -
Configuration menu - View commit details
-
Copy full SHA for e899c94 - Browse repository at this point
Copy the full SHA e899c94View commit details -
Added buffer pool object and used for image capture. Increases speed …
…more. Buffer pool might be useful for other things.
Configuration menu - View commit details
-
Copy full SHA for 205ae5b - Browse repository at this point
Copy the full SHA 205ae5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e73f8 - Browse repository at this point
Copy the full SHA 33e73f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dbb3e - Browse repository at this point
Copy the full SHA 82dbb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a6004 - Browse repository at this point
Copy the full SHA 83a6004View commit details -
Configuration menu - View commit details
-
Copy full SHA for b245d5c - Browse repository at this point
Copy the full SHA b245d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a502b0 - Browse repository at this point
Copy the full SHA 4a502b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9cf5b - Browse repository at this point
Copy the full SHA de9cf5bView commit details
Commits on Mar 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 142f860 - Browse repository at this point
Copy the full SHA 142f860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f89018 - Browse repository at this point
Copy the full SHA 1f89018View commit details
Commits on Mar 27, 2020
-
Rather than assume width is rounded up to power of two, pass the buff…
…er pool to the render thread so it can ask for the correct size of dest buffer when src buffer is known.
Configuration menu - View commit details
-
Copy full SHA for 220ad4b - Browse repository at this point
Copy the full SHA 220ad4bView commit details
Commits on May 6, 2020
-
Nicholas Gyde committed
May 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 03494a5 - Browse repository at this point
Copy the full SHA 03494a5View commit details
Commits on May 11, 2020
-
A memcopy is necessary in RpcLibAdaptorsBase. A swap would send a siz…
…e-0 buffer back into the response's image_data_uint8, which then returns that useless buffer to the buffer pool. Since RPC can't take over the unique_ptr that manages our buffer, we should send RPC a copy.
Nicholas Gyde committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b74b56 - Browse repository at this point
Copy the full SHA 9b74b56View commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b94b8a - Browse repository at this point
Copy the full SHA 0b94b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7f405 - Browse repository at this point
Copy the full SHA 6d7f405View commit details
Commits on May 23, 2020
-
Merge branch 'master' of https://github.com/microsoft/AirSim into pr/…
…2472_rebased
Configuration menu - View commit details
-
Copy full SHA for d70f0e0 - Browse repository at this point
Copy the full SHA d70f0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b16976 - Browse repository at this point
Copy the full SHA 6b16976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4603bf3 - Browse repository at this point
Copy the full SHA 4603bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85fee6 - Browse repository at this point
Copy the full SHA e85fee6View commit details
Commits on May 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b5f79e5 - Browse repository at this point
Copy the full SHA b5f79e5View commit details -
Revert "[Unreal] Use WriteOnly LockMode to avoid crash on Linux using…
… Vulkan" With this modification, garbage data is returned This reverts commit e85fee6.
Configuration menu - View commit details
-
Copy full SHA for 92c977c - Browse repository at this point
Copy the full SHA 92c977cView commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d572411 - Browse repository at this point
Copy the full SHA d572411View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3de9156 - Browse repository at this point
Copy the full SHA 3de9156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41dcd84 - Browse repository at this point
Copy the full SHA 41dcd84View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6612ea4 - Browse repository at this point
Copy the full SHA 6612ea4View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0391272 - Browse repository at this point
Copy the full SHA 0391272View commit details