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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(render): apply static node fallback poses
Valentin Popov
2026-07-18
3
-2
/
+260
|
*
feat(msh): retain static node animation data
Valentin Popov
2026-07-18
1
-0
/
+2
|
*
feat(render): select static model LOD slots
Valentin Popov
2026-07-18
1
-4
/
+99
|
*
fix(render): match Ngi32 camera matrices
Valentin Popov
2026-07-18
1
-1
/
+1
|
*
feat(render): diagnose captured camera clipping
Valentin Popov
2026-07-18
2
-3
/
+61
|
*
feat(render): apply recovered TMA orientation
Valentin Popov
2026-07-18
2
-9
/
+59
|
*
feat(render): support full-scene 32-bit indices
Valentin Popov
2026-07-18
4
-16
/
+16
|
*
feat(render): support per-frame camera updates
Valentin Popov
2026-07-18
2
-3
/
+59
|
*
feat(render): retain source world geometry
Valentin Popov
2026-07-18
2
-13
/
+184
|
*
feat(render): bridge legacy camera to Vulkan
Valentin Popov
2026-07-18
13
-41
/
+184
|
*
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
3
-1
/
+149
|
*
feat(vulkan): add alpha test shader path
Valentin Popov
2026-07-18
10
-13
/
+67
|
*
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
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(deps): pin internal path dependency versions
Valentin Popov
2026-07-18
1
-3
/
+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
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
|
*
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
|
[next]