PabloPL
PabloPL
By the way @Stephenandy - i'm not connected in any way with this repo/Infineon/etc - i just did tried to use this library some time ago, found a bug and...
> @PabloPL do you mean #173 or #179 > > The first #173 was fixed a year ago > > The second #179 is new and I p[ersonally do not...
There is nice entry on VC04 wiki, how to test mesa without breaking existing distribution https://github.com/anholt/mesa/wiki/Building-Mesa-for-VC4 So it should be possible to have/test binary and open source drivers on the...
Info about polygon offset calculation which i've found: About integer part of offset: - min value is -32 and max is 31 - it's calculated in following way: ```(value target...
TODO find out what is the place where polygon offset unit is stored.
@anarsoul At this moment i don't have time to work more on this. At first post i've tried to describe what i've found when comparing mali binary dumps. I've also...
Also i had to add https://github.com/PabloPL/mesa-lima/commit/20ac8f025525bc3bc4b46cb68dcb0da5a9621d22 (so we can have format which supports depth).
And this is what is generated by mesa currently ``` lima: dump command stream enabled num config 1 gbm format 34325241 lima: update attribute info at va 43800 0000: 0x0008c000...
I've already done this and posted in first comment (with some comments).
I think we should render empty screen (since we set that we don't want anything to display).