| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
static std::atomic<EGLint> next_group_id = 10000;Maybe `AngleContextVirtualizationGroup::kMax+1`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
static std::atomic<EGLint> next_group_id = 10000;Vasiliy TelezhnikovMaybe `AngleContextVirtualizationGroup::kMax+1`?
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thanks for the reviews.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Use per-thread virtualization group for tests
Angle/GL virtualization requires different virtualization groups for
different threads. While in production we have a very controlled
behavior and GL code runs only on specific threads, in unit tests it's
not the case.
To fix this, just assign group based on a thread for tests.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |