aboutsummaryrefslogtreecommitdiff
path: root/sokol_gfx.h
Commit message (Expand)AuthorAgeFilesLines
...
* | sokol_gfx.h vk: split swapchain barrier helper func into begin/end-passAndre Weissflog2025-11-181-15/+52
* | sokol_gfx.h vk: use generic VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMALAndre Weissflog2025-11-181-2/+1
* | sokol_gfx.h vk: replace deprecated access bitsAndre Weissflog2025-11-181-5/+4
* | sokol_gfx.h vk: replace deprecated transfer stage bitAndre Weissflog2025-11-181-2/+2
* | sokol_gfx.h vk: replace deprecated vertex-input-bit stageAndre Weissflog2025-11-181-2/+2
* | sokol_gfx.h vk: replace deprecated top-/bottom-of-pipe stagesAndre Weissflog2025-11-181-9/+5
* | sokol_gfx/app.h vk: deprecated vkGetPhysicalDeviceFeatures => ...Features2Andre Weissflog2025-11-181-11/+12
* | sokol_gfx.h vk: initial vulkan frame statsAndre Weissflog2025-11-171-1/+30
* | sokol_gfx.h vk: fix sg_apply_viewportAndre Weissflog2025-11-161-9/+19
* | sokol_gfx/app.h vk: fix unused warnings in release buildsAndre Weissflog2025-11-151-14/+13
* | sokol_gfx.h vk: fix _sg_vk_staging_stream_image_dataAndre Weissflog2025-11-151-0/+1
* | sokol_gfx.h vk: _sg_vk_staging_stream_image_data()Andre Weissflog2025-11-151-32/+73
* | sokol_gfx.h vk: clip scissor rect against screenAndre Weissflog2025-11-151-4/+5
* | sokol_gfx.h vk: _sg_vk_reset_state_cache is a no-opAndre Weissflog2025-11-141-1/+1
* | sokol_gfx.h vk: sg_update_image() for usage.dynamic_updateAndre Weissflog2025-11-141-1/+5
* | sokol_gfx.h vk: fix c++ compatibilityAndre Weissflog2025-11-141-8/+8
* | sokol_gfx.h vk: reset uniforms_dirty flag in sg_apply_pipelineAndre Weissflog2025-11-131-0/+1
* | sokol_gfx.h vk: sg_append_buffer() for streaming updatesAndre Weissflog2025-11-121-1/+7
* | sokol_gfx.h vk: update streaming buffersAndre Weissflog2025-11-121-1/+10
* | sokol_gfx.h vk: stream-staging system wipAndre Weissflog2025-11-121-2/+2
* | sokol_gfx.h vk: stream-staging system wipAndre Weissflog2025-11-121-11/+54
* | sokol_gfx.h vk: separate per-frame cmdbuf for streaming updatesAndre Weissflog2025-11-121-164/+197
* | sokol_gfx.h vk: compute pass buffer and image hazard tracking and barriersAndre Weissflog2025-11-101-40/+89
* | sokol_gfx.h vk: ensure render pass bindings access stateAndre Weissflog2025-11-101-1/+32
* | sokol_gfx.h: minimal resource tracking helper functionsAndre Weissflog2025-11-101-16/+116
* | sokol_gfx.h vk: barrier code cleanup wipAndre Weissflog2025-11-101-44/+33
* | sokol_gfx.h vk: barrier code cleanup wipAndre Weissflog2025-11-101-110/+89
* | sokol_gfx.h vk: create compute pipelineAndre Weissflog2025-11-081-2/+17
* | sokol_gfx.h vk: buffer memory barriers wipAndre Weissflog2025-11-081-36/+105
* | sokol_gfx.h vk: barrier code cleanup wipAndre Weissflog2025-11-081-33/+37
* | sokol_gfx.h vk: add some fixme commentsAndre Weissflog2025-11-081-0/+6
* | sokol_gfx.h vk: pipeline barriers wipAndre Weissflog2025-11-071-68/+128
* | sokol_gfx.h vk: remove unused vk.next_access itemAndre Weissflog2025-11-041-4/+0
* | sokol_gfx.h vk: add missing pixel formats in _sg_vk_init_capsAndre Weissflog2025-11-041-0/+4
* | sokol_gfx.h vk: offscreen render passesAndre Weissflog2025-11-041-12/+84
* | sokol_gfx.h vk: fix _sg_vk_staging_copy_image_data for compressed formatsAndre Weissflog2025-11-031-5/+1
* | sokol_gfx.h vk: compressed texture formats wip, delay uniform descriptor bind...Andre Weissflog2025-11-031-16/+62
* | sokol_gfx.h vk: fix view vs sampler confusion in pipeline creationAndre Weissflog2025-11-031-1/+1
* | sokol_gfx.h vk: storage buffer fixes (vertexpull-sapp working)Andre Weissflog2025-11-031-2/+3
* | sokol_gfx.h vk: optimize view/sampler descriptor updatesAndre Weissflog2025-11-031-63/+93
* | sokol_gfx.h vk: resource binding cleanup wipAndre Weissflog2025-11-031-14/+31
* | sokol_gfx.h vk: uniform update code cleanupAndre Weissflog2025-11-031-49/+77
* | sokol_gfx.h vk: descriptor buffer code cleanupAndre Weissflog2025-11-031-111/+113
* | sokol_gfx.h vk: fix image creation flags for cube mapsAndre Weissflog2025-11-021-1/+14
* | sokol_gfx.h vk: fix image barrier validation errorAndre Weissflog2025-11-021-2/+5
* | sokol_gfx.h vk: fix _sg_vk_staging_copy_image_dataAndre Weissflog2025-11-021-2/+3
* | sokol_app/gfx.h vk: more detailed create-device-failure errors, more descript...Andre Weissflog2025-11-021-2/+15
* | sokol_gfx.h vk: use descriptor buffer for uniform updatesAndre Weissflog2025-11-021-7/+53
* | sokol_gfx.h vk: descriptor buffers wipAndre Weissflog2025-11-021-14/+153
* | sokol_app/gfx.h vk: re-enable push descriptorsAndre Weissflog2025-11-021-1/+6