OftenTimeConsuming has quit [Remote host closed the connection]
khfeng has joined #dri-devel
gio has joined #dri-devel
OftenTimeConsuming has joined #dri-devel
bmodem has quit []
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
tzimmermann has joined #dri-devel
Guest2040 has quit [Ping timeout: 480 seconds]
khfeng has quit [Ping timeout: 480 seconds]
<tzimmermann>
airlied, danvet, mripard, mlankhorst, i'm getting slightly nervous about that un-merged PR for drm-misc-next. maxime, if you received the mail, could you resend-as-new to the list and rsp people?
rahul_janga has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
frieder has joined #dri-devel
heat has quit [Ping timeout: 480 seconds]
OftenTimeConsuming has joined #dri-devel
danvet has joined #dri-devel
Ristovski has quit [Remote host closed the connection]
Ristovski has joined #dri-devel
Ristovski has quit [Remote host closed the connection]
fab has joined #dri-devel
Ristovski has joined #dri-devel
khfeng has joined #dri-devel
tarceri has quit [Remote host closed the connection]
tarceri has joined #dri-devel
tursulin has joined #dri-devel
kts has joined #dri-devel
JohnnyonFlame has quit [Ping timeout: 480 seconds]
<pq>
DemiMarie, serial console, netconsole, firewire snooping, kexec, EFI pstore - the first things coming to mind.
jkrzyszt has joined #dri-devel
lynxeye has joined #dri-devel
<danvet>
someone pls point mesa HEAD (default branch in the ui) at main not master
rasterman has joined #dri-devel
OftenTimeConsuming has quit [Ping timeout: 480 seconds]
OftenTimeConsuming has joined #dri-devel
sarahwalker has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
OftenTimeConsuming has joined #dri-devel
aravind has joined #dri-devel
<jekstrand>
danvet: What repo?
<danvet>
jekstrand, mesa/mesa at least, but probably more
<danvet>
I've asked on #freedesktop whether this could maybe be script checked
<jekstrand>
danvet: mesa/mesa already is in gitlab or are you talking cgit?
* jekstrand
wishes we would disable cgit for gitlab repos
<danvet>
jekstrand, hm my origin points at gitlab
<danvet>
but my origin/HEAD points at master
* danvet
very confused
<jekstrand>
danvet: `git checkout main`?
<danvet>
oh I'm on the right branch
<danvet>
but I chatted with someone else and they were stuck on 1y old mesa
<jekstrand>
weird
<danvet>
yeah if I manually fetch it, I get the right thing now
<knr>
origin/HEAD is local IIUC
<knr>
(not synced with remote - just representing the state from git clone)
<danvet>
I thought it updates too?
<danvet>
but yeah that would explain it all
<danvet>
sucks a bit
<danvet>
jekstrand, cgit looks good too when I fetch it
<danvet>
so no idea what they've done, maybe old mesa that they never updated and switched branches
<jekstrand>
could be
pcercuei has joined #dri-devel
lemonzest has joined #dri-devel
<tzimmermann>
mlankhorst, thanks for resending
<eric_engestrom>
danvet: `git remote set-head --auto origin` to ask the remote what its current HEAD branch is and store it in the local clone
sarnex has quit [Ping timeout: 480 seconds]
Ristovski has quit [Remote host closed the connection]
Ristovski has joined #dri-devel
<danvet>
eric_engestrom, thx
<vsyrjala>
what does remote/HEAD even do in your local repo? just the default branch to checkout in case you further clone from your local repo?
<knr>
"Having a default branch for a remote is not required, but allows the name of the remote to be specified in lieu of a specific branch. For example, if the default branch for origin is set to master, then origin may be specified wherever you would normally specify origin/master."
h0tc0d3 has joined #dri-devel
<vsyrjala>
doesn't sounds particularly useful, but maybe i just lack imagination
JohnnyonFlame has joined #dri-devel
slattann has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Konversation terminated!]
kts has joined #dri-devel
linkmauve has left #dri-devel [Error from remote client]
linkmauve has joined #dri-devel
thaytan has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
linkmauve has left #dri-devel [Error from remote client]
<mlankhorst>
tzimmermann: np, will maybe do another pull request tomorrow
<danvet>
mlankhorst, tzimmermann I just pushed out drm-next with your pull applied since airlied is travelling a bit this week
<danvet>
so feel free to do another one
<tomeu>
kusma: looking at it
<danvet>
also maybe backmerge needed to get trees a bit into sync more?
<tomeu>
wish I had a way to reproduce it...
kts has quit [Ping timeout: 480 seconds]
<mripard>
mlankhorst: thanks
aravind has joined #dri-devel
<kusma>
Yeah, all those ,Missing things started happening often somewhat recently (last few weeks), and are a big annoyance when trying to figure out what went wrong...
fxkamd has joined #dri-devel
sdutt has joined #dri-devel
kalidows has joined #dri-devel
<tomeu>
kusma: added some logging and a possible fix, but I'm not able to reproduce it again
<tomeu>
so maybe we will have to reenable and see what happens
<linkmauve>
I’m reading GL_EXT_texture_compression_bptc, and it says “CompressedTexSubImage2D and CompressedTexSubImage3D will result in an INVALID_OPERATION error only if one of the following conditions occurs: * <width> is not a multiple of four, and <width> plus <xoffset> is not equal to TEXTURE_WIDTH;”, but also “If a BPTC image has a width or height that is not a multiple of four, the data correspond
<linkmauve>
ing to texels outside the image are irrelevant and undefined.”
<kusma>
tomeu: :(
<tomeu>
unless you have some ideas on why you were able to hit it twice in that pipeline
<linkmauve>
How can images with sizes not multiple of 4 be represented then?
<kusma>
tomeu: Probably just the direction of the wind or something
<kusma>
linkmauve: Is the same wording in the GL 4.2 spec?
<kusma>
I have a feeling it's not, and the EXT extension was just overly careful (probably due to D3D requirements it was based on)
<linkmauve>
OpenGL 4.2 (Core Profile) - April 27, 2012 also says width and height must be a multiple of 4 for all of the *Tex*Image*D.
<linkmauve>
Page 229-230.
<kusma>
linkmauve: Oh wait, subimages. Yeah, that makes sense, you can't update a non-aligned part of a compressed texture...
vyivel has quit [Remote host closed the connection]
bl4ckb0ne has quit [Remote host closed the connection]
emersion has quit [Remote host closed the connection]
emersion has joined #dri-devel
<linkmauve>
Oh!
<linkmauve>
Yes of course, thanks. :)
<kusma>
np :)
bl4ckb0ne has joined #dri-devel
vyivel has joined #dri-devel
<linkmauve>
Now to figure out why the new emulation from !18012 isn’t exposed in GLES.
<linkmauve>
Probably some ARB vs. EXT issue.
cengiz_io has joined #dri-devel
rgallaispou has quit [Ping timeout: 480 seconds]
fab has quit [Quit: fab]
mszyprow has quit [Ping timeout: 480 seconds]
fxkamd has quit []
zehortigoza has quit [Remote host closed the connection]
dviola has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
<KunalAgarwal[m]>
Can anyone help me with the error - Framebuffer error: 36061
sarahwalker has quit [Remote host closed the connection]
alatiera has joined #dri-devel
mbrost has joined #dri-devel
<enunes>
jasuarez: hi, I see that you enabled support for deqp EGL in ci/broadcom, I have a question about that, do those boards have any display connected?
<enunes>
I was unable to make it run surfaceless so far and I see that deqp-egl is specifically built for the glx egl target, at this point I'm not sure if it even supports surfaceless
macromorgan has joined #dri-devel
kalidows has quit [Ping timeout: 480 seconds]
<enunes>
I also tried HWCI_START_XORG but it fails for me, I suppose because my boards don't have any output connected and that doesn't set up anything special
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
fab has quit [Quit: fab]
fab has joined #dri-devel
dakr has quit [Remote host closed the connection]
nchery has joined #dri-devel
Vanfanel has quit [Read error: Connection reset by peer]
mbrost_ has joined #dri-devel
<anholt>
anyone else seen "undefined reference to 'do_constant_propagation(exec_list*)" since c0b891ecca2b92c9ef2945440c77f45345df3290 ?
mbrost_ has quit [Read error: Connection reset by peer]
mbrost has quit [Ping timeout: 480 seconds]
slattann has quit []
slattann has joined #dri-devel
slattann has quit [Read error: Connection reset by peer]