blaztinn has quit [Remote host closed the connection]
blaztinn has joined #dri-devel
pjakobsson_ has joined #dri-devel
crabbedhaloablution has quit []
pjakobsson has quit [Ping timeout: 480 seconds]
crabbedhaloablution has joined #dri-devel
woskova` has quit []
woskova has joined #dri-devel
kts has joined #dri-devel
ElementW has quit [Quit: Bai bai]
ElementW has joined #dri-devel
NiGaR has quit [Ping timeout: 480 seconds]
NiGaR has joined #dri-devel
RAOF_ has quit [Remote host closed the connection]
RAOF has joined #dri-devel
dt9 has joined #dri-devel
dt9_ has quit [Ping timeout: 480 seconds]
The_Company has quit []
bolson has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
JRepin has quit []
JRepin has joined #dri-devel
JRepin has quit []
soreau has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
kts has quit [Quit: Leaving]
soreau has joined #dri-devel
fab has joined #dri-devel
gnarchie has quit [Ping timeout: 480 seconds]
fomys has joined #dri-devel
kts has joined #dri-devel
sima has joined #dri-devel
coldfeet has joined #dri-devel
amarsh04 has quit []
yrlf has quit [Ping timeout: 480 seconds]
yrlf has joined #dri-devel
amarsh04 has joined #dri-devel
tanty has quit [Ping timeout: 480 seconds]
BesterGester has joined #dri-devel
amarsh04 has quit []
rasterman has joined #dri-devel
amarsh04 has joined #dri-devel
sarnex has quit [Quit: Quit]
sarnex has joined #dri-devel
tanty has joined #dri-devel
danylo has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
haaninjo has joined #dri-devel
fomys has quit []
<gio>
I have a question about llvmpipe descriptors: in lvp_CreateDescriptorLayout() is seems that the "stride" field in struct lvp_descriptor_set_binding_layout can only be different from zero for bindings that contain immutable samplers with a YCbCr conversion, and as far as I understand Vulkan that can only happen for bindings of type COMBINED_IMAGE_SAMPLER. However in
<gio>
lvp_UpdateDescriptorSets() the layout binding stride is used also for descriptor types different from COMBINED_IMAGE_SAMPLER, and I can't understand in which case that can be different from one. Is that an oversight or am I missing something?
<gio>
Similarly, it seems to me (reading the specification) that image views with plane_count > 1 can only be used for combined image samplers (because they need YCbCr conversion), but again other cases in lvp_UpdateDescriptorSets() seem to handle plane_count > 1.