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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
13
-38
/
+304
|
*
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
4
-1
/
+168
|
*
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
|
*
build(platform): restrict runtime scope to Windows
Valentin Popov
2026-07-18
1
-1
/
+1
|
*
build(deps): harden winit feature graph
Valentin Popov
2026-07-18
1
-1
/
+1
|
*
build(deps): pin internal path dependency versions
Valentin Popov
2026-07-18
2
-4
/
+4
|
*
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
5
-8
/
+8
|
*
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
|
*
feat(platform-winit): bridge native window events
Valentin Popov
2026-06-25
1
-0
/
+43
|
*
feat(platform-winit): apply lifecycle state updates
Valentin Popov
2026-06-25
1
-0
/
+64
|
*
build(vulkan-shaders): target vulkan 1.1 manifests
Valentin Popov
2026-06-25
3
-7
/
+7
|
*
build(vulkan-shaders): source tool metadata at build time
Valentin Popov
2026-06-25
3
-6
/
+123
|
*
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
|
*
refactor(vulkan-ffi): extract surface bootstrap module
Valentin Popov
2026-06-25
2
-155
/
+167
|
*
refactor(vulkan-ffi): extract instance bootstrap module
Valentin Popov
2026-06-25
2
-377
/
+400
|
*
refactor(vulkan-shaders): extract manifest validation module
Valentin Popov
2026-06-25
3
-368
/
+392
|
*
refactor(vulkan-policy): extract pure swapchain and device policy
Valentin Popov
2026-06-25
3
-707
/
+717
|
[next]