ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
flto has quit [Quit: Leaving]
mbrost has quit [Read error: Connection reset by peer]
flto has joined #dri-devel
<anarsoul> why does mesa set src_factor = dst_factor = alpha_src_factor = alpha_dst_factor = PIPE_BLENDFACTOR_ONE for glBlendEquation(GL_MIN) or glBlendEquation(GL_MAX)?
<anarsoul> that happens in st_update_blend() in src/mesa/state_tracker/st_atom_blend.c
<anarsoul> I hacked piglit arb_blend_func_extended-fbo-extended-blend to use ES2_compatibility and EXT_blend_func_extended and it fails for blend equation GL_MIN and GL_MAX
<anarsoul> because all the factors are set to 1
<airlied> GL_MIN/MAX don't use the factors
mbrost has joined #dri-devel
<anarsoul> I see
LexSfX has quit [Remote host closed the connection]
Bennett has quit [Remote host closed the connection]
mclasen has quit [Ping timeout: 480 seconds]
LexSfX has joined #dri-devel
gawin has quit [Quit: Konversation terminated!]
co1umbarius has joined #dri-devel
columbarius has quit [Ping timeout: 480 seconds]
<anarsoul> airlied: hehe, looks like it's not the case for mali utgard
<anarsoul> it looks like it does min/max((Cs * S + Cd * D), Cd)
<anarsoul> so with S = D = 1 it gets incorrect result
<anarsoul> well, correct but not conformant
ybogdano has quit [Ping timeout: 480 seconds]
<alyssa> the spec says the factors are ignored for min/max
<alyssa> if lima cares, that's a driver bug..
<airlied> yeah if the hw needs something special, you'd have to program it appropriately
<alyssa> airlied: mali of the past decade solved this by removing min/max blending hw, poof
<airlied> do you use a shader?
<alyssa> yep
<alyssa> the mali blend hardware (from midgard on) actually does something like "a + b*c"
<alyssa> where a,b,c are enums
<alyssa> it's good enough for the most common blend modes, and it's useful because it only requires a single multiply (GL's blend definitiion needs 2)
<alyssa> src_alpha * src + (1 - src_alpha) * dst
<alyssa> for example, rewrite:
<alyssa> src_alpha * src + dst - dst * src_alpha
<alyssa> src_alpha * (src - dst) + dst
<alyssa> So set a=dst, b=src_alpha, c=src-dst
<alyssa> the logic in the driver for this is ... messy
<alyssa> and if the app wants something that can't be fit into that pattern, too bad it gets a shader
<anarsoul> alyssa: utgard cares, and lima handles it now
<airlied> woot got some video frames out of zink_Video
<HdkR> \o/
mbrost has quit [Ping timeout: 480 seconds]
camus has joined #dri-devel
camus1 has quit [Read error: Connection reset by peer]
kevintang has joined #dri-devel
fxkamd has quit []
flacks has quit [Quit: Quitter]
flacks has joined #dri-devel
flacks_ has joined #dri-devel
flacks has quit [Ping timeout: 480 seconds]
imirkin has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
imirkin has quit [Remote host closed the connection]
imirkin has joined #dri-devel
imirkin has quit [Read error: Connection reset by peer]
mattrope has quit [Read error: Connection reset by peer]
Duke`` has joined #dri-devel
imirkin has joined #dri-devel
ppascher has quit [Ping timeout: 480 seconds]
sdutt has quit [Remote host closed the connection]
vivijim has quit [Read error: Connection reset by peer]
itoral has joined #dri-devel
itoral_ has joined #dri-devel
itoral has quit [Ping timeout: 480 seconds]
camus has joined #dri-devel
aravind has joined #dri-devel
camus1 has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
pnowack has joined #dri-devel
pnowack has quit [Remote host closed the connection]
pnowack has joined #dri-devel
soreau has quit [Ping timeout: 480 seconds]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
danvet has joined #dri-devel
gouchi has joined #dri-devel
gouchi has quit []
i-garrison has quit []
ppascher has joined #dri-devel
tursulin has quit [Read error: Connection reset by peer]
rasterman has joined #dri-devel
i-garrison has joined #dri-devel
jkrzyszt has joined #dri-devel
tursulin has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Remote host closed the connection]
rgallaispou has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
jkrzyszt has quit [Remote host closed the connection]
OftenTimeConsuming has joined #dri-devel
jkrzyszt has joined #dri-devel
kevintang has quit [Read error: Connection reset by peer]
kevintang has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
OftenTimeConsuming has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
pcercuei has joined #dri-devel
OftenTimeConsuming has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
pcercuei_ has joined #dri-devel
OftenTimeConsuming has joined #dri-devel
pcercuei has quit [Ping timeout: 480 seconds]
mlankhorst has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
OftenTimeConsuming has joined #dri-devel
boistordu has joined #dri-devel
itoral_ has quit [Remote host closed the connection]
gawin has joined #dri-devel
camus has joined #dri-devel
camus1 has quit [Remote host closed the connection]
Lucretia-backup has joined #dri-devel
drawat_ has joined #dri-devel
Lucretia has quit [Ping timeout: 480 seconds]
kevintang has quit [Remote host closed the connection]
drawat has quit [Ping timeout: 480 seconds]
kevintang has joined #dri-devel
JohnnyonFlame has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
JohnnyonFlame has joined #dri-devel
soreau has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Read error: Connection reset by peer]
camus1 has quit [Remote host closed the connection]
camus has joined #dri-devel
ngcortes has quit [Read error: Connection reset by peer]
mlankhorst has quit [Remote host closed the connection]
flacks_ has quit [Quit: Quitter]
flacks has joined #dri-devel
mclasen has joined #dri-devel
mclasen has quit []
mclasen has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
mlankhorst has joined #dri-devel
mclasen has quit [Ping timeout: 480 seconds]
aravind has quit [Ping timeout: 480 seconds]
Company has quit [Quit: Leaving]
gawin has quit [Ping timeout: 480 seconds]
vivijim has joined #dri-devel
mlankhorst has quit [Ping timeout: 480 seconds]
thellstrom has joined #dri-devel
qyliss has quit [Quit: bye]
qyliss has joined #dri-devel
<alyssa> anarsoul: 👍
mlankhorst has joined #dri-devel
prahal has joined #dri-devel
mclasen has joined #dri-devel
gawin has joined #dri-devel
sdutt has joined #dri-devel
prahal has quit []
sdutt has quit []
mattrope has joined #dri-devel
thellstrom has quit [Remote host closed the connection]
thellstrom has joined #dri-devel
camus1 has quit [Remote host closed the connection]
camus has joined #dri-devel
jagan_ has joined #dri-devel
sdutt has joined #dri-devel
thellstrom has quit [Ping timeout: 480 seconds]
March123 has joined #dri-devel
March123 has left #dri-devel [#dri-devel]
mszyprow has joined #dri-devel
Haaninjo has joined #dri-devel
Duke`` has joined #dri-devel
iive has joined #dri-devel
fxkamd has joined #dri-devel
mbrost has joined #dri-devel
cphealy has joined #dri-devel
gouchi has joined #dri-devel
gawin has quit [Ping timeout: 480 seconds]
adjtm has quit [Remote host closed the connection]
adjtm has joined #dri-devel
X-Scale` has joined #dri-devel
imirkin has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
X-Scale has quit [Ping timeout: 480 seconds]
rgallaispou has quit [Read error: Connection reset by peer]
Haaninjo has quit [Quit: Ex-Chat]
gouchi has joined #dri-devel
LexSfX has quit []
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
mclasen has quit [Ping timeout: 480 seconds]
ybogdano has joined #dri-devel
gawin has joined #dri-devel
Surkow|laptop has quit [Ping timeout: 480 seconds]
Surkow|laptop has joined #dri-devel
medfly has joined #dri-devel
Haaninjo has joined #dri-devel
mclasen has joined #dri-devel
gawin has quit [Quit: Konversation terminated!]
pcercuei_ has quit []
shashanks has quit [Ping timeout: 480 seconds]
jkrzyszt has quit [Ping timeout: 480 seconds]
X-Scale has joined #dri-devel
pcercuei has joined #dri-devel
X-Scale` has quit [Ping timeout: 480 seconds]
sagar_ has quit [Remote host closed the connection]
mlankhorst has quit [Ping timeout: 480 seconds]
mszyprow has quit [Ping timeout: 480 seconds]
Company has joined #dri-devel
jagan_ has quit [Remote host closed the connection]
camus has joined #dri-devel
gouchi has quit [Remote host closed the connection]
camus1 has quit [Ping timeout: 480 seconds]
ngcortes has joined #dri-devel
ybogdano has quit [Ping timeout: 480 seconds]
pnowack has quit [Quit: pnowack]
gouchi has joined #dri-devel
mlankhorst has joined #dri-devel
ybogdano has joined #dri-devel
kevintang has quit [Ping timeout: 480 seconds]
lemonzest has quit [Quit: WeeChat 3.3]
pnowack has joined #dri-devel
ybogdano has quit [Ping timeout: 480 seconds]
mripard has quit [Remote host closed the connection]
bbrezillon has quit [Read error: Connection reset by peer]
mripard has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
bbrezillon has joined #dri-devel
mbrost has joined #dri-devel
<ngcortes> there will be a brief downtime of the internal intel mesa CI results site to deploy a new feature. The website will be up momentarily. Here's the commit for the new feature: https://gitlab.freedesktop.org/Mesa_CI/mesa_ci_results/-/merge_requests/98
ybogdano has joined #dri-devel
<ngcortes> intel mesa ci results site is back online
ngcortes has quit [Ping timeout: 480 seconds]
ybogdano has quit [Quit: Leaving]
ybogdano has joined #dri-devel
imirkin has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
ybogdano has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Quit: Ex-Chat]
ppascher has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
medfly has quit [Ping timeout: 480 seconds]
camus has joined #dri-devel
camus1 has quit [Read error: Connection reset by peer]
mbrost_ has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
ngcortes has joined #dri-devel
mbrost_ has quit [Ping timeout: 480 seconds]
vivijim has quit [Ping timeout: 480 seconds]
mlankhorst has quit [Ping timeout: 480 seconds]
<airlied> dcbaker: just fyi the common vulkan code is in another MR linked in the anv MR
<dcbaker> I'm not sure I'm really qualified to look at the common code, but I do know a bit about how the video decode hardware works
<airlied> yeah just want to keep any comments on those patches in that MR
ybogdano has joined #dri-devel