On Mon, 4 Nov 2024, Alex Bennée wrote:
Dmitry Osipenko writes:
On 11/1/24 20:16, Alex Bennée wrote:
Also what is the subtlety behind using both stride and bytes_pp in the
calculation. My naive thought would be:
fb.bytes_pp * ss.r.width == fb.stride
Can anyone enlighten me?
GPUs want ima
Dmitry Osipenko writes:
> On 11/1/24 20:16, Alex Bennée wrote:
>> Also what is the subtlety behind using both stride and bytes_pp in the
>> calculation. My naive thought would be:
>>
>> fb.bytes_pp * ss.r.width == fb.stride
>>
>> Can anyone enlighten me?
>
> GPUs want image line size to be al
On 11/1/24 20:16, Alex Bennée wrote:
> Also what is the subtlety behind using both stride and bytes_pp in the
> calculation. My naive thought would be:
>
> fb.bytes_pp * ss.r.width == fb.stride
>
> Can anyone enlighten me?
GPUs want image line size to be aligned to a power of 2 value, like 64
Dmitry Osipenko writes:
> On 11/1/24 18:35, Peter Maydell wrote:
>> On Tue, 29 Oct 2024 at 12:11, Alex Bennée wrote:
>>>
>>> From: Robert Beckett
>>>
>>> Support BLOB resources creation, mapping, unmapping and set-scanout by
>>> calling the new stable virglrenderer 0.10 interface. Only enabled
Peter Maydell writes:
> On Tue, 29 Oct 2024 at 12:11, Alex Bennée wrote:
>>
>> From: Robert Beckett
>>
>> Support BLOB resources creation, mapping, unmapping and set-scanout by
>> calling the new stable virglrenderer 0.10 interface. Only enabled when
>> available and via the blob config. E.g. -
On 11/1/24 18:35, Peter Maydell wrote:
> On Tue, 29 Oct 2024 at 12:11, Alex Bennée wrote:
>>
>> From: Robert Beckett
>>
>> Support BLOB resources creation, mapping, unmapping and set-scanout by
>> calling the new stable virglrenderer 0.10 interface. Only enabled when
>> available and via the blob
On Tue, 29 Oct 2024 at 12:11, Alex Bennée wrote:
>
> From: Robert Beckett
>
> Support BLOB resources creation, mapping, unmapping and set-scanout by
> calling the new stable virglrenderer 0.10 interface. Only enabled when
> available and via the blob config. E.g. -device virtio-vga-gl,blob=true
>
From: Robert Beckett
Support BLOB resources creation, mapping, unmapping and set-scanout by
calling the new stable virglrenderer 0.10 interface. Only enabled when
available and via the blob config. E.g. -device virtio-vga-gl,blob=true
Signed-off-by: Antonio Caggiano
Signed-off-by: Robert Becket