pcbjam/tests/gal-regression/native
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 344cf3c432 docs(gal-test): Add README and document DrawBitmap limitation
- Add comprehensive README documenting all 28 GAL test scenarios
- Document known limitation: DrawBitmap uses legacy OpenGL immediate
  mode (glBegin/glEnd) incompatible with shader-based test harness
- Add shader accessor for DrawBitmap workaround attempt
- Clean up debug code from bitmap scenario

The DrawBitmap limitation is acceptable because:
- It's primarily used for reference images in schematics
- WebGL port will need its own bitmap rendering implementation
- All other 69 GAL methods are fully tested

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 13:37:08 +01:00
..
generated feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
bitmap_base_stub.h feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
CMakeLists.txt feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
config.h feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal_native_test.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
gal_test_accessor.cpp docs(gal-test): Add README and document DrawBitmap limitation 2026-01-07 13:37:08 +01:00
gal_test_accessor.h docs(gal-test): Add README and document DrawBitmap limitation 2026-01-07 13:37:08 +01:00
generate_shaders.py feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
kicad_stubs.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
kicad_stubs.h feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
kifont_stub.h feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
stb_image_write.h feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
trace_helpers.h feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00