@@ -231,7 +231,7 @@ necessary for HDR and direct video scanout. Importantly for us, DCP can:
231231- Directly scan out compressed framebuffers created by AGX[ ^ 5 ] and AVD[ ^ 6 ]
232232- Automatically normalise mixed dynamic range content
233233
234- All of these are tied to DCP's idea of a plane. I had initally attempted to
234+ All of these are tied to DCP's idea of a plane. I had initially attempted to
235235add support for Y'CbCr framebuffers without any refactoring, however this
236236this was proving to be messy and overly complicated to integrate with
237237the way we were constructing a swap request at the time. Refactoring the
@@ -281,7 +281,7 @@ it seems to have Just Worked! But not for _all_ users.
281281
282282Users of certain webcam applications, most notable GNOME's Camera app, have been
283283reporting severe issues with webcam support since day one. Doing some initial
284- debugging on this pointed to it being a an issue with GNOME's app, however this
284+ debugging on this pointed to it being an issue with GNOME's app, however this
285285turned out not to be the case. The Asahi OpenGL driver was actually improperly
286286handling planar video formats. The ISP/webcam exports
287287planar video framebuffers via V4L2, which must then be consumed and turned into
@@ -407,14 +407,14 @@ booth, so be sure to drop in if you're attending!
4074072026 is starting off with some exciting progress, and we're hoping to keep it coming.
408408As ever we are extremely grateful to our supporters on [ OpenCollective] ( https://opencollective.com/AsahiLinux )
409409and [ GitHub Sponsors] ( https://github.com/sponsors/AsahiLinux ) , without whom we would
410- not have been able to sustain this effort through last year. Here's to anoter 12 months
410+ not have been able to sustain this effort through last year. Here's to another 12 months
411411of hacking!
412412
413413
414414[ ^ 1 ] : Display Coprocessor
415415[ ^ 2 ] : Display Crossbar
416416[ ^ 3 ] : Apple Type-C PHY
417417[ ^ 4 ] : USB-C Power Delivery Controller
418- [ ^ 5 ] : Apple Graphics Accellerator , the GPU on M-series SoCs
418+ [ ^ 5 ] : Apple Graphics Accelerator , the GPU on M-series SoCs
419419[ ^ 6 ] : Apple Video Decoder, the AVC, HEVC, VP9, and AV1 hardware video decoder on M-series SoCs
420420
0 commit comments