Valentin Milea
Valentin Milea
### Operating System Others ### Board Raspberry Pi Pico ### Firmware - ### What happened ? The `dcd_edpt_close()` implementation in `dcd_rp2040.c` is incomplete. It was probably meant to call `hw_endpoint_close`,...
### Describe the bug Natvis for C++/WinRT doesn't work because the *.winmd files aren't deployed alonside the process *.exe. This affects both SDK and user authored types. ### Steps to...
### Describe the bug NDK r23 has removed GNU binutils: ``` find . -iname "*objdump" ./22.1.7171670/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-objdump ./22.1.7171670/toolchains/x86-4.9/prebuilt/darwin-x86_64/i686-linux-android/bin/objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/aarch64-linux-android/bin/objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/x86_64-linux-android-objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android-objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/i686-linux-android-objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/arm-linux-androideabi/bin/objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/x86_64-linux-android/bin/objdump ./22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/i686-linux-android/bin/objdump ./22.1.7171670/toolchains/x86_64-4.9/prebuilt/darwin-x86_64/bin/x86_64-linux-android-objdump ./22.1.7171670/toolchains/x86_64-4.9/prebuilt/darwin-x86_64/x86_64-linux-android/bin/objdump ./22.1.7171670/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-objdump ./22.1.7171670/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/arm-linux-androideabi/bin/objdump...
### What version of gRPC and what language are you using? gRPC-Core 1.49, Objective-C ### What operating system (Linux, Windows,...) and version? iOS 15 ### What runtime / compiler are...
When compiling a GLSL shader with `--hlsl-offsets`, **glslang** adjusts offsets as expected. However, the tighter packing isn't accounted for in `ArrayStride`. ``` #version 460 struct Vertex { float a; vec2...
First of all, thanks for making this awesome library! **Is your feature request related to a problem? Please describe.** The mechanism for tagging high quality hashes could be improved a...
The [validation](https://github.com/ziga-lunarg/Vulkan-ValidationLayers/blob/3492699f4948b0b47a94e21a7bc1c2477b713631/layers/best_practices/bp_synchronization.cpp#L142) of access-layout combinations in image memory barriers is too restrictive. In addition to `VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL`, input attachment access should be allowed for the following layouts: - `VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL` - `VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL`...
subject was: "Allow specifying the written range when unmapping a buffer" --- I noticed an issue while benchmarking CPU-to-GPU data streaming that can degrade performance of memory-mapped transfers, making them...