Ryan Houdek

Results 293 comments of Ryan Houdek

I can also confirm that if I plug the type-C HDMI adapter in to the Surfacebook2 that I don't get any audio over it. If I plug the dongle in...

Change this so we have `libGL` thunk and `libFGL` so the two implementations can live side by side and I don't see any reason why it can't be tested at...

Except that it is changing a wackload of code from passthrough to custom implementations. Which I'm not sure if we agree is the right path forward yet. Which is why...

I'm fine with more code to keep the implementations separate, or if you want to save some code duplication add some GL_Common folder or something then have each implementation inline...

Packages are installed, this now has other build failure or test failure depending.

> g++-multilib-i686-linux-gnu It's already installed. ``` ryanh@buildbot-macmini-2:~$ sudo apt-get install libc6-dev-i386-cross [sudo] password for ryanh: Reading package lists... Done Building dependency tree Reading state information... Done libc6-dev-i386-cross is already the...

> Oh wait, we are missing teh `x86_64` ones ``` ryanh@buildbot-macmini-2:~$ sudo apt-get install libc6-dev-amd64-cross g++-multilib-x86-64-linux-gnu Reading package lists... Done Building dependency tree Reading state information... Done g++-multilib-x86-64-linux-gnu is already...