Re: [Mesa-dev] issue about context reference

2020-10-03 Thread Zhu Yijun
Now I am using staging/20.1, I will use mesa/master to reproduce it. Marek Olšák 于2020年10月1日周四 上午2:57写道: > > Hi, > > Does the issue happen with mesa/master? > > Marek > > > On Mon, Sep 28, 2020 at 3:11 AM Zhu Yijun wrote: >> >> hi all, >> >> I use qemu/kvm to boot some android guests with virgl

Re: [Mesa-dev] Rust drivers in Mesa

2020-10-03 Thread Konstantin Kharlamov
On Sat, 2020-10-03 at 00:51 +0200, timur.kris...@gmail.com wrote: > The Rust syntax is slightly annoying. They departed from C/C++ enough > to make Rust look different, but then they got lazy and for some reason > they chose to keep the most annoying parts from C/C++ like curly braces > and semicol

Re: [Mesa-dev] Rust drivers in Mesa

2020-10-03 Thread Konstantin Kharlamov
On Fri, 2020-10-02 at 08:04 -0700, Dylan Baker wrote: > And if you're not going to use cargo, is rust really a win? Sure. When people talk about Rust in context of advantages against other languages, I don't remember Cargo ever being mentioned. People love it for other reasons. > The standard li

Re: [Mesa-dev] Rust drivers in Mesa

2020-10-03 Thread Konstantin Kharlamov
On Sun, 2020-10-04 at 00:48 +0300, Konstantin Kharlamov wrote: The standard > > library is rather minimal "because just pull in 1000 crates". The distro > > people can correct me if I'm wrong, but when librsvg went to rust it was a > > nightmare, several distros went a long time without updates be