index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sokol_gfx.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
sokol_gfx.h vk: split swapchain barrier helper func into begin/end-pass
Andre Weissflog
2025-11-18
1
-15
/
+52
*
|
sokol_gfx.h vk: use generic VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL
Andre Weissflog
2025-11-18
1
-2
/
+1
*
|
sokol_gfx.h vk: replace deprecated access bits
Andre Weissflog
2025-11-18
1
-5
/
+4
*
|
sokol_gfx.h vk: replace deprecated transfer stage bit
Andre Weissflog
2025-11-18
1
-2
/
+2
*
|
sokol_gfx.h vk: replace deprecated vertex-input-bit stage
Andre Weissflog
2025-11-18
1
-2
/
+2
*
|
sokol_gfx.h vk: replace deprecated top-/bottom-of-pipe stages
Andre Weissflog
2025-11-18
1
-9
/
+5
*
|
sokol_gfx/app.h vk: deprecated vkGetPhysicalDeviceFeatures => ...Features2
Andre Weissflog
2025-11-18
1
-11
/
+12
*
|
sokol_gfx.h vk: initial vulkan frame stats
Andre Weissflog
2025-11-17
1
-1
/
+30
*
|
sokol_gfx.h vk: fix sg_apply_viewport
Andre Weissflog
2025-11-16
1
-9
/
+19
*
|
sokol_gfx/app.h vk: fix unused warnings in release builds
Andre Weissflog
2025-11-15
1
-14
/
+13
*
|
sokol_gfx.h vk: fix _sg_vk_staging_stream_image_data
Andre Weissflog
2025-11-15
1
-0
/
+1
*
|
sokol_gfx.h vk: _sg_vk_staging_stream_image_data()
Andre Weissflog
2025-11-15
1
-32
/
+73
*
|
sokol_gfx.h vk: clip scissor rect against screen
Andre Weissflog
2025-11-15
1
-4
/
+5
*
|
sokol_gfx.h vk: _sg_vk_reset_state_cache is a no-op
Andre Weissflog
2025-11-14
1
-1
/
+1
*
|
sokol_gfx.h vk: sg_update_image() for usage.dynamic_update
Andre Weissflog
2025-11-14
1
-1
/
+5
*
|
sokol_gfx.h vk: fix c++ compatibility
Andre Weissflog
2025-11-14
1
-8
/
+8
*
|
sokol_gfx.h vk: reset uniforms_dirty flag in sg_apply_pipeline
Andre Weissflog
2025-11-13
1
-0
/
+1
*
|
sokol_gfx.h vk: sg_append_buffer() for streaming updates
Andre Weissflog
2025-11-12
1
-1
/
+7
*
|
sokol_gfx.h vk: update streaming buffers
Andre Weissflog
2025-11-12
1
-1
/
+10
*
|
sokol_gfx.h vk: stream-staging system wip
Andre Weissflog
2025-11-12
1
-2
/
+2
*
|
sokol_gfx.h vk: stream-staging system wip
Andre Weissflog
2025-11-12
1
-11
/
+54
*
|
sokol_gfx.h vk: separate per-frame cmdbuf for streaming updates
Andre Weissflog
2025-11-12
1
-164
/
+197
*
|
sokol_gfx.h vk: compute pass buffer and image hazard tracking and barriers
Andre Weissflog
2025-11-10
1
-40
/
+89
*
|
sokol_gfx.h vk: ensure render pass bindings access state
Andre Weissflog
2025-11-10
1
-1
/
+32
*
|
sokol_gfx.h: minimal resource tracking helper functions
Andre Weissflog
2025-11-10
1
-16
/
+116
*
|
sokol_gfx.h vk: barrier code cleanup wip
Andre Weissflog
2025-11-10
1
-44
/
+33
*
|
sokol_gfx.h vk: barrier code cleanup wip
Andre Weissflog
2025-11-10
1
-110
/
+89
*
|
sokol_gfx.h vk: create compute pipeline
Andre Weissflog
2025-11-08
1
-2
/
+17
*
|
sokol_gfx.h vk: buffer memory barriers wip
Andre Weissflog
2025-11-08
1
-36
/
+105
*
|
sokol_gfx.h vk: barrier code cleanup wip
Andre Weissflog
2025-11-08
1
-33
/
+37
*
|
sokol_gfx.h vk: add some fixme comments
Andre Weissflog
2025-11-08
1
-0
/
+6
*
|
sokol_gfx.h vk: pipeline barriers wip
Andre Weissflog
2025-11-07
1
-68
/
+128
*
|
sokol_gfx.h vk: remove unused vk.next_access item
Andre Weissflog
2025-11-04
1
-4
/
+0
*
|
sokol_gfx.h vk: add missing pixel formats in _sg_vk_init_caps
Andre Weissflog
2025-11-04
1
-0
/
+4
*
|
sokol_gfx.h vk: offscreen render passes
Andre Weissflog
2025-11-04
1
-12
/
+84
*
|
sokol_gfx.h vk: fix _sg_vk_staging_copy_image_data for compressed formats
Andre Weissflog
2025-11-03
1
-5
/
+1
*
|
sokol_gfx.h vk: compressed texture formats wip, delay uniform descriptor bind...
Andre Weissflog
2025-11-03
1
-16
/
+62
*
|
sokol_gfx.h vk: fix view vs sampler confusion in pipeline creation
Andre Weissflog
2025-11-03
1
-1
/
+1
*
|
sokol_gfx.h vk: storage buffer fixes (vertexpull-sapp working)
Andre Weissflog
2025-11-03
1
-2
/
+3
*
|
sokol_gfx.h vk: optimize view/sampler descriptor updates
Andre Weissflog
2025-11-03
1
-63
/
+93
*
|
sokol_gfx.h vk: resource binding cleanup wip
Andre Weissflog
2025-11-03
1
-14
/
+31
*
|
sokol_gfx.h vk: uniform update code cleanup
Andre Weissflog
2025-11-03
1
-49
/
+77
*
|
sokol_gfx.h vk: descriptor buffer code cleanup
Andre Weissflog
2025-11-03
1
-111
/
+113
*
|
sokol_gfx.h vk: fix image creation flags for cube maps
Andre Weissflog
2025-11-02
1
-1
/
+14
*
|
sokol_gfx.h vk: fix image barrier validation error
Andre Weissflog
2025-11-02
1
-2
/
+5
*
|
sokol_gfx.h vk: fix _sg_vk_staging_copy_image_data
Andre Weissflog
2025-11-02
1
-2
/
+3
*
|
sokol_app/gfx.h vk: more detailed create-device-failure errors, more descript...
Andre Weissflog
2025-11-02
1
-2
/
+15
*
|
sokol_gfx.h vk: use descriptor buffer for uniform updates
Andre Weissflog
2025-11-02
1
-7
/
+53
*
|
sokol_gfx.h vk: descriptor buffers wip
Andre Weissflog
2025-11-02
1
-14
/
+153
*
|
sokol_app/gfx.h vk: re-enable push descriptors
Andre Weissflog
2025-11-02
1
-1
/
+6
[prev]
[next]