ui: use stencil buffer to draw polygons (#28902)

* Update ui.cc

* add a bunch of debugging stuff i don't want to lose

* Revert "add a bunch of debugging stuff i don't want to lose"

This reverts commit 2de6ab5b68bc528e913db68f7fe576b6ebe89a9b.

* enable stencil buffer

* lower ui CPU usage

* Revert "lower ui CPU usage"

This reverts commit 650241c0d89c1476de3995f1dc3f87f671dd1dd7.
old-commit-hash: 936bfcd7ba
vw-mqb-aeb
Shane Smiskol 2 years ago committed by GitHub
parent 10a58a18ff
commit 8e89512da7
  1. 1
      selfdrive/ui/qt/util.cc

@ -96,6 +96,7 @@ void setQtSurfaceFormat() {
fmt.setRenderableType(QSurfaceFormat::OpenGLES);
#endif
fmt.setSamples(16);
fmt.setStencilBufferSize(1);
QSurfaceFormat::setDefaultFormat(fmt);
}

Loading…
Cancel
Save