aboutsummaryrefslogtreecommitdiff
path: root/vendor/directx
Commit message (Expand)AuthorAgeFilesLines
* Fixed some build tags in vendor libsAndreas T Jonsson2024-05-131-1/+1
* Keep `-vet` happygingerBill2024-05-101-1/+1
* Merge pull request #3565 from wschiefer/update-d3d12gingerBill2024-05-101-0/+220
|\
| * Update d3d12 APIWaldemar Schiefer2024-05-091-0/+220
* | Add DXGI 1.5 & 1.6 APIsWaldemar Schiefer2024-05-091-12/+208
|/
* Merge pull request #3419 from puzzleddev/fixup-d3d12-thiscall-affected-methodsgingerBill2024-04-151-6/+6
|\
| * Fixup vendor/d3d12 calling convention mistakestim42422024-04-121-6/+6
* | add freebsd, openbsd to dxcdef_unix.odinwrapperup2024-04-131-1/+1
|/
* Add ID3DUserDefinedAnnotationLucas Perlind2024-02-132-0/+17
* 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