gogpu Backend Selection and macOS Resize Fixes

   |   4 minute read

For Go developers using gogpu, a Go GPU and windowing toolkit, this week’s activity is mostly about fewer bad fallbacks and calmer resize behavior. The headline change is backend choice in auto mode: Windows and Linux can now ask wgpu to enumerate more than one native backend before falling back to software.

Read More >>

wgpu v0.30.4 - Metal Stencil State Fix

   |   3 minute read

wgpu v0.30.4 was published on June 25, 2026, with a focused Metal backend fix for stencil behavior on macOS. The main change is that CreateRenderPipeline now translates StencilFront and StencilBack into MTLDepthStencilState, so stencil tests no longer stay silently inert on the Metal path. For apps using stencil masks, clipped content, or rounded UI panels, this is the fix that changes what users actually see.

Read More >>

Linux Kernel This Week: Intel Xe Graphics and Network Stack Fixes

   |   5 minute read

The Linux kernel saw over one hundred commits this week with significant activity in the Intel Xe graphics driver and the core networking stack. Maintainers focused on stability fixes for hardware acceleration and critical memory management safety in networking components like XDP and netfilter.

Read More >>
Page 1 of 1
denis256 at denis256.dev