stikonas has quit [Remote host closed the connection]
<alyssa>
robmur01: Depends whether you're in the US or the UK
<alyssa>
It's like trapezoid/trapezium
<alyssa>
I don't know which one Canada uses so best to avoid the verb "table" altogether :)
<alyssa>
That .patch looks like a step in the right direction, yeah
<alyssa>
urjaman: ^^
<alyssa>
urjaman: The lack of dotting is probably that OpenSCAD is dotting with line stipple, which is uber legacy stuff that I didn't realize anybody still uses
<alyssa>
Lowering left as an exercise to the reader
<alyssa>
auxiliary/util/u_pstipple.c would help for polygon stippling
<alyssa>
Not sure about line stipple
<alyssa>
draw/draw_pipe_stipple.c looks for line stipple
<alyssa>
But probably suboptimal for real hw
* alyssa
shrugs
<alyssa>
G'luck
* alyssa
hacks at load/store
<alyssa>
aaaand I think this is getting sane
<alyssa>
Gonna need an ack from CI
<alyssa>
But passing all the blend tests with SIMD DCE enabled
<urjaman>
alyssa: the opengl programs I use are not what you expected for panfrost eh? :P
<urjaman>
but yeah i'll get back to it like tomorrow or something, i'll just note that the bug i noticed is i was testing the bo pointer (regardless of the query type) but the pointer was part of an union so yeah could do bad "freeing" ... but apparently unrelated to that the thing hits a ralloc canary assert when you close openscad and i dunno what does that
<urjaman>
i did have time to test that the occlusion query does seem to work, as in returns numbers (in the project where openscad uses it - it does not use it for the single object case of my cubes)
<urjaman>
which makes sense since there is nothing that could be hidden by the cube (or hide the cube)