pcbjam/tests/gal-regression/scenarios
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
..
gal_test_scenarios.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
gal_test_scenarios.h feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
scenario_arc_segments.cpp feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
scenario_bezier_curves.cpp feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
scenario_bitmap.cpp docs(gal-test): Add README and document DrawBitmap limitation 2026-01-07 13:37:08 +01:00
scenario_clear_colors.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_cursor_native.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_depth_testing.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_glyphs.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_grid_native.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_group_caching.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_hole_walls.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_negative_mode.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_polylines_multi.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_render_targets.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_screen_transform.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_segment_chain.cpp feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
scenario_text_attrs.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00
scenario_transform.cpp feat(gal-test): Add 100% GAL API test coverage (28 scenarios) 2026-01-07 12:27:06 +01:00