Releases: acidanthera/WhateverGreen
Releases · acidanthera/WhateverGreen
1.3.9
v1.3.9
- Added
igfxdumpdelay
boot argument to delay-igfxdump
in ms - Partially fix ICL framebuffer patching
- Add support to injecting
Force_Load_FalconSMUFW
from OpenCore - Disabled automatic enabling of GVA for Polaris on 10.13 and lower
- Replaced -radnogva argument with radgva=0/1 to force GVA for Polaris
- Added
wegtree=1
boot argument (rebuild-device-tree
property) to force device renaming on Apple FW
1.3.8
v1.3.8
- Added
igfxfw=2
boot argument andigfxfw
IGPU property to load Apple GuC firmware - Added
igfxpavp=1
boot argument (andigfxpavp
property) to force enable PAVP output - Added
igfxfcms=1
boot argument (andcomplete-modeset
property) on Skylake and Apple - Improved performance with Lilu 1.4.3 APIs
- Added
-igfxfbdbg
boot argument to debug IGPU framebuffer (debug builds only) - Added
igfxagdc=0
boot argument anddisable-agdc
IGPU property to disable AGDC - Added
igfxonln=1
boot argument andforce-online
IGPU property force online status for all displays - Added
igfxonlnfbs=MASK
boot argument andforce-online-framebuffers
IGPU property to override display status
1.3.7
v1.3.7
- Improved the maximum link rate fix: Now correct the value read from extended DPCD as well. (by @0xFireWolf)
- Improved firmware loading handling on 10.15.4 (may fix booting issues on KBL+)
- Improved support for Comet Lake IGPUs (thx @stormbirds)
1.3.6
v1.3.6
- Enabled CoreLSKD streaming patches by default for AMD hardware DRM on Ivy Bridge
- Repurposed 64 bit for FP 2.x streaming hardware accelerated streaming patches (can be used as
shikigva=80
) - Fixed accelerator name update logic for X4xxx kexts
- Fixed Verde IOGVACodec injection to make hardware video decoder work
- Enable software TV+ decoding on all CPUs without IGPU (
shikigva=256
) - Added HEVC capabilities to AMD6 decoders for all GPUs (disabled by
-radnogva
ordisable-gva-support
) - Added HW decoder device-id spoofing via
-radcodec
boot-arg, by @osy86
1.3.5
v1.3.5
- Added Lilu 1.4.0 support, which is now the minimum supported version
- Dropped legacy boot arguments (
-shikigva
,-shikifps
) - Fixed handling
agdpmod
GPU property (in IGPUs and in conjunction with boot-arg) - Added
-wegtree
boot argument to force device renaming - Fixed FairPlay DRM playback patches on 10.15
- Added
shikigva
andshiki-id
aliases in IORegistry - Added
applbkl
aliases to IORegistry (data, 32-bit) - Added
applbkl-name
andapplbkl-data
IORegistry data keys to provide custom backlight data - Fixed applying CoreFP patches on Apple firmware, when they are not needed
- Added
shikigva=16
(repurposed) property to use AMD hardware DRM decoder in select apps - Added
shikigva=128
(repurposed) property to use hardware decoder for FairPlay 1.0 (can be used asshikigva=144
) - Do not disable DRM patches when
shikigva
is used even on Apple hardware for MacPro5,1 support
1.3.4
v1.3.4
- Added support for disabled AppleGraphicsDevicePolicy in AMD drivers on 10.15.1
- Added basic support for
-radcfg
and-radgl
on AMD Navi GPUs
1.3.3
v1.3.3
- Rework backlight panel info injection to fix Mac issues
1.3.2
v1.3.2
- Added more GPUs for detection
- Enable IGPU graphics kernel panic workaround on 10.14.4+ on SKL
1.3.1
v1.3.1
- Fixed an issue that LSPCON driver fails to set the mode after the adapter power is off, i.e. sleep/wake up cycle.
- Unified release archive names
- Enforce complete IGPU modeset on Kaby Lake and newer (overridable by igfxfcmsfbs bootarg or
complete-modeset-framebuffers device property) - Disable VRAM testing on AMD GPUs on 10.14.4+ (based on vladie's patch)
1.3.0
v1.3.0
- Fixed custom connector support for Radeon GPUs, thx @lwfitzgerald
- Added
disable-gfx-submit
property to backngfxsubmit=0
boot argument - Added GuC firmware loading patch for latest SKL+ drivers
- Allow loading on 10.15 without
-lilubetaall
- Disabled NVIDIA performance fix on 10.15, as it now is built-in
- Enable HDMI 2.0 patches on 10.14+ (Use at own risk in case of undiscovered change)
- Added CFL graphics kernel panic workaround on 10.14.4+
- Added infinite loop fix when calculating dividers for Intel HDMI connections on SKL, KBL and CFL platforms.
- Added driver support for onboard LSPCON chips to enable DisplayPort to HDMI 2.0 output on Intel IGPUs (by @0xFireWolf)