Nasina has quit [Read error: Connection reset by peer]
pzanoni has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
glennk has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
The_Company has quit []
Nasina has joined #dri-devel
Nasina has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
Nasina has quit [Remote host closed the connection]
blaztinn has quit [Ping timeout: 480 seconds]
blaztinn has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
illwieckz has quit [Read error: Connection reset by peer]
Company has joined #dri-devel
illwieckz has joined #dri-devel
Company has quit []
nerdopolis has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
zsoltiv_ has quit [Ping timeout: 480 seconds]
Nasina has quit [Remote host closed the connection]
Nasina has joined #dri-devel
zzyiwei has joined #dri-devel
zzyiwei has quit [Read error: Connection reset by peer]
vliaskov__ has joined #dri-devel
Nasina has quit [Remote host closed the connection]
fab has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
kasper93_ has joined #dri-devel
kasper93 is now known as Guest17728
kasper93_ is now known as kasper93
kasper93_ has joined #dri-devel
kasper93 is now known as Guest17729
kasper93_ is now known as kasper93
kasper93_ has joined #dri-devel
kasper93 is now known as Guest17730
kasper93_ is now known as kasper93
Guest17728 has quit [Ping timeout: 480 seconds]
Guest17729 has quit [Ping timeout: 480 seconds]
Guest17730 has quit [Ping timeout: 480 seconds]
fab has quit [Quit: fab]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Duke`` has joined #dri-devel
fab has joined #dri-devel
kasper93 has quit [Ping timeout: 480 seconds]
kzd has quit [Ping timeout: 480 seconds]
Nasina has joined #dri-devel
sghuge has quit [Remote host closed the connection]
fab has quit [Quit: fab]
sghuge has joined #dri-devel
fab has joined #dri-devel
fab has quit []
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
hikiko_ has joined #dri-devel
hikiko has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.6.3]
Daanct12 has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
rasterman has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
<karolherbst>
Soo.. I might want to do something about resource_from_user_memory. Atm I think most drivers only accept page aligned pointers, iris does internal offset magic to support any. I'm wondering if it's better to move that into the frontends instead. On the OpenGL side it's used through GL_AMD_pinned_memory and GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD. The
<karolherbst>
GL extension doesn't specify any alignment requirements, just advises to use system page size in the FAQ. The OpenCL side of things can create cl_mem buffers from host memory and doesn't specify an alignment req either, however the request is not allowed to fail in OpenCL, so atm if the driver rejects it, I simply create a shadow buffer and handle
<karolherbst>
it in the frontend.
<karolherbst>
I wonder if we should add a cap where each driver specifies the required alignment of resource_from_user_memory
<karolherbst>
and then make it a frontend problem to make the call reliable
<eric_engestrom>
hakzsam: sorry the for ~48h late reply, I've been very sporadically on my laptop these last couple of days (and I'm about to be mostly offline for a week)
<eric_engestrom>
hakzsam: I'll make a release right now, although I only have a few minutes before I have to go; if I don't manage now I'll find some time tomorrow
<eric_engestrom>
the release will have no other commit and I'll skip the normal ci round to verify it otherwise I don't have time to wait
croissant_ has quit []
hikiko_ has joined #dri-devel
hikiko has quit [Ping timeout: 480 seconds]
croissant has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
<robclark>
karolherbst: any idea about this (from cts test_conversions):