| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gpu/draw: Refresh rate hack | Omar Rizwan | 2026-04-02 | 1 | -1/+2 |
| | | |||||
| * | gpu: Fix image limit so Pi GPU works | Omar Rizwan | 2026-04-02 | 1 | -0/+3 |
| | | |||||
| * | gpu: Replace texture descriptor set lock with serial handling | Omar Rizwan | 2026-04-01 | 3 | -80/+147 |
| | | | | | should fix weird texture flickers. | ||||
| * | Tracy fixes. Makefile: Reduce sampling Hz. | Omar Rizwan | 2026-03-24 | 1 | -6/+0 |
| | | | | | | | | (this is so we don't overwhelm with sampling data and overhead.) gpu/draw: Drop zones that would sometimes fail and that we weren't really using. | ||||
| * | gpu/textures: Go back to ~old way; new way wasn't correct | Omar Rizwan | 2026-03-24 | 1 | -19/+12 |
| | | |||||
| * | gpu/draw: Don't kill Folk on GPU failure. | Omar Rizwan | 2026-03-24 | 1 | -2/+2 |
| | | |||||
| * | Speed up texture loading into GPU by removing fence wait | Omar Rizwan | 2026-03-23 | 2 | -15/+25 |
| | | |||||
| * | c: Use -O2 and -march=native and fix how that breaks draw | Omar Rizwan | 2026-03-22 | 1 | -5/+8 |
| | | | | | Should make lower-end systems a lot faster? But need to check. | ||||
| * | gpu/draw: Fix crash on glfw failure | Omar Rizwan | 2026-02-23 | 1 | -0/+1 |
| | | |||||
| * | gpu/canvases: Fix display canvas blink (titles, points-at) | Omar Rizwan | 2025-12-24 | 1 | -31/+37 |
| | | | | | | | Handles one remaining case where we would miss the Collect statement for a canvas and treat it as "blink out" instead of reuse previous Collect. | ||||
| * | gpu/vma: Remove extra puts | Omar Rizwan | 2025-12-19 | 1 | -1/+0 |
| | | |||||
| * | Fix VMA on Linux. This is WAY faster with camera slices | Omar Rizwan | 2025-12-12 | 2 | -4/+24 |
| | | |||||
| * | WIP: Finish moving to VMA? Add -noload to C. | Omar Rizwan | 2025-12-12 | 3 | -34/+28 |
| | | |||||
| * | WIP: Continue switching to VMA | Omar Rizwan | 2025-12-12 | 3 | -73/+84 |
| | | |||||
| * | WIP: Start switching to VMA | Omar Rizwan | 2025-12-12 | 2 | -33/+128 |
| | | |||||
| * | gpu/enumerate: Unbreak macOS | Omar Rizwan | 2025-12-12 | 1 | -3/+6 |
| | | |||||
| * | gpu: Lock out gpu until enumeration done | Omar Rizwan | 2025-12-12 | 2 | -1/+4 |
| | | | | | Some weird race on Pi means it never sees displays. | ||||
| * | gpu/draw: Retry if display not found | Omar Rizwan | 2025-12-08 | 1 | -11/+24 |
| | | |||||
| * | virtual-programs -> builtin-programs | Omar Rizwan | 2025-12-04 | 6 | -0/+2847 |
