index
:
fparkan
devel
master
Utilities and tools for the game "Parkan: Iron Strategy".
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adapters
/
fparkan-render-vulkan
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(render): project static scene on xy plane
Valentin Popov
2026-07-18
2
-45
/
+45
*
feat(render): compose terrain with preview root
Valentin Popov
2026-07-18
2
-93
/
+186
*
fix(vulkan): label readback image formats
Valentin Popov
2026-07-18
2
-0
/
+5
*
feat(vulkan): export readback artifacts
Valentin Popov
2026-07-18
3
-22
/
+49
*
feat(vulkan): capture swapchain pixels
Valentin Popov
2026-07-18
5
-9
/
+205
*
feat(vulkan): select readback-capable swapchains
Valentin Popov
2026-07-18
6
-3
/
+42
*
feat(vulkan): draw original terrain geometry
Valentin Popov
2026-07-18
2
-1
/
+148
*
feat(vulkan): add alpha test shader path
Valentin Popov
2026-07-18
7
-12
/
+59
*
feat(vulkan): add depth attachment pipeline support
Valentin Popov
2026-07-18
5
-21
/
+257
*
feat(vulkan): select canonical depth attachment formats
Valentin Popov
2026-07-18
2
-5
/
+58
*
feat(vulkan): cache pipeline variants by state key
Valentin Popov
2026-07-18
4
-21
/
+131
*
feat(render): add deterministic pipeline state keys
Valentin Popov
2026-07-18
1
-1
/
+4
*
feat(render): bind materials per mesh batch
Valentin Popov
2026-07-18
5
-61
/
+225
*
feat(render): preserve original mesh batch draws
Valentin Popov
2026-07-18
4
-9
/
+73
*
fix(render): use original MSH UV scale
Valentin Popov
2026-07-18
1
-8
/
+28
*
feat(render): sample original TEXM in Vulkan
Valentin Popov
2026-07-18
8
-36
/
+296
*
feat(render): upload original TEXM to Vulkan
Valentin Popov
2026-07-18
4
-16
/
+357
*
feat(render): draw original MSH through Vulkan
Valentin Popov
2026-07-18
3
-1
/
+167
*
feat(render): accept static indexed Vulkan meshes
Valentin Popov
2026-07-18
4
-40
/
+156
*
fix(stage0): require Windows native smoke
Valentin Popov
2026-07-18
1
-1
/
+3
*
fix(clippy): address Rust 1.97 lints
Valentin Popov
2026-07-18
2
-12
/
+7
*
style: format workspace with Rust 1.97
Valentin Popov
2026-07-18
1
-1
/
+8
*
feat(stage2): persist prepared mission assets and reports
Valentin Popov
2026-07-03
1
-0
/
+1
*
fix(vulkan): capture shutdown validation after owner drop
Valentin Popov
2026-07-03
1
-26
/
+21
*
fix(smoke): capture final validation after explicit shutdown
Valentin Popov
2026-06-25
3
-12
/
+131
*
build(ci): fail closed on shader provenance
Valentin Popov
2026-06-25
2
-7
/
+7
*
fix(stage0-ci): satisfy strict clippy gates
Valentin Popov
2026-06-25
5
-12
/
+11
*
fix(vulkan-policy): report sampled formats and limits
Valentin Popov
2026-06-25
3
-5
/
+144
*
fix(vulkan-policy): gate requested depth formats
Valentin Popov
2026-06-25
7
-31
/
+232
*
fix(vulkan-smoke): track bootstrap timeout evidence
Valentin Popov
2026-06-25
3
-2
/
+98
*
fix(vulkan-smoke): harden timeout and ci closure
Valentin Popov
2026-06-25
2
-3
/
+6
*
refactor(vulkan-policy): narrow unsafe module boundaries
Valentin Popov
2026-06-25
1
-1
/
+0
*
feat(vulkan-policy): report rejected device diagnostics
Valentin Popov
2026-06-25
2
-10
/
+64
*
build(vulkan-shaders): target vulkan 1.1 manifests
Valentin Popov
2026-06-25
2
-6
/
+6
*
build(vulkan-shaders): source tool metadata at build time
Valentin Popov
2026-06-25
1
-6
/
+30
*
feat(vulkan-smoke): verify macos portability evidence
Valentin Popov
2026-06-25
2
-0
/
+9
*
fix(vulkan-smoke): rollback partial swapchain resources
Valentin Popov
2026-06-25
1
-10
/
+73
*
test(vulkan-smoke): cover explicit teardown order
Valentin Popov
2026-06-25
1
-5
/
+160
*
fix(vulkan-smoke): simplify swapchain image layout transitions
Valentin Popov
2026-06-25
2
-60
/
+10
*
refactor(vulkan-ffi): extract capability probe module
Valentin Popov
2026-06-25
4
-404
/
+417
*
refactor(vulkan-ffi): extract swapchain probe module
Valentin Popov
2026-06-25
3
-218
/
+236
*
refactor(vulkan-ffi): extract swapchain resource module
Valentin Popov
2026-06-25
3
-488
/
+506
*
refactor(vulkan-backend): satisfy ci quality gates
Valentin Popov
2026-06-25
2
-73
/
+99
*
refactor(vulkan-ffi): move adapter tests into submodule
Valentin Popov
2026-06-25
2
-697
/
+691
*
refactor(vulkan-ffi): extract smoke renderer types
Valentin Popov
2026-06-25
2
-132
/
+145
*
refactor(vulkan-backend): clarify planning facade telemetry
Valentin Popov
2026-06-25
2
-35
/
+75
*
refactor(vulkan-ffi): extract smoke renderer module
Valentin Popov
2026-06-25
3
-601
/
+619
*
refactor(vulkan-ffi): extract resource setup module
Valentin Popov
2026-06-25
2
-677
/
+705
*
refactor(vulkan-ffi): extract runtime capability module
Valentin Popov
2026-06-25
2
-763
/
+796
*
refactor(vulkan-ffi): extract validation messenger module
Valentin Popov
2026-06-25
2
-117
/
+127
[next]