- 07b46d7 Make a method to determine which arguments should be included in Kotlin by Jim Blackler · 11 months ago
- 2a26b19 Revert "Make a convenience cpp method for WaitAny with one future" by Stephen White · 11 months ago
- e68cc7f Make a convenience cpp method for WaitAny with one future by Austin Eng · 11 months ago
- 79bc2cd Renumber webgpu.h enums to reserve 0 except for undefined by Austin Eng · 11 months ago chromium/6536
- 6f535820 Add struct keyword before structures in new callback function pointers by Jaswant Panchumarti · 11 months ago
- 25ed06a GL: Use typedef for EGL/GLGetProcProc and use __stdcall on win32 by Corentin Wallez · 11 months ago
- 4afd48b Kotlin methods return binary data in ByteBuffers. by Jim Blackler · 11 months ago
- f9960c1 Fix for Kotlin method parameters. by Jim Blackler · 11 months ago
- 07bdddb Allow Kotlin coroutines by Jim Blackler · 11 months ago
- a4052b6 [wgpu-headers] Updates mapAsync callback to match wgpu-header. by Loko Kung · 11 months ago
- 66414c7 Kotlin versions of objects are AutoCloseable and Dawn *Release methods are called on close. by Jim Blackler · 11 months ago
- 21df17e Add initial version of the Kotlin JNI conversion by Jim Blackler · 11 months ago
- 497df7b Complete the Kotlin bindings for ART Android Apps by Jim Blackler · 11 months ago
- aefe7d2 OpenGLES: baseVertex, baseInstance workaround. by Stephen White · 11 months ago
- a43d6f6 Add `IWYU pragma: export` in webgpu_cpp.h by Jean-Philippe Gravel · 11 months ago
- 7d7e1e4 Remove last reference to wgpuObjReference. by Corentin Wallez · 11 months ago
- 221ae88 Don't memcpy zero bytes in generated WireCmd.cpp by David Benjamin · 11 months ago
- 64f1a70 webgpu.h: Return wgpu::Status enums by Austin Eng · 11 months ago
- ba4c05a Fix dawn wire client cpp call to "2"-suffixed callback functions by Austin Eng · 11 months ago
- e8f6010 Reland "Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef" by Jiawei Shao · 12 months ago
- ddcf3f8 [dawn][WGPUFutures] Adds conversion helpers for ChainedStruct. by Loko Kung · 12 months ago
- c3a2680 Reland "Remove deprecated `APIReference()`" by Jiawei Shao · 12 months ago
- c9aad95 [wgpu-headers] Introduce 2nd userdata to popErrorScope callback. by Loko Kung · 12 months ago
- 166c9d5 Revert "Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef" by Jiawei Shao · 12 months ago
- f72e01b Revert "Remove deprecated `APIReference()`" by Peng Huang · 12 months ago
- 5086cd7 Remove mock WGPU[Obj]Release that was deprecated in favor of AddRef by Corentin Wallez · 12 months ago
- cbe7958 Remove deprecated `APIReference()` by Jiawei Shao · 12 months ago
- 1dfceab Reapply "Generator for Kotlin structures." by Jim Blackler · 12 months ago
- f00b249 Revert "Generator for Kotlin structures." by Trevor David Black · 12 months ago
- 06b1538 Type-safe enums and bitmasks. by Jim Blackler · 12 months ago
- 4e63525 [wgpu-headers] Introduce 2nd userdata to requestAdapter callback. by Loko Kung · 12 months ago
- 5406e9d CMake: Fix workaround for CMake < 3.20 generated files. by Corentin Wallez · 12 months ago
- 037f803 Use an internal version of [Static]SamplerBindingLayout. by Corentin Wallez · 12 months ago
- 93124ee Generator for Kotlin structures. by Jim Blackler · 12 months ago
- 58213ae Implement C INIT macros by Austin Eng · 12 months ago
- e9ad507 Add c++ "init structs" for chained struct types by Austin Eng · 1 year ago
- 563fe25 cpp: allow casting C++ struct reference types to C types by Austin Eng · 1 year ago
- 544321a Include Dawn license header in C++ headers by Austin Eng · 1 year ago
- 410f2d0 Add dawn/wire/client/webgpu{_cpp}.h by Austin Eng · 1 year ago
- 3bb0b2b Remove extra namespace indent in webgpu_cpp header template by Loko Kung · 1 year ago
- f2984cb [dawn][wire] Make FillReservation release WGPU objects if released. by Loko Kung · 1 year ago
- 4910ae7 Add WGPU[Obj]AddRef and deprecated WGPU[Obj]Reference by Corentin Wallez · 1 year ago
- a9e4caf Make the C++ api header-only by Austin Eng · 1 year ago
- 8bb74b2 Reland "Remove SwapChain from the API" by Elie Michel · 1 year ago
- 2985826 [dawn][wire] Introduce Reserved objects for allocation and release. by Loko Kung · 1 year, 1 month ago
- 45b88e8 Use an internal version of TextureBindingLayout. by Corentin Wallez · 1 year, 1 month ago
- 5738848 Use an internal version of StorageTextureBindingLayout. by Corentin Wallez · 1 year, 1 month ago
- cea9d98 Use an internal version of BufferBindingLayout. by Corentin Wallez · 1 year, 1 month ago
- 0a552b4 Reland "[wgpu-headers] Align device lost callbacks with webgpu.h and futures." by Loko Kung · 1 year, 1 month ago
- aae22bd Revert "[wgpu-headers] Align device lost callbacks with webgpu.h and futures." by Corentin Wallez · 1 year, 1 month ago
- d9355b1 [wgpu-headers] Align device lost callbacks with webgpu.h and futures. by Loko Kung · 1 year, 1 month ago
- 8c56cd2 Reland "Make dawn_proc print a warning if dawnProcSetProcs is not called." by Corentin Wallez · 1 year, 1 month ago
- 7eeefde Revert "Make dawn_proc print a warning if dawnProcSetProcs is not called." by Austin Eng · 1 year, 1 month ago chromium/6401
- f8037f8 Revert "Remove SwapChain from the API" by Corentin Wallez · 1 year, 1 month ago
- 9ab1440 Make dawn_proc print a warning if dawnProcSetProcs is not called. by Corentin Wallez · 1 year, 1 month ago
- 966c917 Remove SwapChain from the API by Elie Michel · 1 year, 1 month ago
- 8eb36b4 Replace DAWN_UNUSED with [[maybe_unused]] by Austin Eng · 1 year, 1 month ago
- 2f18c9a Various cleanups to CMake files. by Corentin Wallez · 1 year, 1 month ago chromium/6395
- 10b2b06 Fix for handling of path constants. by Jim Blackler · 1 year, 1 month ago
- 87277bd Fix CMake dependencies after the touch of generated files. by Corentin Wallez · 1 year, 1 month ago
- 299ad59 CMake: Use Python3_EXECUTABLE instead of PYTHON_EXECUTABLE by Corentin Wallez · 1 year, 1 month ago
- 179e84a Fix warning for CMake Policy CMP0148 by Corentin Wallez · 1 year, 1 month ago
- 2e2d1d7 Supply initial templates for ART library API. by Jim Blackler · 1 year, 1 month ago
- a3014cc CMake: Make placeholder files for generated files by Corentin Wallez · 1 year, 1 month ago
- 0b18c8b Fix generation of proc table by Austin Eng · 1 year, 1 month ago
- 53296e8 Revert "Remove SwapChain from the API" by Austin Eng · 1 year, 2 months ago
- 8faad45 Remove SwapChain from the API by Elie Michel · 1 year, 2 months ago
- 4569ad1 [WGPUFuture] Manually scope the device lock for Future entry points. by Loko Kung · 1 year, 2 months ago
- d46120e [dawn][wire] Update generated mock files for new callback info types. by Loko Kung · 1 year, 2 months ago
- 7567443 [dawn][wire] Removes InjectDevice. by Loko Kung · 1 year, 2 months ago
- 6fe2b96 [WGPUFuture] Implement GetCompilationInfo in wire/native with Futures. by Loko Kung · 1 year, 2 months ago chromium/6307
- f03057f Use WireResult instead of bool in various autogen places. by Loko Kung · 1 year, 3 months ago
- 8342317 Reland "Remove F suffix for futures from the cpp api" by Austin Eng · 1 year, 3 months ago
- 71161fd Add cache functions to dawn::native::DawnCacheDescriptor by Austin Eng · 1 year, 3 months ago
- 13b1da2 Adds GetObjectType on wire objects to implement Release properly. by Loko Kung · 1 year, 3 months ago
- 723c187 Make the client->server flush on the wire implicitly call ProcessEvents by Loko Kung · 1 year, 3 months ago
- 4e1cbbc Revert "Remove F suffix for futures from the cpp api" by Corentin Wallez · 1 year, 3 months ago
- 0d045df Remove F suffix for futures from the cpp api by Austin Eng · 1 year, 3 months ago
- ede1260 Add a cpp override to paper over Future F-suffix by Austin Eng · 1 year, 3 months ago
- f9116da Reland "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." by Loko Kung · 1 year, 4 months ago
- 28ab345 Revert "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." by Corentin Wallez · 1 year, 4 months ago
- 6ecbeed [WGPUFuture] Move the EventManager in the wire to appear in the Instance. by Loko Kung · 1 year, 4 months ago
- a8516c1 Reland "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year, 4 months ago
- 2d0164e Revert "Apply trivial frontend defaults by copy, and recursively" by Kai Ninomiya · 1 year, 4 months ago
- b334e34 Remove unused dawn::wire mechanisms. by Corentin Wallez · 1 year, 4 months ago
- ba44daa Apply trivial frontend defaults by copy, and recursively by Kai Ninomiya · 1 year, 4 months ago
- 6889227 Move EnumClassBitmasks to wgpu:: and fix emscripten-bits by Kai Ninomiya · 1 year, 4 months ago
- 98dce27 webgpu.h: Re-number enums, with defaulting: SamplerDescriptor by Kai Ninomiya · 1 year, 4 months ago
- a5059a6 Move dawn.json and dawn_wire.json to src/dawn/ by Jiawei Shao · 1 year, 4 months ago
- 5c0b6b8 Reduce binary size for GLES on Android. by Stephen White · 1 year, 4 months ago
- b37a4e4 Use chain utilities in more places to remove FindInChain. by Loko Kung · 1 year, 5 months ago
- e863c50 Add DAWN_NO_SANITIZE("cfi-icall") to dawn procs by Clark DuVall · 1 year, 5 months ago
- 3c117aa Removes leftover ValidateSType helpers in cpp. by Loko Kung · 1 year, 5 months ago
- bc8b99a Renames Unpacked to UnpackedPtr. by Loko Kung · 1 year, 5 months ago
- 678e2bd Use chain utilities in more places and removes ValidateSType-like utils. by Loko Kung · 1 year, 5 months ago
- 06a882a Adds absl::StrFormat functions for UnpackedPtr types. by Loko Kung · 1 year, 5 months ago
- ac04405 Updates Chain utilities with wrapper and for Out structs as well. by Loko Kung · 1 year, 5 months ago
- 7d256c7 dawn::native: Implement wgslLanguageFeatures. by Corentin Wallez · 1 year, 5 months ago
- af4dd0f Remove extra tab within namespaces in ChainUtil templates. by Loko Kung · 1 year, 5 months ago
- be274e8 Add WGPUAdapterPropertiesMemoryHeaps by Austin Eng · 1 year, 5 months ago