Philipp Zabel
Philipp Zabel
The Hantro G1 hardware H.264 decoder parses slices itself, with some assistance. It requires the parsed `num_ref_idx_l[01]_default_active_minus1` and `idr_pic_id` syntax elements, as well as the size in bits of the...
Chapter 6.4. Interaction Profile Paths is missing a PlayStation Move controller profile. These controllers have the square/cross/circle/triangle buttons mentioned in 6.3.2. Device input subpaths, but they are not arranged in...
Fix a build warning: ``` ../src/vulkan_state.cpp:203:32: warning: ‘vk::DebugUtilsMessengerCreateInfoEXT& vk::DebugUtilsMessengerCreateInfoEXT::setPfnUserCallback(PFN_vkDebugUtilsMessengerCallbackEXT)’ is deprecated: This setter is deprecated. Use the one taking a function pointer type from the vk-namespace instead. [-Wdeprecated-declarations] ``` by...
Fix the same issue as #79, but add `isDispatchLoader` structs to make sure the custom dispatchers are recognized by Vulkan headers 1.4.333 and newer.