-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing isPhoenix2 in NdDevice.cpp Fix autoBuffer zombie state on alloc failure Optionally treat Execute Indirect as single draw Sync cache allocation and entry insertion Fix race condition in RemoveOldestFilesOfDirUntilSize() [UseDccForImage] Fix DCC settings conflict when modifier is used TraceSession allow multiple TraceSource instances Remove CmdClearBufferView and CmdClearImageView Fix PWS acquire point mapping table Allow changing assert/print modes from a settings file Fix disableCommandBufferPreemption [MemoryReport] Fix env AMDPAL_NO_LEAK_REPORT not working as expected Update address-lib submodule Init m_settings.enableHardAssert by Util::IsAssertCategoryEnabled() Cleanup dead setting Fix the miniscule memory overhead in pm4CmdBuffer PerfExperiment SPM Test Mode Support Clean up fix copy dst metadata related codes Unlimited chaining by default Update rdf submodule Fix IF version check Make sure zwp_linux_dmabuf_v1 interface being used with compatible version Add mutex to protect hash table in TrackingCacheLayer Safe guards for invalid TS spill table address Fix frame trace controller timing issue Expose unpadded extents of image subresources to clients Implement incrementing constant Fix the header location of drm.h Fix Timeout is not correctly set in no timeout waitIdle case Correct usage of __builtin_assume_aligned Fix capture/replay behavior for DescriptorTable memory Optimize acquire release event barrier path Fix float rounding on copy dst extent in scaled copy path Fix color MSAA copy with stale FMask content [Modifier] handle client passed DisplayDCC setting Fix race conditions in AddEntryToCache Handle MM12 formats during CmdCopyImage With RDP in crash analysis mode observed that test samples does not show the overlay Change ABI metadata .entry_point enum to .entry_point_symbol string Update DevDriver submodule Adjust RemoveOldestFilesOfDirUntilSize() logic Restructure gpuProfilerQueue and add Mutex Unify split barrier path codes Fix CTS_1.4 32Bit full CTS test crash StringTableSource changes, allow acquiring >1 table Ids at once, allow empty string table source RGP trace of Vulkan compute example fails to load when using RenderOpTraceController Fix time clock type using issue Implement Dri3/X Explicit Sync support Split amdgpu header modifications away from upstream Remove SubresLayout::defaultGfxLayout Clean up CmdResolveImage() Clean up OptimizeStageMask and OptimizeAccessMask related codes Handle UserMarkerOpHistory numOps == 0 properly
- Loading branch information
Showing
223 changed files
with
229,588 additions
and
253,379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,4 @@ target_sources(pal PRIVATE | |
CMakeLists.txt | ||
FindDRM.cmake | ||
FindWayland.cmake | ||
FindXCB.cmake | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.