Skip to content
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

Log tab - Pause&clear buttons #211

Open
dsrbecky opened this issue Apr 5, 2017 · 0 comments
Open

Log tab - Pause&clear buttons #211

dsrbecky opened this issue Apr 5, 2017 · 0 comments

Comments

@dsrbecky
Copy link
Contributor

dsrbecky commented Apr 5, 2017

I think we need two useful toolbar buttons:
Clear the log (i.e. remove all the items)
Pause (i.e. delay any additions to the log)

Both are intended to manage the case when there is a lot of logging data emitted.

@AWoloszyn AWoloszyn added triaged and removed triaged labels Oct 30, 2018
RenfengLiu pushed a commit to RenfengLiu/gapid that referenced this issue Apr 23, 2020
…#211), heavy refactor, moved graphics and compute into two structs to make things clearer
pmuetschard pushed a commit that referenced this issue Jun 11, 2020
Some improvements to the Virtual Swapchain layer, especially for standalone use (i.e. outside replay).

* Support Android properties instead of environment variables on Android.
* Add `VIRTUAL_SWAPCHAIN_SURFACE_EXTENT` parameter to set the default surface extent (width and height); without this, apps are likely to request a swapchain with `UINT_MAX` width and height, which will fail.
* `vkQueuePresentKHR`: set `pPresentInfo->pResults` if needed; without this, apps may think `vkQueuePresentKHR` always fails.
* Add some logging on failures; uses `__android_log_print` on Android, and `std::cerr` otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants