aboutsummaryrefslogtreecommitdiff
path: root/vendor/directx
Commit message (Expand)AuthorAgeFilesLines
* stdcall -> systemgingerBill2024-01-173-717/+717
* Replace `stdcall` with `system`gingerBill2024-01-172-182/+182
* [vendor:directx/dxgi] change u32 flags to bit_setsIgor Dreher2023-12-281-55/+71
* Update d3d12.odinjakubtomsu2023-11-041-1/+0
* Merge pull request #2791 from ftphikari/mastergingerBill2023-09-151-0/+5
|\
| * [vendor:directx/d3d11] Added `CalcSubresource` helper macrohikari2023-09-131-0/+5
* | Move API into one file and use "system" calling convention, and move data def...AbdelHameed-Hamed2023-09-144-760/+177
* | Add unix bindings for DXC.AbdelHameed-Hamed2023-08-312-0/+627
|/
* [vendor:directx/d3d11] Added missing UUIDs for shader reflectionhikari2023-07-251-0/+14
* [vendor:directx/dxgi] Removed `GetDebugInterface`hikari2023-07-181-21/+0
* [vendor:directx/dxgi] Rename `debug_interface_init` to `InitDebugInterface`ftphikari2023-07-131-2/+2
* Code review fixesftphikari2023-07-132-3/+6
* [vendor:directx/dxgi] Added `GetDebugInterface`ftphikari2023-07-131-0/+18
* [vendor:directx/d3d_compiler] Added default include file handlerftphikari2023-07-121-0/+3
* Add `fmt:"s,0"` tags to UTF-16 strings in dxgi.odingingerBill2023-05-181-4/+4
* Merge pull request #2500 from Ahsan-Sarbaz/mastergingerBill2023-05-181-4/+4
|\
| * Fixed Bug in DXGIAhsan-Sarbaz2023-05-011-4/+4
* | Add Dynamic Resource Root Signature flagsCharlie Shenton2023-04-221-0/+2
|/
* Fix #2385Jeroen van Rijn2023-03-161-1/+1
* Fix brace style and indentationMarko2023-03-131-3/+2
* Add RegisterMessageCallback for d3d12Marko2023-03-111-0/+20
* Add license for dxcompiler libs.Jeroen van Rijn2023-02-261-0/+248
* Merge pull request #2343 from Hyp-X/pr-heapflagsgingerBill2023-02-241-1/+1
|\
| * Fix d3d12 HEAP_FLAG_ALLOW_ONLY_BUFFERS flagsHyp-X2023-02-231-1/+1
* | Merge pull request #2345 from Hyp-X/pr-dxcgingerBill2023-02-244-0/+603
|\ \
| * | Add vendor:directx/dxc package:Hyp-X2023-02-244-0/+603
| |/
* / Add d3d12shader missing types and UUID'sHyp-X2023-02-241-14/+86
|/
* Merge pull request #2341 from Hyp-X/pr-getresourceallocationinfogingerBill2023-02-231-3/+3
|\
| * Fix d3d12 GetResourceAllocationInfo signatureHyp-X2023-02-231-3/+3
* | Merge pull request #2340 from Hyp-X/pr-shader-reflection-fixgingerBill2023-02-231-3/+3
|\ \
| * | Fixed d3d12 shader reflection vtablesHyp-X2023-02-231-3/+3
| |/
* / Add dxgidebug.h implementation to dxgi packageHyp-X2023-02-231-0/+141
|/
* vendor/d3d11: fixed function definitionhikari2023-01-291-2/+2
* Fix UUIDgingerBill2022-11-211-1/+1
* Fix #2174gingerBill2022-11-211-3/+5
* d3d12: Fixed RESOURCE_STATE_GENERIC_READ flagsHyp-X2022-11-031-1/+1
* Add more `bit_set`s to direct packagesgingerBill2022-11-022-77/+93
* Correct more flags for d3d12gingerBill2022-11-021-33/+39
* Make many d3d12 flags `enum`s into `bit_set`gingerBill2022-11-021-276/+298
* Fixed #2170gingerBill2022-11-021-8/+7
* Update many `enum`s to `bit_set`s for D3D11gingerBill2022-10-231-141/+183
* Added support for ID3D11InfoQueueeadesmet2022-09-121-0/+1431
* Add ID3D11Debug interface to d3d11 packageLucas Perlind2022-08-101-0/+33
* Update dxgi.odinHyp-X2022-08-011-4/+4
* Add missing field for `TEXTURE_COPY_LOCATION`Luxko2022-06-191-0/+4
* Format DXGI constantsJeroen van Rijn2022-05-211-28/+28
* add dxgi HRESULT constantsLuxko2022-05-211-1/+30
* Added some additional IID versions of Direct3D 12 UUIDs that I missed during ...Karl Zylinski2022-04-271-7/+14
* Typo fix in d3d12.odinKarl Zylinski2022-04-271-1/+1
* D3D12 binding fixes: Added dxgi.IID versions of all the UUIDs in d3d12.odin s...Karl Zylinski2022-04-271-64/+120