<airlied>
I haven't dug into the artifacts yet though
<anholt>
looks like kernel got wedged
<airlied>
yeah lots of hw_ctx fails
<anholt>
rebooting, go ahead and restart it
<anholt>
(got an ack for the hsw box?)
<airlied>
anholt: oh meant to look at that, gimme a sec will ack it
<airlied>
done
<airlied>
hmm I wonder is 965 the only device in the glsl 130 but only 6 clip planes
<airlied>
going to have to add a cap I expect
<airlied>
hmm we have PIPE_CAP_CLIP_PLANES, I wonder can I overload it
rasterman has quit [Quit: Gettin' stinky!]
columbarius has joined #dri-devel
co1umbarius has quit [Ping timeout: 480 seconds]
The_Company has quit []
<jenatali>
airlied: Took me way too long to track down the original failures I was fixing, and realize why my simple fix didn't work (apparently `src` was re-used later in the function off-screen without me seeing it)
<jenatali>
But !14346 should be the fix you're looking for. Will check the crocus CI and update the baseline
<airlied>
jenatali: cool I'll throw it into the piglit run I'm doing here
* airlied
should just rename the week between xmas and new year as "crocus" week
<jenatali>
I've been having fun trying to push the d3d12 driver beyond GL3.3
<jenatali>
I think I've got all the prereq extensions for compute support done, just compute itself still missing
<airlied>
jenatali: got tess? :-) or just gles first?
heat has joined #dri-devel
<jenatali>
Focusing on GLES first, or the compute extensions for GL rather than 4.3
<jenatali>
I'll get there, I don't think GL tess is too different from D3D, just a matter of writing the shader backend for it
* airlied
has jumped the 3.3->4.x gap in a couple of drivers, doing it in virgl was quite a lot of typing :-P
<jenatali>
Yeah, most of the GL 4.x features are available in D3D and just a matter of plumbing, but some of them aren't
<jenatali>
So, emulation ahoy
<airlied>
once you have 4.3, 4.6 shouldn't be a major step up
<jenatali>
For a lot of things, as long as you ignore the corner cases, they map pretty easily, but those corners are gonna be rough
<airlied>
ARB_buffer_storage is a pain for virgl like things, but for d3d I expect you already have coherent mappings
<jenatali>
It's a question of whether it's better to support apps that target those 4.x features without touching on those corners, or whether we try to meet the spec
<airlied>
I guess ARB_enhanced_layouts might be a bit of compiler fun
<jenatali>
Yeah, I merged ARB_buffer_storage a couple days ago
<jenatali>
Even got a low-effort Phoronix article out of it
<jenatali>
Way more low-effort than usual, with a screenshot of my MR description rather than trying to rephrase it lol
<jenatali>
And I just posted ARB_shader_image_load_store
soreau has quit [Read error: Connection reset by peer]
soreau has joined #dri-devel
gawin has quit [Ping timeout: 480 seconds]
Haaninjo has joined #dri-devel
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
OftenTimeConsuming has quit [Remote host closed the connection]
Erandir has joined #dri-devel
gawin has joined #dri-devel
flacks has quit [Quit: Quitter]
flacks has joined #dri-devel
<gawin>
hi, can I somehow save images rendered by piglit?
metrd has joined #dri-devel
metrd has quit [Remote host closed the connection]
<danylo>
gawin: If the test calls piglit_present_results() you could add '-png' to the test cmdline and it will dump the image
kts has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
kts has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
FireBurn has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Read error: Connection reset by peer]
gawin has quit [Quit: Konversation terminated!]
mclasen has joined #dri-devel
tango_ is now known as Guest9621
tango_ has joined #dri-devel
Company has joined #dri-devel
Guest9621 has quit [Ping timeout: 480 seconds]
ella-0_ has joined #dri-devel
ella-0 has quit [Read error: Connection reset by peer]
FireBurn has quit [Quit: Konversation terminated!]
rasterman has joined #dri-devel
camus has joined #dri-devel
camus1 has quit [Ping timeout: 480 seconds]
OftenTimeConsuming has joined #dri-devel
DPA- has quit [Ping timeout: 480 seconds]
DPA has joined #dri-devel
DPA has quit []
DPA has joined #dri-devel
hansg has joined #dri-devel
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #dri-devel
ella-0 has quit [Read error: Connection reset by peer]
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #dri-devel
ella-0 has quit [Remote host closed the connection]
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #dri-devel
ella-0 has quit [Read error: Connection reset by peer]
camus1 has joined #dri-devel
camus has quit [Ping timeout: 480 seconds]
iive has joined #dri-devel
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #dri-devel
ella-0 has quit [Read error: Connection reset by peer]
jewins has joined #dri-devel
gpiccoli_ is now known as gpiccoli
<robclark>
airlied, anholt: it should be ok after a reboot.. how recently did we move to v5.15? If we see that too much we might want to roll back kernel (but afaict that issue is pretty hard to repro)
ella-0 has joined #dri-devel
ella-0_ has quit [Read error: Connection reset by peer]
k has joined #dri-devel
k has quit [Remote host closed the connection]
<libv>
time is running out for fosdem talk submissions: deadline 23:59UTC
<dj-death>
CI appears fairly broken today
heat has joined #dri-devel
tango_ has quit [Read error: Connection reset by peer]
tango_ has joined #dri-devel
gawin has joined #dri-devel
aravind has quit []
nchery has joined #dri-devel
<gawin>
anholt: about locking CI/piglit on r300: when running on single thread I've found that some vertex tests on 1 of 10 tries are causing something like flush of memory or restart. (WM like kwin can restart) test which was running at that moment becomes frozen (and if piglit is running with multiple threads, the other tests are flaking because their memory is corrupted)
<gawin>
iirc limiting tests to "pow" from deqp gles2 suit can trigger this
varbhat[m] has joined #dri-devel
camus has joined #dri-devel
camus1 has quit [Read error: Connection reset by peer]
soreau has quit [Read error: Connection reset by peer]
soreau has joined #dri-devel
camus1 has joined #dri-devel
camus has quit [Read error: Connection reset by peer]
JohnnyonFlame has joined #dri-devel
hansg has quit [Quit: Leaving]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
burden has joined #dri-devel
burden has quit []
flto has quit [Quit: Leaving]
ngcortes has joined #dri-devel
jewins has quit [Ping timeout: 480 seconds]
jewins has joined #dri-devel
heat has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
ybogdano has joined #dri-devel
lemonzest has quit [Quit: WeeChat 3.3]
flto has joined #dri-devel
<jekstrand>
jenatali: FYI: Window decorations in WSL are borked when you full-screen.
<jekstrand>
jenatali: Using GIMP, Win11, and I think everything's up-to-date.
<jenatali>
jekstrand: Full-screen = maximize? Or something else?
<jekstrand>
yes
<jenatali>
Got a screenshot? Haven't heard of that one before