From c3bb5d2cb13be4eea804e325c45fbcabde848160 Mon Sep 17 00:00:00 2001 From: Istvan Matejcsok <119620946+matejcsok-ee@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:36:43 +0200 Subject: [PATCH] bump kicad: unbind GL_ARRAY_BUFFER after raytracer-blit setup (ab62afa4732) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The blit's one-time setup leaked its quad-VBO GL_ARRAY_BUFFER binding (not VAO state); the raytracing->OpenGL switch-back reload then captured client-memory gl*Pointer addresses as offsets into that 48-byte buffer and baked them into the recorded display lists — every frame INVALID_OPERATION, viewer blank until canvas recreation. Found via a bounded routed-draw diagnostic on the live repro; verified by driving two full real-Chrome round-trips (back-to-OpenGL frame hashes byte-identical to pre-toggle). Co-Authored-By: Claude Fable 5 --- kicad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicad b/kicad index d6e3dc1..ab62afa 160000 --- a/kicad +++ b/kicad @@ -1 +1 @@ -Subproject commit d6e3dc1a87a0565fc5cfab55d42420e72fc48f87 +Subproject commit ab62afa4732bf2b4c26cf185e4b08b2912edae01