20 Commits

Author SHA1 Message Date
Luke Street 134a081f7c Reimplement draw call merging & refactor aurora::gx 2026-03-05 20:18:41 -07:00
Luke Street 6e96710482 Add pull_request event to CI; rename SetViewportCommand->Viewport 2026-03-05 10:17:03 -07:00
Dávid Balatoni 604232c4ff Implement GXGetViewportv (#33) 2026-03-05 10:09:26 -07:00
Luke Street 60eba7dff9 Fog & TCS FIFO-ification 2026-02-18 13:41:42 -07:00
Luke Street 73b81f53aa Partially fix vtx caching 2026-02-18 00:26:18 -07:00
Luke Street 5fa562dc06 🚀 Execute more FIFO conversion 🚀 2026-02-17 20:44:09 -07:00
Luke Street 357ecba0ae Lighting channel fixes (COLOR1+) 2025-04-15 19:37:18 -06:00
Luke Street a600b0b84c Rewrite attribute buffer, matrix & stream handling
Now array attributes (GXSetArray) will be properly
fetched based on the vertex format. Buffers are
still assumed to be byte-swapped to little-endian.

Stream handling completely redone and many issues
resolved.

Eliminates matrix transposes. AURORA_NATIVE_MATRIX
is no longer necessary and removed.
2025-04-14 17:17:59 -06:00
Luke Street 1825a80953 Clamp scissor to framebuffer size 2025-04-07 20:12:31 -06:00
Luke Street 37ae1bf9b5 Replace usages of Log.report with helpers 2025-04-06 16:37:05 -06:00
Luke Street 7760ef8409 Restructure logging and add fallback logging 2025-04-06 16:32:50 -06:00
Luke Street 1016fbb36d Fix bind group caching 2025-04-04 01:59:30 -06:00
Luke Street b07d55f71d Update fmtlib 2025-04-03 21:03:11 -06:00
Luke Street ca3e4f5273 Update to latest upstream dawn 2025-04-03 00:12:22 -06:00
Luke Street 3edd2c0e58 Update dawn & SDL part 1 2023-05-27 11:44:36 -04:00
Luke Street ea6e49e000 gfx: Limit # of synchronous pipelines per frame
Allows OpenGL(+ES) to run smoothly even when
building initial pipeline cache.
2022-08-29 17:05:34 -04:00
Luke Street c060e1da6b Reimplement GXCopyTex; simplify assertions 2022-08-09 02:05:33 -04:00
Luke Street 893cabe55a Transition back to webgpu_cpp; initial emscripten support 2022-08-02 16:37:56 -04:00
Luke Street 0da998450b Merge GXBegin/GXEnd draws if GX state unchanged 2022-07-28 19:48:02 -04:00
Luke Street 9a725c89cf Initial commit 2022-07-27 11:25:25 -04:00