summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2017-05-17t: Get rid of t_mem_type_indexJason Ekstrand1-4/+16
2016-07-15Conform to Vulkan Specification 1.0.20Nanley Chery1-0/+1
2016-01-14Update to 1.0.0Jason Ekstrand1-1/+1
2015-12-15cru: Add support for logging PIDs of child processesJason Ekstrand1-12/+40
2015-12-14util/log: Don't buffer log messagesChad Versace1-0/+4
2015-12-07util: Add func xstrdupChad Versace1-0/+9
2015-12-07autotools: Support libpng16 or libpng12Jordan Justen1-1/+1
2015-12-02vk/0.210.0: Update the VkFormat enumJason Ekstrand1-3/+3
2015-12-02vk/0.210.0: Rework vkQueueSubmitJason Ekstrand1-1/+5
2015-12-02vk/0.210.0: Remove VkShaderJason Ekstrand1-16/+0
2015-12-02vk/0.210.0: We now allocate command buffers; not create themJason Ekstrand2-4/+7
2015-12-02vk/0.210.0: Rework allocation to use the new pAllocator'sJason Ekstrand2-28/+45
2015-12-01vk/0.210.0: Get rid of VkImageAspectJason Ekstrand1-1/+1
2015-11-30vk/0.210.0: Rework copy/clear/blit APIJason Ekstrand1-4/+4
2015-11-30vk/0.210.0: Handle the VkResult -> void changesJason Ekstrand1-3/+1
2015-11-30vk/0.210.0: Rename CmdBuffer to CommandBufferJason Ekstrand2-11/+11
2015-11-30vk/0.210.0: A pile of minor enum updatesJason Ekstrand1-2/+2
2015-11-30vk/0.210.0: Switch to the new-style handle declarationsJason Ekstrand1-3/+3
2015-11-10cru_image: Warn if vkWaitForFences times outJason Ekstrand1-1/+5
2015-10-07vk/0.170.2: Update remaining enumsChad Versace1-3/+3
2015-10-07vk/0.170.2: Switch to the new dynamic state modelJason Ekstrand1-64/+0
2015-10-07vk/0.170.2: Merge VkAttachmentView into VkImageViewChad Versace1-16/+0
2015-10-06vk/0.170.2: Rework blits to use ImageSubresourceCopyJason Ekstrand1-1/+2
2015-09-14util: Fix constness of cru_vec_push_memcpy's src paramChad Versace1-1/+1
2015-09-02util/string: Add funcs path_appendf(), path_vappendf()Chad Versace1-0/+19
2015-08-28util/image: Allow comparison between R8_UNORM and S8_UINT imagesChad Versace1-2/+9
2015-08-27util: Add func path_to_abs()Chad Versace1-0/+21
2015-08-27util: Rename cru_image_load_file()Chad Versace1-1/+1
2015-08-27util: Add func cru_image_from_vk_image()Chad Versace2-0/+291
2015-08-21util: Add all depthstencil formats to format tableChad Versace1-0/+38
2015-08-18util/image: Fix oob access in copy_unorm8_to_uint8()Chad Versace1-14/+4
2015-08-13util/cleanup: Fix no-op cleanupsChad Versace1-39/+43
2015-08-13util/cleanup: Fix a 3-space indentChad Versace1-2/+2
2015-08-11util: Add func cru_cleanup_push_freeChad Versace1-0/+14
2015-08-11util: Add func log_abort()Chad Versace1-0/+17
2015-08-10util/macros: Remove 'cru' prefix from all attributesChad Versace2-7/+7
2015-08-10util/macros: Replace cru_noreturn with C11 noreturnChad Versace1-3/+5
2015-08-07make: Add Makefiles to subdirsChad Versace1-0/+7
2015-08-07util: Rename symbol prefix 'cru_log' -> log'Chad Versace6-75/+75
2015-08-07util: Fix misnamed file cru_misc.c -> misc.cChad Versace1-0/+0
2015-08-07framework/test: Rename cru_test -> testChad Versace1-2/+2
2015-08-06util: Split from framework codeChad Versace11-0/+2948