00:11
columbarius has joined #wayland
00:13
co1umbarius has quit [Ping timeout: 480 seconds]
00:33
rasterman has quit [Quit: Gettin' stinky!]
02:41
Moprius has quit [Quit: Konversation terminated!]
02:41
tinybronca[m] has joined #wayland
03:01
haasn has joined #wayland
03:03
nerdopolis has quit [Ping timeout: 480 seconds]
03:35
zebrag has quit [Quit: Konversation terminated!]
03:39
zebrag has joined #wayland
03:42
Company has quit [Read error: Connection reset by peer]
03:49
txtsd has joined #wayland
03:55
mclasen has quit [Ping timeout: 480 seconds]
04:46
shankaru has joined #wayland
05:27
bittin has joined #wayland
05:41
hardening has joined #wayland
06:15
jgrulich has joined #wayland
06:27
mvlad has joined #wayland
06:29
DonRichie has joined #wayland
06:46
mbalmer has joined #wayland
06:48
eroux has joined #wayland
06:49
tzimmermann has joined #wayland
06:59
ppascher has quit [Ping timeout: 480 seconds]
07:01
danvet has joined #wayland
07:06
txtsd has quit [Ping timeout: 480 seconds]
07:07
txtsd has joined #wayland
07:14
rv1sr has joined #wayland
07:17
Shimmy0 has quit []
07:17
Shimmy0 has joined #wayland
07:21
rasterman has joined #wayland
07:23
Shimmy0 has quit []
07:24
Shimmy0 has joined #wayland
07:29
Shimmy0 has quit []
07:29
Shimmy0 has joined #wayland
07:31
Shimmy0 has quit []
07:33
Shimmy0 has joined #wayland
07:53
<
pq >
i509VCB, yeah, assuming the application actually writes linear (optical) values in the buffer. Do you know if apps do that? Does Vulkan forbid writing non-linear (electrical) values into non-SRGB formats?
07:55
<
pq >
i509VCB, I mean, if SRGB format means that Vulkan applies inverse-EOTF automatically, then with non-SRGB formats I would expect the application to apply inverse-EOTF manually (or not even use linear values to begin with).
07:55
<
pq >
...writing into the buffer
07:56
<
pq >
sending linear values to a display server is usually avoided because you need more precision which meand bigger buffers for often no benefit
07:57
<
i509VCB >
No idea, this is all magic to me
07:58
MajorBiscuit has joined #wayland
07:59
<
pq >
in that case, what SRGB vs. unorm a Vulkan application might be using makes no difference at all to the display server, so there is no need to even communicate that
08:00
<
pq >
I only know SRGB formats from OpenGL, so I may be making bad assumptions about Vulkan.
08:00
<
pq >
in OpenGL, it is the application's responsiblity to drive OpenGL in such a way that the display server gets non-linearly encoded pixels
08:01
<
pq >
the app can do that manually or by telling OpenGL to automatically encode (and decode when blending)
08:01
<
emersion >
vulkan SRGB formats will automatically linearize
08:01
<
emersion >
when sampling from, or writing to the image
08:02
<
pq >
emersion, you mean linearize on reads, and non-linearize on writes?
08:02
<
pq >
that's the same as in OpenGL AFAIU, then
08:02
<
emersion >
OpenGL is lacking this for DMABUF imports
08:03
<
emersion >
well technically there's a spec iirc but not implemented in mesa
08:04
<
pq >
i509VCB, it is up to the application what kind of numbers it is emitting from its fragment shader, do they need the Vulkan/OpenGL implementation to non-linearsize (you use SRGB formats) or does the application take care of that itself (use unorm etc. formats).
08:07
cool110_ has joined #wayland
08:09
cool110 has quit [Read error: Connection reset by peer]
08:12
wolfshappen has quit []
08:14
<
i509VCB >
Would the value that the vulkan implementation reports for VkSurfaceFormatKHR answer that question?
08:15
<
i509VCB >
100% of Linux implementations report SRGB_NONLINEAR_KHR as the colorSpace per gpuinfo
08:16
<
pq >
maybe, I'm not that familiar with Vulkan unfortunately
08:20
<
i509VCB >
Any pointers as to determining if vulkan is using linear or nonlinear pixel data?
08:21
<
pq >
i509VCB, read the application shaders?
08:23
<
pq >
and if a shader is just blitting from a texture into framebuffer, then you have look into where that texture came from. If it comes from a file, then you have to figure out how the file was created. Etc.
08:27
<
i509VCB >
So the answer to, "is A2B10G10R10_UNORM_PACK32 (or whatever numeric type) equal to Drm's Rgba1010102" is a maybe? (Vulkan's format codes are the opposite endian of drm FYI)
08:27
<
i509VCB >
By name at least
08:28
<
pq >
no, I think the answer to that is a strict "yes".
08:28
<
pq >
encoding is not a property of pixel format
08:29
<
pq >
even if Vulkan confuses that
08:29
<
emersion >
drm_fourcc.h doesn't know about SRGB or UNORM
08:29
<
i509VCB >
To be fair I am probably more confused than vulkan here
08:29
<
pq >
i509VCB, did you read "A Pixel's Color" yet?
08:32
<
i509VCB >
Well probably not best to read it at 3am, good night I guess
08:33
<
pq >
in Vulkan and OpenGL, SRGB vs. unorm is just a yes/no "should the API do an automatic conversion operation when sampling from or rendering to". This is not a property of the pixel buffer contents.
08:35
<
pq >
This OpenGL/Vulkan API also has a caveat: you can tell the API to do non-sensical things. For example, your shader produces already non-linear pixel values, and you use SRGB format for your framebuffer: now your framebuffer will be non-linearized *twice*, which makes no sense.
08:36
<
pq >
But that's the cost, when the API must also reading/writing the pixel values both as-is and automatically converted.
08:39
wolfshappen has joined #wayland
08:39
Azem has joined #wayland
09:09
MajorBiscuit has quit [Quit: WeeChat 3.5]
09:12
tzafrir has quit [Quit: Quassel quit queasily, quoting Quixotic quip]
09:14
ppascher has joined #wayland
09:16
tzafrir has joined #wayland
09:30
wolfshappen has quit []
09:30
acaibowl has joined #wayland
09:30
wolfshappen has joined #wayland
09:33
bittin has left #wayland [#wayland]
10:02
acaibowl has quit [Remote host closed the connection]
10:13
mclasen has joined #wayland
10:20
nerdopolis has joined #wayland
10:30
flacks has quit [Quit: Quitter]
10:32
flacks has joined #wayland
10:42
c7s has quit [Quit: c7s]
10:48
c7s has joined #wayland
11:00
anarsoul|2 has joined #wayland
11:02
anarsoul has quit [Read error: No route to host]
11:05
Company has joined #wayland
11:13
MajorBiscuit has joined #wayland
11:14
bindu_ has quit [Remote host closed the connection]
11:14
bindu_ has joined #wayland
11:43
ahartmetz has joined #wayland
11:54
mbalmer has quit []
12:09
shankaru has quit [Quit: Leaving.]
13:02
andyrtr has joined #wayland
13:06
andyrtr has quit []
13:08
andyrtr has joined #wayland
13:09
nerdopolis has quit [Ping timeout: 480 seconds]
13:28
bl4ckb0ne has quit [coherence.oftc.net synthon.oftc.net]
13:28
vyivel has quit [coherence.oftc.net synthon.oftc.net]
13:28
emersion has quit [coherence.oftc.net synthon.oftc.net]
13:28
gchamp has quit [coherence.oftc.net synthon.oftc.net]
13:28
ifreund has quit [coherence.oftc.net synthon.oftc.net]
13:28
soreau has quit [coherence.oftc.net synthon.oftc.net]
13:28
Ariadne has quit [coherence.oftc.net synthon.oftc.net]
13:28
kchibisov has quit [coherence.oftc.net synthon.oftc.net]
13:28
aswar002 has quit [coherence.oftc.net synthon.oftc.net]
13:28
WhizzWr has quit [coherence.oftc.net synthon.oftc.net]
13:28
Lightsword has quit [coherence.oftc.net synthon.oftc.net]
13:28
Seirdy has quit [coherence.oftc.net synthon.oftc.net]
13:28
agd5f has quit [coherence.oftc.net synthon.oftc.net]
13:28
kindablue_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
leon-p_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
fullstop has quit [coherence.oftc.net synthon.oftc.net]
13:28
d10n has quit [coherence.oftc.net synthon.oftc.net]
13:28
Arnavion has quit [coherence.oftc.net synthon.oftc.net]
13:28
JPEW has quit [coherence.oftc.net synthon.oftc.net]
13:28
Lyude has quit [coherence.oftc.net synthon.oftc.net]
13:28
doppo has quit [coherence.oftc.net synthon.oftc.net]
13:28
mcf has quit [coherence.oftc.net synthon.oftc.net]
13:28
AJ_Z0 has quit [coherence.oftc.net synthon.oftc.net]
13:28
ghostbuster has quit [coherence.oftc.net synthon.oftc.net]
13:28
slimbo has quit [coherence.oftc.net synthon.oftc.net]
13:28
jekstrand has quit [coherence.oftc.net synthon.oftc.net]
13:28
tsujp has quit [coherence.oftc.net synthon.oftc.net]
13:28
ManMower has quit [coherence.oftc.net synthon.oftc.net]
13:28
coleman has quit [coherence.oftc.net synthon.oftc.net]
13:28
smurray has quit [coherence.oftc.net synthon.oftc.net]
13:28
zzag has quit [coherence.oftc.net synthon.oftc.net]
13:28
everfree has quit [coherence.oftc.net synthon.oftc.net]
13:28
flacks has quit [coherence.oftc.net synthon.oftc.net]
13:28
kenny has quit [coherence.oftc.net synthon.oftc.net]
13:28
Sachiel has quit [coherence.oftc.net synthon.oftc.net]
13:28
zmike has quit [coherence.oftc.net synthon.oftc.net]
13:28
UndeadLeech has quit [coherence.oftc.net synthon.oftc.net]
13:28
tlwoerner has quit [coherence.oftc.net synthon.oftc.net]
13:28
dri-logger has quit [coherence.oftc.net synthon.oftc.net]
13:28
bim9262 has quit [coherence.oftc.net synthon.oftc.net]
13:28
cool110_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
anarsoul|2 has quit [coherence.oftc.net synthon.oftc.net]
13:28
systwi_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
rpigott has quit [coherence.oftc.net synthon.oftc.net]
13:28
rektide has quit [coherence.oftc.net synthon.oftc.net]
13:28
enilflah has quit [coherence.oftc.net synthon.oftc.net]
13:28
hergertme has quit [coherence.oftc.net synthon.oftc.net]
13:28
sumoon_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
reillybrogan has quit [coherence.oftc.net synthon.oftc.net]
13:28
danshick has quit [coherence.oftc.net synthon.oftc.net]
13:28
mclasen has quit [coherence.oftc.net synthon.oftc.net]
13:28
floof58 has quit [coherence.oftc.net synthon.oftc.net]
13:28
sychill has quit [coherence.oftc.net synthon.oftc.net]
13:28
Cwiiis has quit [coherence.oftc.net synthon.oftc.net]
13:28
WhyNotHugo_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
kennylevinsen has quit [coherence.oftc.net synthon.oftc.net]
13:28
dnkl has quit [coherence.oftc.net synthon.oftc.net]
13:28
elibrokeit has quit [coherence.oftc.net synthon.oftc.net]
13:28
staceee has quit [coherence.oftc.net synthon.oftc.net]
13:28
raghavgururajan_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
pieguy128 has quit [coherence.oftc.net synthon.oftc.net]
13:28
bcheng has quit [coherence.oftc.net synthon.oftc.net]
13:28
eletrotupi has quit [coherence.oftc.net synthon.oftc.net]
13:28
ebassi_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
cnsvc- has quit [coherence.oftc.net synthon.oftc.net]
13:28
sniff_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
quantum5_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
glisse has quit [coherence.oftc.net synthon.oftc.net]
13:28
melissawen has quit [coherence.oftc.net synthon.oftc.net]
13:28
riverdc has quit [coherence.oftc.net synthon.oftc.net]
13:28
ecocode__ has quit [coherence.oftc.net synthon.oftc.net]
13:28
yongxiang__ has quit [coherence.oftc.net synthon.oftc.net]
13:28
that_guy has quit [coherence.oftc.net synthon.oftc.net]
13:28
hwentlan____ has quit [coherence.oftc.net synthon.oftc.net]
13:28
sudocurse has quit [coherence.oftc.net synthon.oftc.net]
13:28
milesrout_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
caseif has quit [coherence.oftc.net synthon.oftc.net]
13:28
yar has quit [coherence.oftc.net synthon.oftc.net]
13:28
panzeroceania_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
daniels has quit [coherence.oftc.net synthon.oftc.net]
13:28
ahartmetz has quit [coherence.oftc.net synthon.oftc.net]
13:28
Company has quit [coherence.oftc.net synthon.oftc.net]
13:28
c7s has quit [coherence.oftc.net synthon.oftc.net]
13:28
DonRichie has quit [coherence.oftc.net synthon.oftc.net]
13:28
ecs has quit [coherence.oftc.net synthon.oftc.net]
13:28
Shimmy0 has quit [coherence.oftc.net synthon.oftc.net]
13:28
Hypfer has quit [coherence.oftc.net synthon.oftc.net]
13:28
mupuf has quit [coherence.oftc.net synthon.oftc.net]
13:28
noze has quit [coherence.oftc.net synthon.oftc.net]
13:28
zubzub has quit [coherence.oftc.net synthon.oftc.net]
13:28
juergbi has quit [coherence.oftc.net synthon.oftc.net]
13:28
danburd[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
[old]freshgumbubbles[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Lumpio- has quit [coherence.oftc.net synthon.oftc.net]
13:28
cmeissl[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
al has quit [coherence.oftc.net synthon.oftc.net]
13:28
deknos82[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ujineli[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
bluepenquin has quit [coherence.oftc.net synthon.oftc.net]
13:28
dv_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
i509VCB has quit [coherence.oftc.net synthon.oftc.net]
13:28
cb5r[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Nico has quit [coherence.oftc.net synthon.oftc.net]
13:28
bindu_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
wolfshappen has quit [coherence.oftc.net synthon.oftc.net]
13:28
rv1sr has quit [coherence.oftc.net synthon.oftc.net]
13:28
danvet has quit [coherence.oftc.net synthon.oftc.net]
13:28
eroux has quit [coherence.oftc.net synthon.oftc.net]
13:28
mvlad has quit [coherence.oftc.net synthon.oftc.net]
13:28
jgrulich has quit [coherence.oftc.net synthon.oftc.net]
13:28
hardening has quit [coherence.oftc.net synthon.oftc.net]
13:28
haasn has quit [coherence.oftc.net synthon.oftc.net]
13:28
alarumbe has quit [coherence.oftc.net synthon.oftc.net]
13:28
bodiccea has quit [coherence.oftc.net synthon.oftc.net]
13:28
pochu has quit [coherence.oftc.net synthon.oftc.net]
13:28
nurupo has quit [coherence.oftc.net synthon.oftc.net]
13:28
modin has quit [coherence.oftc.net synthon.oftc.net]
13:28
saumon has quit [coherence.oftc.net synthon.oftc.net]
13:28
wahfato has quit [coherence.oftc.net synthon.oftc.net]
13:28
xaltsc has quit [coherence.oftc.net synthon.oftc.net]
13:28
DragoonAethis has quit [coherence.oftc.net synthon.oftc.net]
13:28
tleydxdy has quit [coherence.oftc.net synthon.oftc.net]
13:28
emilio[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
japchae[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
nielsdg has quit [coherence.oftc.net synthon.oftc.net]
13:28
JosExpsito[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
pac85[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
qyliss has quit [coherence.oftc.net synthon.oftc.net]
13:28
d42 has quit [coherence.oftc.net synthon.oftc.net]
13:28
CME has quit [coherence.oftc.net synthon.oftc.net]
13:28
puck_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
lockywolf has quit [coherence.oftc.net synthon.oftc.net]
13:28
V has quit [coherence.oftc.net synthon.oftc.net]
13:28
spuc9509 has quit [coherence.oftc.net synthon.oftc.net]
13:28
nazarewk[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ongy[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
macc24 has quit [coherence.oftc.net synthon.oftc.net]
13:28
doras has quit [coherence.oftc.net synthon.oftc.net]
13:28
Shimmy[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
arichardson[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
hex[m]1 has quit [coherence.oftc.net synthon.oftc.net]
13:28
feaneron has quit [coherence.oftc.net synthon.oftc.net]
13:28
psydroid[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Mershl[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
teh1[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
zaibon[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
inkbottle[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ammen99[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
junglerobba[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Guest637 has quit [coherence.oftc.net synthon.oftc.net]
13:28
swick has quit [coherence.oftc.net synthon.oftc.net]
13:28
wlb has quit [coherence.oftc.net synthon.oftc.net]
13:28
| has quit [coherence.oftc.net synthon.oftc.net]
13:28
leandrohrb has quit [coherence.oftc.net synthon.oftc.net]
13:28
trepatudo has quit [coherence.oftc.net synthon.oftc.net]
13:28
whot has quit [coherence.oftc.net synthon.oftc.net]
13:28
rawoul has quit [coherence.oftc.net synthon.oftc.net]
13:28
tagr has quit [coherence.oftc.net synthon.oftc.net]
13:28
pH5 has quit [coherence.oftc.net synthon.oftc.net]
13:28
wb9688 has quit [coherence.oftc.net synthon.oftc.net]
13:28
r00tobo has quit [coherence.oftc.net synthon.oftc.net]
13:28
Plagman has quit [coherence.oftc.net synthon.oftc.net]
13:28
andyrtr has quit [coherence.oftc.net synthon.oftc.net]
13:28
MajorBiscuit has quit [coherence.oftc.net synthon.oftc.net]
13:28
tzafrir has quit [coherence.oftc.net synthon.oftc.net]
13:28
ppascher has quit [coherence.oftc.net synthon.oftc.net]
13:28
columbarius has quit [coherence.oftc.net synthon.oftc.net]
13:28
Lucretia-backup has quit [coherence.oftc.net synthon.oftc.net]
13:28
emery has quit [coherence.oftc.net synthon.oftc.net]
13:28
ofourdan has quit [coherence.oftc.net synthon.oftc.net]
13:28
lagash has quit [coherence.oftc.net synthon.oftc.net]
13:28
tanty has quit [coherence.oftc.net synthon.oftc.net]
13:28
MrCooper has quit [coherence.oftc.net synthon.oftc.net]
13:28
bookworm has quit [coherence.oftc.net synthon.oftc.net]
13:28
pounce has quit [coherence.oftc.net synthon.oftc.net]
13:28
zamundaaa has quit [coherence.oftc.net synthon.oftc.net]
13:28
romangg has quit [coherence.oftc.net synthon.oftc.net]
13:28
akselmo has quit [coherence.oftc.net synthon.oftc.net]
13:28
ivyl has quit [coherence.oftc.net synthon.oftc.net]
13:28
evon3778 has quit [coherence.oftc.net synthon.oftc.net]
13:28
mooff has quit [coherence.oftc.net synthon.oftc.net]
13:28
caveman has quit [coherence.oftc.net synthon.oftc.net]
13:28
unrelentingtech has quit [coherence.oftc.net synthon.oftc.net]
13:28
MA[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
rubo_[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
pitsch[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Emantor has quit [coherence.oftc.net synthon.oftc.net]
13:28
varlad[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Sumera[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
gnustomp[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ahmadraniri[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
xantoz has quit [coherence.oftc.net synthon.oftc.net]
13:28
LaserEyess has quit [coherence.oftc.net synthon.oftc.net]
13:28
tinybronca[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
mtretter has quit [coherence.oftc.net synthon.oftc.net]
13:28
benbrown has quit [coherence.oftc.net synthon.oftc.net]
13:28
shoragan has quit [coherence.oftc.net synthon.oftc.net]
13:28
cousinofthor[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
jmariondev[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
heeen[m][m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
AndrewAylett[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
d_ed[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
zamundaaa[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
anomalous_creator[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
Poly[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
YaLTeR[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
edrex[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
botiapa[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
MatrixTravelerbot[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
heftig has quit [coherence.oftc.net synthon.oftc.net]
13:28
ttancos[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
hasebastian[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
vchernin[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
halfline[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
rails[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
enick_58 has quit [coherence.oftc.net synthon.oftc.net]
13:28
bdaase[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
toggleton[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
idkrn[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
DrNick has quit [coherence.oftc.net synthon.oftc.net]
13:28
MarcusBritanicus[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
pedrocr has quit [coherence.oftc.net synthon.oftc.net]
13:28
ramcq has quit [coherence.oftc.net synthon.oftc.net]
13:28
kinlo has quit [coherence.oftc.net synthon.oftc.net]
13:28
mstoeckl has quit [coherence.oftc.net synthon.oftc.net]
13:28
psil has quit [coherence.oftc.net synthon.oftc.net]
13:28
pq has quit [coherence.oftc.net synthon.oftc.net]
13:28
SardemFF7 has quit [coherence.oftc.net synthon.oftc.net]
13:28
any1 has quit [coherence.oftc.net synthon.oftc.net]
13:28
JoshuaAshton has quit [coherence.oftc.net synthon.oftc.net]
13:28
rasterman has quit [coherence.oftc.net synthon.oftc.net]
13:28
tzimmermann has quit [coherence.oftc.net synthon.oftc.net]
13:28
adia has quit [coherence.oftc.net synthon.oftc.net]
13:28
neonking has quit [coherence.oftc.net synthon.oftc.net]
13:28
eroc1990 has quit [coherence.oftc.net synthon.oftc.net]
13:28
mceier has quit [coherence.oftc.net synthon.oftc.net]
13:28
mriesch has quit [coherence.oftc.net synthon.oftc.net]
13:28
pw has quit [coherence.oftc.net synthon.oftc.net]
13:28
dottedmag has quit [coherence.oftc.net synthon.oftc.net]
13:28
dos1 has quit [coherence.oftc.net synthon.oftc.net]
13:28
FLHerne has quit [coherence.oftc.net synthon.oftc.net]
13:28
TimWolla has quit [coherence.oftc.net synthon.oftc.net]
13:28
marex has quit [coherence.oftc.net synthon.oftc.net]
13:28
Kelseyjgilbert[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
GentooPhysicist3935 has quit [coherence.oftc.net synthon.oftc.net]
13:28
dblsaiko has quit [coherence.oftc.net synthon.oftc.net]
13:28
jryans has quit [coherence.oftc.net synthon.oftc.net]
13:28
FbioPacheco[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
dreda_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
pounce| has quit [coherence.oftc.net synthon.oftc.net]
13:28
yoslin has quit [coherence.oftc.net synthon.oftc.net]
13:28
ecloud has quit [coherence.oftc.net synthon.oftc.net]
13:28
heeen has quit [coherence.oftc.net synthon.oftc.net]
13:28
ki[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
lanodan has quit [coherence.oftc.net synthon.oftc.net]
13:28
jpnurmi has quit [coherence.oftc.net synthon.oftc.net]
13:28
digitalfavshetheyname[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
novakane has quit [coherence.oftc.net synthon.oftc.net]
13:28
Serus has quit [coherence.oftc.net synthon.oftc.net]
13:28
glennk has quit [coherence.oftc.net synthon.oftc.net]
13:28
Levans has quit [coherence.oftc.net synthon.oftc.net]
13:28
davidre has quit [coherence.oftc.net synthon.oftc.net]
13:28
niecoinny[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ashketchum[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
ozwald1[m]1 has quit [coherence.oftc.net synthon.oftc.net]
13:28
go4godvin has quit [coherence.oftc.net synthon.oftc.net]
13:28
GrahamPerrin[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
louipcm has quit [coherence.oftc.net synthon.oftc.net]
13:28
smasher_tati[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
shadowninja55[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
RomanGilg[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
apol[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
feta has quit [coherence.oftc.net synthon.oftc.net]
13:28
flyingketh[m] has quit [coherence.oftc.net synthon.oftc.net]
13:28
peeterm_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
mort_ has quit [coherence.oftc.net synthon.oftc.net]
13:28
wrl has quit [coherence.oftc.net synthon.oftc.net]
13:28
vsyrjala has quit [coherence.oftc.net synthon.oftc.net]
13:28
danieldg has quit [coherence.oftc.net synthon.oftc.net]
13:28
phryk has quit [coherence.oftc.net synthon.oftc.net]
13:28
Prf_Jakob has quit [coherence.oftc.net synthon.oftc.net]
13:28
occivink has quit [coherence.oftc.net synthon.oftc.net]
13:28
jadahl has quit [coherence.oftc.net synthon.oftc.net]
13:28
blathijs has quit [coherence.oftc.net synthon.oftc.net]
13:28
andyrtr has joined #wayland
13:28
bindu_ has joined #wayland
13:28
ahartmetz has joined #wayland
13:28
MajorBiscuit has joined #wayland
13:28
Company has joined #wayland
13:28
mclasen has joined #wayland
13:28
anarsoul|2 has joined #wayland
13:28
flacks has joined #wayland
13:28
c7s has joined #wayland
13:28
cool110_ has joined #wayland
13:28
tzafrir has joined #wayland
13:28
wolfshappen has joined #wayland
13:28
ppascher has joined #wayland
13:28
rasterman has joined #wayland
13:28
rv1sr has joined #wayland
13:28
Shimmy0 has joined #wayland
13:28
danvet has joined #wayland
13:28
tzimmermann has joined #wayland
13:28
eroux has joined #wayland
13:28
mvlad has joined #wayland
13:28
DonRichie has joined #wayland
13:28
jgrulich has joined #wayland
13:28
tinybronca[m] has joined #wayland
13:28
columbarius has joined #wayland
13:28
haasn has joined #wayland
13:28
hardening has joined #wayland
13:28
tanty has joined #wayland
13:28
Lumpio- has joined #wayland
13:28
glisse has joined #wayland
13:28
V has joined #wayland
13:28
zamundaaa[m] has joined #wayland
13:28
rpigott has joined #wayland
13:28
neonking has joined #wayland
13:28
hergertme has joined #wayland
13:28
slimbo has joined #wayland
13:28
alarumbe has joined #wayland
13:28
bookworm has joined #wayland
13:28
bl4ckb0ne has joined #wayland
13:28
vyivel has joined #wayland
13:28
pounce has joined #wayland
13:28
emersion has joined #wayland
13:28
Hypfer has joined #wayland
13:28
eroc1990 has joined #wayland
13:28
mceier has joined #wayland
13:28
mriesch has joined #wayland
13:28
pw has joined #wayland
13:28
Seirdy has joined #wayland
13:28
gchamp has joined #wayland
13:28
saumon has joined #wayland
13:28
lagash has joined #wayland
13:28
Lucretia-backup has joined #wayland
13:28
sychill has joined #wayland
13:28
floof58 has joined #wayland
13:28
agd5f has joined #wayland
13:28
pochu has joined #wayland
13:28
romangg has joined #wayland
13:28
akselmo has joined #wayland
13:28
evon3778 has joined #wayland
13:28
dottedmag has joined #wayland
13:28
mupuf has joined #wayland
13:28
bodiccea has joined #wayland
13:28
systwi_ has joined #wayland
13:28
emery has joined #wayland
13:28
adia has joined #wayland
13:28
ofourdan has joined #wayland
13:28
sumoon_ has joined #wayland
13:28
MrCooper has joined #wayland
13:28
leon-p_ has joined #wayland
13:28
kindablue_ has joined #wayland
13:28
ivyl has joined #wayland
13:28
dos1 has joined #wayland
13:28
fullstop has joined #wayland
13:28
d10n has joined #wayland
13:28
modin has joined #wayland
13:28
reillybrogan has joined #wayland
13:28
nurupo has joined #wayland
13:28
Arnavion has joined #wayland
13:28
Emantor has joined #wayland
13:28
GentooPhysicist3935 has joined #wayland
13:28
Ariadne has joined #wayland
13:28
Lyude has joined #wayland
13:28
JPEW has joined #wayland
13:28
wahfato has joined #wayland
13:28
kchibisov has joined #wayland
13:28
dblsaiko has joined #wayland
13:28
caveman has joined #wayland
13:28
xaltsc has joined #wayland
13:28
DragoonAethis has joined #wayland
13:28
FLHerne has joined #wayland
13:28
noze has joined #wayland
13:28
doppo has joined #wayland
13:28
zubzub has joined #wayland
13:28
soreau has joined #wayland
13:28
marex has joined #wayland
13:28
TimWolla has joined #wayland
13:28
mcf has joined #wayland
13:28
Kelseyjgilbert[m] has joined #wayland
13:28
unrelentingtech has joined #wayland
13:28
ghostbuster has joined #wayland
13:28
tleydxdy has joined #wayland
13:28
MA[m] has joined #wayland
13:28
emilio[m] has joined #wayland
13:28
pitsch[m] has joined #wayland
13:28
rubo_[m] has joined #wayland
13:28
japchae[m] has joined #wayland
13:28
varlad[m] has joined #wayland
13:28
Sumera[m] has joined #wayland
13:28
nielsdg has joined #wayland
13:28
JosExpsito[m] has joined #wayland
13:28
FbioPacheco[m] has joined #wayland
13:28
gnustomp[m] has joined #wayland
13:28
pac85[m] has joined #wayland
13:28
LaserEyess has joined #wayland
13:28
juergbi has joined #wayland
13:28
bluepenquin has joined #wayland
13:28
danburd[m] has joined #wayland
13:28
i509VCB has joined #wayland
13:28
[old]freshgumbubbles[m] has joined #wayland
13:28
cmeissl[m] has joined #wayland
13:28
ujineli[m] has joined #wayland
13:28
deknos82[m] has joined #wayland
13:28
cb5r[m] has joined #wayland
13:28
al has joined #wayland
13:28
Nico has joined #wayland
13:28
dv_ has joined #wayland
13:28
zamundaaa has joined #wayland
13:28
ifreund has joined #wayland
13:28
danshick has joined #wayland
13:28
ecloud has joined #wayland
13:28
yoslin has joined #wayland
13:28
d42 has joined #wayland
13:28
heeen has joined #wayland
13:28
xantoz has joined #wayland
13:28
ki[m] has joined #wayland
13:28
WhizzWr has joined #wayland
13:28
jekstrand has joined #wayland
13:28
ManMower has joined #wayland
13:28
CME has joined #wayland
13:28
lanodan has joined #wayland
13:28
coleman has joined #wayland
13:28
jpnurmi has joined #wayland
13:28
digitalfavshetheyname[m] has joined #wayland
13:28
UndeadLeech has joined #wayland
13:28
glennk has joined #wayland
13:28
staceee has joined #wayland
13:28
kennylevinsen has joined #wayland
13:28
elibrokeit has joined #wayland
13:28
Lightsword has joined #wayland
13:28
smurray has joined #wayland
13:28
zzag has joined #wayland
13:28
enilflah has joined #wayland
13:28
everfree has joined #wayland
13:28
rektide has joined #wayland
13:28
pounce| has joined #wayland
13:28
dreda_ has joined #wayland
13:28
qyliss has joined #wayland
13:28
ahmadraniri[m] has joined #wayland
13:28
aswar002 has joined #wayland
13:28
jryans has joined #wayland
13:28
zmike has joined #wayland
13:28
AJ_Z0 has joined #wayland
13:28
dnkl has joined #wayland
13:28
novakane has joined #wayland
13:28
raghavgururajan_ has joined #wayland
13:28
milesrout_ has joined #wayland
13:28
pieguy128 has joined #wayland
13:28
shoragan has joined #wayland
13:28
tlwoerner has joined #wayland
13:28
bcheng has joined #wayland
13:28
mtretter has joined #wayland
13:28
Serus has joined #wayland
13:28
bim9262 has joined #wayland
13:28
benbrown has joined #wayland
13:28
eletrotupi has joined #wayland
13:28
tsujp has joined #wayland
13:28
ebassi_ has joined #wayland
13:28
spuc9509 has joined #wayland
13:28
cnsvc- has joined #wayland
13:28
sniff_ has joined #wayland
13:28
cousinofthor[m] has joined #wayland
13:28
jmariondev[m] has joined #wayland
13:28
heeen[m][m] has joined #wayland
13:28
AndrewAylett[m] has joined #wayland
13:28
nazarewk[m] has joined #wayland
13:28
d_ed[m] has joined #wayland
13:28
kenny has joined #wayland
13:28
Sachiel has joined #wayland
13:28
Cwiiis has joined #wayland
13:28
quantum5_ has joined #wayland
13:28
WhyNotHugo_ has joined #wayland
13:28
lockywolf has joined #wayland
13:28
dri-logger has joined #wayland
13:29
botiapa[m] has joined #wayland
13:29
Poly[m] has joined #wayland
13:29
hex[m]1 has joined #wayland
13:29
niecoinny[m] has joined #wayland
13:29
zaibon[m] has joined #wayland
13:29
ashketchum[m] has joined #wayland
13:29
anomalous_creator[m] has joined #wayland
13:29
ozwald1[m]1 has joined #wayland
13:29
feaneron has joined #wayland
13:29
go4godvin has joined #wayland
13:29
heftig has joined #wayland
13:29
psydroid[m] has joined #wayland
13:29
hasebastian[m] has joined #wayland
13:29
GrahamPerrin[m] has joined #wayland
13:29
Mershl[m] has joined #wayland
13:29
vchernin[m] has joined #wayland
13:29
louipcm has joined #wayland
13:29
halfline[m] has joined #wayland
13:29
teh1[m] has joined #wayland
13:29
rails[m] has joined #wayland
13:29
smasher_tati[m] has joined #wayland
13:29
shadowninja55[m] has joined #wayland
13:29
enick_58 has joined #wayland
13:29
bdaase[m] has joined #wayland
13:29
RomanGilg[m] has joined #wayland
13:29
apol[m] has joined #wayland
13:29
flyingketh[m] has joined #wayland
13:29
junglerobba[m] has joined #wayland
13:29
idkrn[m] has joined #wayland
13:29
Guest637 has joined #wayland
13:29
DrNick has joined #wayland
13:29
MarcusBritanicus[m] has joined #wayland
13:29
wb9688 has joined #wayland
13:29
rawoul has joined #wayland
13:29
| has joined #wayland
13:29
trepatudo has joined #wayland
13:29
r00tobo has joined #wayland
13:29
whot has joined #wayland
13:29
macc24 has joined #wayland
13:29
mooff has joined #wayland
13:29
leandrohrb has joined #wayland
13:29
tagr has joined #wayland
13:29
mort_ has joined #wayland
13:29
wrl has joined #wayland
13:29
melissawen has joined #wayland
13:29
edrex[m] has joined #wayland
13:29
ammen99[m] has joined #wayland
13:29
feta has joined #wayland
13:29
peeterm_ has joined #wayland
13:29
toggleton[m] has joined #wayland
13:29
swick has joined #wayland
13:29
Plagman has joined #wayland
13:29
pH5 has joined #wayland
13:29
wlb has joined #wayland
13:29
danieldg has joined #wayland
13:29
phryk has joined #wayland
13:29
that_guy has joined #wayland
13:29
riverdc has joined #wayland
13:29
caseif has joined #wayland
13:29
ecs has joined #wayland
13:29
yongxiang__ has joined #wayland
13:29
hwentlan____ has joined #wayland
13:29
ecocode__ has joined #wayland
13:29
sudocurse has joined #wayland
13:29
daniels has joined #wayland
13:29
panzeroceania_ has joined #wayland
13:29
yar has joined #wayland
13:29
blathijs has joined #wayland
13:29
pedrocr has joined #wayland
13:29
jadahl has joined #wayland
13:29
pq has joined #wayland
13:29
Prf_Jakob has joined #wayland
13:29
SardemFF7 has joined #wayland
13:29
mstoeckl has joined #wayland
13:29
JoshuaAshton has joined #wayland
13:29
any1 has joined #wayland
13:29
ramcq has joined #wayland
13:29
kinlo has joined #wayland
13:29
psil has joined #wayland
13:29
doras has joined #wayland
13:29
YaLTeR[m] has joined #wayland
13:29
vsyrjala has joined #wayland
13:29
ttancos[m] has joined #wayland
13:29
arichardson[m] has joined #wayland
13:29
davidre has joined #wayland
13:29
Levans has joined #wayland
13:29
Shimmy[m] has joined #wayland
13:29
ongy[m] has joined #wayland
13:29
MatrixTravelerbot[m] has joined #wayland
13:29
occivink has joined #wayland
13:29
inkbottle[m] has joined #wayland
13:34
txtsd has quit [Ping timeout: 480 seconds]
14:51
ofourdan has quit [Quit: Lost terminal]
15:00
ofourdan has joined #wayland
15:10
MajorBiscuit has quit [Quit: WeeChat 3.5]
15:13
MajorBiscuit has joined #wayland
15:39
tzimmermann has quit [Quit: Leaving]
15:59
rv1sr has joined #wayland
16:18
devilhorns has joined #wayland
16:29
llyyr has joined #wayland
16:47
<
kchibisov >
Is mesa supposed to damage gallium_hud itself or clients should just damage the entire surface in such case?
16:50
fcarrijo has joined #wayland
16:55
c7s has quit [Quit: c7s]
16:56
c7s has joined #wayland
16:58
fcarrijo has quit []
17:19
caveman has quit [Remote host closed the connection]
17:29
caveman has joined #wayland
17:32
MajorBiscuit has quit [Ping timeout: 480 seconds]
17:46
nsneck has joined #wayland
18:07
devilhorns has quit []
18:09
jgrulich has quit [Remote host closed the connection]
18:41
c7s has quit [Quit: c7s]
18:52
nerdopolis has joined #wayland
18:52
c7s has joined #wayland
18:56
anarsoul|2 is now known as anarsoul
19:00
Seirdy has joined #wayland
19:00
nerdopolis has quit [Ping timeout: 480 seconds]
19:12
vyivel has quit [Remote host closed the connection]
19:12
vyivel has joined #wayland
19:25
mvlad has quit [Quit: Leaving]
19:28
nerdopolis has joined #wayland
19:28
mclasen_ has joined #wayland
19:34
mclasen has quit [Ping timeout: 480 seconds]
19:39
mclasen_ has quit [Ping timeout: 480 seconds]
19:47
zebrag has joined #wayland
20:53
___nick___ has joined #wayland
21:04
___nick___ has quit []
21:06
___nick___ has joined #wayland
21:07
___nick___ has quit []
21:09
___nick___ has joined #wayland
22:21
mclasen has joined #wayland
22:38
danvet has quit [Ping timeout: 480 seconds]
22:42
___nick___ has quit [Ping timeout: 480 seconds]
22:47
tlwoerner has quit [Ping timeout: 480 seconds]
23:05
hardening has quit [Ping timeout: 480 seconds]
23:07
ahartmetz has quit [Ping timeout: 480 seconds]
23:08
mclasen has quit [Ping timeout: 480 seconds]
23:49
rasterman has quit [Quit: Gettin' stinky!]