<tarceri>
I thought it was a bug with the new pass I was writing for the past 2 days lol
tursulin has joined #dri-devel
glennk has joined #dri-devel
lynxeye has joined #dri-devel
Daanct12 has joined #dri-devel
<airlied>
tarceri: yeah that's likely going to be a virglrenderer bug
<airlied>
would need to see the TGSI
unground has joined #dri-devel
sarahwalker has joined #dri-devel
<airlied>
sima: fyi backmerge in drm-next
<airlied>
robclark: please check the msm merge is okay, had some conflicts
vliaskov has joined #dri-devel
kts has joined #dri-devel
rasterman has joined #dri-devel
mripard has joined #dri-devel
jfalempe has joined #dri-devel
Daanct12 has quit [Quit: WeeChat 4.0.5]
Daanct12 has joined #dri-devel
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
co1umbarius has joined #dri-devel
columbarius has quit [Ping timeout: 480 seconds]
bmodem has quit [Ping timeout: 480 seconds]
Jeremy_Rand_Talos has quit [Remote host closed the connection]
Jeremy_Rand_Talos has joined #dri-devel
fab has joined #dri-devel
bmodem has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
Company has joined #dri-devel
hansg has joined #dri-devel
itoral has quit [Quit: Leaving]
columbarius has joined #dri-devel
kts has joined #dri-devel
co1umbarius has quit [Ping timeout: 480 seconds]
kts_ has joined #dri-devel
kts_ has quit [Remote host closed the connection]
kts has quit [Ping timeout: 480 seconds]
bmodem has quit [Ping timeout: 480 seconds]
yyds has quit [Remote host closed the connection]
<tintou>
tarceri: If you can open an issue on GitLab (once back on track) with the virglrenderer tag so that no information is lost, that would be nice :)
junaid has joined #dri-devel
frieder has quit [Ping timeout: 480 seconds]
junaid has quit [Remote host closed the connection]
frieder has joined #dri-devel
frieder has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
frieder has joined #dri-devel
<gfxstrand>
dcbaker: Ping me whenever you get online today. I'd like to chat about merging NAK.
mbrost has joined #dri-devel
Daanct12 has quit [Quit: WeeChat 4.1.0]
bmodem has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
bmodem has quit [Ping timeout: 480 seconds]
heat has joined #dri-devel
yann-kaelig has joined #dri-devel
<robclark>
airlied: well, it compiles, so that seems like a good sign.. I'll have a closer look in a bit when I get to the office
<yann-kaelig>
Hello
<yann-kaelig>
Don't know where to report this issue but when I'm trying to reset my password I get a " 500 We're sorry. Something went wrong on our end."
<kisak>
yann-kaelig: sounds like #freedesktop would be closer
<gfxstrand>
There's some general GitLab problems right now due to a failed migration. It may be related to that and will probably "just work" tomorrow.
<daniels>
^ that
<yann-kaelig>
ok, well, issue reported on the channel.
<emersion>
> Note that dumb objects may not be used for gpu acceleration, as has been attempted on some ARM embedded platforms. Such drivers really must have a hardware-specific ioctl to allocate suitable buffer objects.
<sima>
daniels, emersion maybe "KMS dumb buffers are not suitable to be displayed on any other device than the KMS device where they were allocated from"?
<sima>
emersion, I think the previous sentence covers that well
<sima>
emersion, do you want to document the lols of converting a legacy depth/bpp pair into a modern drm_fourcc?
<sima>
but maybe that's better for the addfb1/2 docs ...
tursulin has joined #dri-devel
<emersion>
daniels, lol
<sima>
emersion, with or without my suggestion for reworded "use this for kms display only": a-b: me
<emersion>
sima, oh that…
<daniels>
sima: yeah that sounds like better wording
<sima>
emersion, for the 2nd one, I thought you can nowadays just use kerneldoc syntax in .rst to get the autohighlighting stuff, so no need to sprinkle :c:$type: annotations all over
<sima>
but also, I don't mind if there's a reason the kerneldoc automarkup fails for these somehow ...
<sima>
so a-b: me on 2nd patch too
<emersion>
sima, doesn't work for macros
<sima>
ugh
<sima>
yeah then this is fine I think
<emersion>
"struct foo" works, but not "&FOO"
<sima>
isn't it %FOO?
<sima>
&foo is for struct foo
<sima>
or &FOO for struct FOO really
<emersion>
i've used &FOO for macros in comments
<sima>
but also it's rather brittle lool
<sima>
&thing is definitely meant for struct thing
<sima>
ah disappointingly %FOO and $FOO do not cross-reference :-(
<emersion>
"The below are only recognized within kernel-doc comments, not within normal reStructuredText documents."
<gfxstrand>
cwabbott: We really need to be able to CSE ballot within a block...
<cwabbott>
gfxstrand: it should be easy to special-case that
<cwabbott>
I had a (truely ancient, pre-gitlab) series to add a bunch of intrinsic properties to properly describe subgroup ops
<cwabbott>
one was "derivative-like" where you communicate a fixed set of other invocations that are assumed to be active, and the other was more "ballot-like" where you need the active set to be the exact same
<cwabbott>
with that we could make CSE and so on better in a much less hacky way
ficoPRO10 has joined #dri-devel
pochu has quit [Ping timeout: 480 seconds]
kasper93 has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
sarahwalker has quit [Remote host closed the connection]
aravind has joined #dri-devel
<anholt>
cwabbott: oh, that sounds nice
aravind has quit [Read error: Connection reset by peer]
<karolherbst>
gallium question: what is `pipe_image_view::access` supposed to specify? How the frontend might use or has used the image?
<karolherbst>
like.. if the API creates an API image object with READ|WRITE, but the shader it gets bound to only WRITES to it, then access = READ|WRITE and shader_access = WRITE?
simon-perretta-img has quit []
simon-perretta-img has joined #dri-devel
junaid has joined #dri-devel
<zmike>
iirc they're usually the same?
<zmike>
generated from the shader
djbw has joined #dri-devel
<robclark>
karolherbst: one is from the shader, the other is from the api
<robclark>
actually, I even left a comment explaining precisely that :-P
<karolherbst>
right.. so e.g. if the application through the API says "host access is READ_ONLY" then access is READ, but if a shader only writes to the image, shader_Access is WRITE
<robclark>
in particular, it exists so the backend knows coherent/volatile
<karolherbst>
right
<robclark>
there are some cases where backend needs to convert format if image is coherent/volatile
<robclark>
so it is a slow path
<karolherbst>
right...
sukrutb has joined #dri-devel
simon-perretta-img has quit []
simon-perretta-img has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
yann-kaelig has quit []
panera has joined #dri-devel
<panera>
can anyone else sign in on gitlab.freedesktop.org at the moment? I'm getting the following error when trying to log in through GitLab: Could not authenticate you from GitLab because "Ssl connect returned=1 errno=0 peeraddr= state=error: sslv3 alert handshake failure".
<panera>
when I try to register an account on gitlab.freedesktop.org itself, I get a "500" error. ("We're sorry. Something went wrong on our end.")
ngcortes has joined #dri-devel
ryanneph has joined #dri-devel
<anholt>
panera: temporary server issue, known and being worked on.
<panera>
okay, thanks.
ngcortes_ has joined #dri-devel
ngcortes_ has quit []
ngcortes_ has joined #dri-devel
ngcortes_ has quit [Remote host closed the connection]
ngcortes has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
ngcortes has joined #dri-devel
tleydxdy has quit [Ping timeout: 480 seconds]
bylaws has quit [Ping timeout: 480 seconds]
ofirbitt[m] has quit [Ping timeout: 480 seconds]
knr has quit [Ping timeout: 480 seconds]
ohadsharabi[m] has quit [Ping timeout: 480 seconds]
halfline[m] has quit [Ping timeout: 480 seconds]
K0bin[m] has quit [Ping timeout: 480 seconds]
q4a has quit [Ping timeout: 480 seconds]
robertmader[m] has quit [Ping timeout: 480 seconds]
bubblethink[m] has quit [Ping timeout: 480 seconds]
MayeulC has quit [Ping timeout: 480 seconds]
YaLTeR[m] has quit [Ping timeout: 480 seconds]
cwfitzgerald[m] has quit [Ping timeout: 480 seconds]
AlexisHernndezGuzmn[m] has quit [Ping timeout: 480 seconds]
gnustomp[m] has quit [Ping timeout: 480 seconds]
daissi has quit [Ping timeout: 480 seconds]
Wallbraker has quit [Ping timeout: 480 seconds]
dabrain34[m]1 has quit [Ping timeout: 480 seconds]
x512[m] has quit [Ping timeout: 480 seconds]
samueldr has quit [Ping timeout: 480 seconds]
aradhya7[m] has quit [Ping timeout: 480 seconds]
tak2hu[m] has quit [Ping timeout: 480 seconds]
Ella[m] has quit [Ping timeout: 480 seconds]
ttayar[m] has quit [Ping timeout: 480 seconds]
jasuarez has quit [Ping timeout: 480 seconds]
reactormonk[m] has quit [Ping timeout: 480 seconds]
nyorain[m] has quit [Ping timeout: 480 seconds]
gdevi has quit [Ping timeout: 480 seconds]
znullptr[m] has quit [Ping timeout: 480 seconds]
zzxyb[m] has quit [Ping timeout: 480 seconds]
tomba has quit [Ping timeout: 480 seconds]
zzoon_OOO_till_03_Oct[m] has quit [Ping timeout: 480 seconds]
doraskayo has quit [Ping timeout: 480 seconds]
kunal_10185[m] has quit [Ping timeout: 480 seconds]
FloGrauper[m] has quit [Ping timeout: 480 seconds]
swick[m] has quit [Ping timeout: 480 seconds]
fkassabri[m] has quit [Ping timeout: 480 seconds]
EricCurtin[m] has quit [Ping timeout: 480 seconds]
dantob has quit [Ping timeout: 480 seconds]
Quinten[m] has quit [Ping timeout: 480 seconds]
ram15[m] has quit [Ping timeout: 480 seconds]
treeq[m] has quit [Ping timeout: 480 seconds]
Hazematman has quit [Ping timeout: 480 seconds]
msizanoen[m] has quit [Ping timeout: 480 seconds]
shoffmeister[m] has quit [Ping timeout: 480 seconds]
Anson[m] has quit [Ping timeout: 480 seconds]
Newbyte has quit [Ping timeout: 480 seconds]
moben[m] has quit [Ping timeout: 480 seconds]
Vin[m] has quit [Ping timeout: 480 seconds]
ids1024[m] has quit [Ping timeout: 480 seconds]
BilalElmoussaoui[m] has quit [Ping timeout: 480 seconds]
pp123[m] has quit [Ping timeout: 480 seconds]
zamundaaa[m] has quit [Ping timeout: 480 seconds]
kos_tom has quit [Ping timeout: 480 seconds]
Armote[m] has quit [Ping timeout: 480 seconds]
ajhalaney[m] has quit [Ping timeout: 480 seconds]
enunes[m] has quit [Ping timeout: 486 seconds]
sigmoidfunc[m] has quit [Ping timeout: 486 seconds]
jtatz[m] has quit [Ping timeout: 486 seconds]
yshui` has quit [Ping timeout: 481 seconds]
daniliberman[m] has quit [Ping timeout: 486 seconds]
Targetball[m] has quit [Ping timeout: 486 seconds]
dhirschfeld2[m] has quit [Ping timeout: 486 seconds]
cmeissl[m] has quit [Ping timeout: 486 seconds]
gallo[m] has quit [Ping timeout: 481 seconds]
enick_185 has quit [Ping timeout: 481 seconds]
Mershl[m] has quit [Ping timeout: 481 seconds]
pankart[m] has quit [Ping timeout: 481 seconds]
anfanite396[m] has quit [Ping timeout: 481 seconds]
Sumera[m] has quit [Ping timeout: 481 seconds]
AlaaEmad[m] has quit [Ping timeout: 486 seconds]
nick1343[m] has quit [Ping timeout: 481 seconds]
YHNdnzj[moz] has quit [Ping timeout: 480 seconds]
naheemsays[m] has quit [Ping timeout: 480 seconds]
undvasistas[m] has quit [Ping timeout: 480 seconds]
MotiH[m] has quit [Ping timeout: 480 seconds]
JosExpsito[m] has quit [Ping timeout: 480 seconds]
masush5[m] has quit [Ping timeout: 480 seconds]
jenatali has quit [Ping timeout: 480 seconds]
Guest2233 has quit [Ping timeout: 480 seconds]
viciouss[m] has quit [Ping timeout: 480 seconds]
nekit[m] has quit [Ping timeout: 480 seconds]
orowith2os[m] has quit [Ping timeout: 481 seconds]
pushqrdx[m] has quit [Ping timeout: 481 seconds]
enick_991 has quit [Ping timeout: 481 seconds]
talcohen[m] has quit [Ping timeout: 481 seconds]
doras has quit [Ping timeout: 481 seconds]
vidal72[m] has quit [Ping timeout: 481 seconds]
T_UNIX has quit [Ping timeout: 480 seconds]
egalli has quit [Ping timeout: 480 seconds]
kelbaz[m] has quit [Ping timeout: 481 seconds]
hch12907 has quit [Ping timeout: 481 seconds]
siddh has quit [Ping timeout: 480 seconds]
vdavid003[m] has quit [Ping timeout: 480 seconds]
kallisti5[m] has quit [Ping timeout: 480 seconds]
ella-0[m] has quit [Ping timeout: 480 seconds]
isinyaaa[m] has quit [Ping timeout: 480 seconds]
aura[m] has quit [Ping timeout: 480 seconds]
Eighth_Doctor has quit [Ping timeout: 480 seconds]
koike has quit [Ping timeout: 480 seconds]
DemiMarie has quit [Ping timeout: 480 seconds]
Tooniis[m] has quit [Ping timeout: 480 seconds]
tintou has quit [Ping timeout: 480 seconds]
kusma has quit [Ping timeout: 480 seconds]
tomeu has quit [Ping timeout: 481 seconds]
sergi1 has quit [Ping timeout: 480 seconds]
heftig has quit [Ping timeout: 480 seconds]
nielsdg has quit [Ping timeout: 480 seconds]
nicofee[m] has quit [Ping timeout: 480 seconds]
KunalAgarwal[m][m] has quit [Ping timeout: 480 seconds]
exp80[m] has quit [Ping timeout: 480 seconds]
Vanfanel has quit [Ping timeout: 480 seconds]
dcbaker has quit [Ping timeout: 480 seconds]
Leopold__ has quit []
gouchi has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
AlexisHernndezGuzmn[m] has joined #dri-devel
Kayden has quit [Quit: -> JF]
tursulin has quit [Ping timeout: 480 seconds]
cwfitzgerald[m] has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]
panera has quit [Quit: Konversation terminated!]
linyaa has joined #dri-devel
gnustomp[m] has joined #dri-devel
daissi has joined #dri-devel
heftig has joined #dri-devel
aradhya7 has quit []
colemickens has joined #dri-devel
<colemickens>
3 weeks and no commits to mesa-23.2... hm...
Kayden has joined #dri-devel
<alyssa>
colemickens: congrats on your new role as release maintainer O:)
<colemickens>
Hah, I wouldn't wish that on anyone ;). Though I'd also be honored. Or is it terrified? Hm.
<colemickens>
On a more serious note, itMore just that nixos waits for a +1 point release and I'm trying to figure out if no commits on the branch means its stable, or if there just hasn't been time/capacity for (whatever work might happen).
<colemickens>
s/itMore/it's More/
<colemickens>
(definitely a playful curiosity and not meant as a demand of anyone's time)
mbrost has quit [Ping timeout: 480 seconds]
<alyssa>
last week was xdc, and we have a shortage of rel maintainers
<colemickens>
does that imply there's fixes to master that haven't been backported? I assume there's also an element of triaging what's important enough to backport? I guess, aka, a release maintainer.
<colemickens>
also, I've been waiting for talks from the conf, it can't possibly be late enough for the conf to have occurred and been uploaded.
colemickens has quit [Quit: Updating details, brb]
ngcortes has quit [Read error: Connection reset by peer]
colemickens has joined #dri-devel
phire has quit [Remote host closed the connection]
phire has joined #dri-devel
gouchi has joined #dri-devel
crabbedhaloablut has quit []
mbrost has joined #dri-devel
junaid has quit [Remote host closed the connection]
ryanneph has quit [Remote host closed the connection]
Leopold___ has joined #dri-devel
ngcortes has joined #dri-devel
gouchi has quit [Remote host closed the connection]
MayeulC has joined #dri-devel
Leopold_ has quit [Ping timeout: 480 seconds]
Leopold___ has quit []
Duke`` has quit [Ping timeout: 480 seconds]
Leopold_ has joined #dri-devel
Leopold_ has quit []
ngcortes_ has joined #dri-devel
ngcortes_ has quit []
ngcortes_ has joined #dri-devel
ngcortes has quit [Read error: Connection reset by peer]
Leopold has joined #dri-devel
ngcortes_ has left #dri-devel [#dri-devel]
ngcortes has joined #dri-devel
_whitelogger has joined #dri-devel
fab has quit [Quit: fab]
<anholt>
deqp-vk has so many tests now I almost want compressed storage for test names inside of deqp-runner.
glennk has joined #dri-devel
<sima>
colemickens, the talks have been lifestreamed, so it's all there, just needs a bit of educated searching with the program to find the starting point for a talk
<sima>
unless this is about another conference than xdc
<airlied>
the videos mostly have links
<airlied>
to the chapters
mbrost has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
Leopold has quit []
Leopold_ has joined #dri-devel
simon-perretta-img has quit [Read error: Connection reset by peer]