summaryrefslogtreecommitdiff
path: root/src/microsoft
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-174-10/+10
* Add checks for NULL dxil_validatorLuca Bacci2023-05-172-3/+11
* treewide: Stop lowering legacy atomicsAlyssa Rosenzweig2023-05-161-1/+1
* dzn: Hook up fd semaphore import/exportJesse Natalie2023-05-152-0/+34
* dzn: Hook up win32 semaphore import/exportJesse Natalie2023-05-152-2/+73
* dzn: External Fd memory extensionJesse Natalie2023-05-151-7/+37
* dzn: External Win32 memory extensionJesse Natalie2023-05-154-56/+421
* dzn: Dedicated resource cleanupJesse Natalie2023-05-155-155/+163
* dzn: Finish implementing KHR_synchronization2Jesse Natalie2023-05-152-22/+13
* dzn: Don't zero an output struct that can have pNextJesse Natalie2023-05-151-3/+1
* dxil: Use unified atomicsJesse Natalie2023-05-126-191/+99
* microsoft/compiler: Back-propagate type requirement informationJesse Natalie2023-05-121-85/+205
* microsoft/compiler: Duplicate some SSA values to simplify SSA typingJesse Natalie2023-05-123-3/+67
* microsoft/compiler: Remove alu type info from store_dest()Jesse Natalie2023-05-121-107/+91
* dxil: Use nir_foreach_phi_safeAlyssa Rosenzweig2023-05-121-5/+1
* dzn: Enable KHR_shader_integer_dot_productJesse Natalie2023-05-111-1/+6
* microsoft/compiler: Enable packed dot product intrinsics for SM6.4+Jesse Natalie2023-05-114-5/+41
* microsoft/compiler: Take inputs from callers before providing nir optionsJesse Natalie2023-05-117-29/+65
* dzn: Enable 64-bit ints and floatsJesse Natalie2023-05-112-2/+8
* spirv2dxil: Support int64 and doublesJesse Natalie2023-05-111-0/+4
* dzn: Fix segmentation fault when Direct3D 12 user modeMouriNaruto2023-05-111-11/+12
* microsoft/compiler: Do basic I/O analysis for dependency tablesJesse Natalie2023-05-103-0/+244
* microsoft/compiler: Allocate space for I/O and viewID dependency tables befor...Jesse Natalie2023-05-103-49/+112
* dzn/ci: Remove 'exclude' for graphicsfuzz casesJesse Natalie2023-05-091-3/+0
* dzn: Run nir_opt_remove_phis before nir_lower_returnsJesse Natalie2023-05-091-0/+3
* microsoft/compiler: Avoid integer divides by 0Jesse Natalie2023-05-091-3/+12
* spirv2dxil: Lower large temps to scratchJesse Natalie2023-05-091-0/+30
* dzn: Use A4B4G4R4 instead of B4G4R4A4 when availableJesse Natalie2023-05-096-44/+60
* ci/windows: Pick up WARP 1.0.6 NuGet with lots of dzn fixesJesse Natalie2023-05-081-196/+2
* dzn: fix pointer type mismatchEric Engestrom2023-05-051-1/+2
* dzn: Delete queue-level event waitsJesse Natalie2023-05-043-36/+8
* dzn: Support separate depth/stencil resolves via blitsJesse Natalie2023-05-042-7/+14
* dzn: Support all available depth/stencil resolve modesJesse Natalie2023-05-043-14/+84
* dzn: Augment blit resolve to support min/max/sample-zero modesJesse Natalie2023-05-045-23/+74
* vulkan: write beta extensions into generator scripts.Dave Airlie2023-05-041-1/+2
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-031-5/+5
* dzn: Ensure bindless is factored into pipeline/nir hashJesse Natalie2023-05-021-0/+4
* dzn: Ensure subgroup size control is factored into pipeline hashJesse Natalie2023-05-021-6/+14
* dzn: Use the nir hash as an input to the dxil hashJesse Natalie2023-05-021-18/+5
* dzn: Ensure sample-rate shading is factored into nir hashJesse Natalie2023-05-021-1/+3
* dzn: Hook up subgroup size to compute shader compilationJesse Natalie2023-05-021-3/+19
* dzn: Fix UBO descriptors pointing to the end of the bufferJesse Natalie2023-05-021-9/+10
* microsoft/compiler: Unroll loops in opt passesJesse Natalie2023-05-012-6/+1
* spirv2dxil: Mark SSBO reads for bindless as CAN_REORDERJesse Natalie2023-05-011-1/+2
* ci/dzn: add flaking testDavid Heidelberg2023-04-281-0/+1
* dzn: Expose core VK1.2 extensions that aren't optionalJesse Natalie2023-04-281-2/+13
* dzn: Expose core VK1.1 extensions that aren't optionalJesse Natalie2023-04-281-0/+4
* ci/dzn: Run almost the full CTSJesse Natalie2023-04-253-12/+184
* dzn: Re-design custom buffer descriptorsJesse Natalie2023-04-254-119/+177
* dzn: Handle depth bias for point fill mode emulationJesse Natalie2023-04-256-20/+129