22 February 2025, 23:16 mobile  |  forums  |  amdzone.it  |  atizone.it  |  enboard  |  forumzone.it  |  hwsetup.it  |  nvidiazone.it  |  unixzone.it 
 
 
 
About UsAbout Us
Tag SearchTag Search
Share UsShare Us
Contact UsContact Us
Feed RSSFeed RSS
SitemapSitemap
3dfxzone.it
         your source for 3dfxhardware, and gaming
 
HOME    |    NEWS    |    GAMES    |    ARTICLES    |    3DFX    |    VIDEO CARDS    |    COMPONENTS    |    FILES BROWSER
 
 
MAIN
News News
Headlines Headlines
Games Games
Articles Articles
3dfx Hardware & Software 3dfx
Video Cards Video Cards
Components Components
Utilities Tools
Files Browser Files Browser
Communities Communities
Contact Us Contact Us
3DFX
Latest Headlines Latest Headlines
Older Headlines Older Headlines
3dfx Articles 3dfx Articles
Files Browser Files Browser
Communities Communities
Voodoo1 Voodoo1
Voodoo2 Voodoo2
Banshee Banshee
Voodoo3 Voodoo3
Voodoo4 and Voodoo5 Voodoo4/5
VoodooTV VoodooTV
Latest Drivers Latest Drivers
3dfxzone.it Releases Our Releases
Hot Files for 3dfx cards Hot Files
Games Settings GamesSettings
Best Settings BestSettings
Official Patches Official Patches
Patches for Transform and Lightning videogames T&L Patches
MesaFX MesaFX
WickedGL WickedGL
Glide 3X Glide 3x
Technology Demos Tech Demos
Game Demos Game Demos
Official FAQ Official FAQ
Just For Fun Just For Fun
3DFX Channel | Main menu Main menu
COMPONENTS
Processors Processors
Motherboards Motherboards
RAM Memories RAM Memories
Video Cards Video Cards
Audio Cards Audio Cards
SSDs & HDDs SSDs & HDDs
Network Connectivity Connectivity
Drivers Index Drivers Index
Hardware Channel | Main menu Main menu
VIDEO CARDS
AMD - ATI AMD
Intel Intel
NVIDIA NVIDIA
Matrox Matrox
Video Cards Channel | Main menu Main menu
UTILITIES
3D-Analyze 3D-Analyze
Antivirus Antivirus
Benchmarks Benchmarks
Data Recovery Data Recovery
Mastering Mastering
Screensavers Screensavers
Video Video
File Sharing File Sharing
Tweakers Tweakers
Windows Windows
Tools Index Tools Index
Software Download Channel | Main menu Main menu
VIDEOGAMES
Demos Demos
DirectX DirectX
Patches Patches
Screenshots Screenshots
Trailers Trailers
Utilities Utilities
Videogames | Main menu Main menu
 Release notes  ReShade 6.4.0 
Share it on Facebook Share it on Twitter Share it on WhatsApp Share it on reddit
In this page we post official release notes and changelogs related to ReShade 6.4.0, if and as software developers make available these. However, if you need more info on ReShade 6.4.0, or relases notes are not available yet, you can always consider to read its description as well.

  Release Notes   ReShade 6.4.0
Features:
  • Added input blocking in games using "Get*Key*State", "GetRawInputBuffer", Windows hooks or DirectInput 8 for input
  • Added basic HDR10/scRGB sreenshot support using HDR PNG (thanks to Kaldaien)
  • Added option to Generic Depth add-on to change draw stats heuristic
  • Added button widget for boolean uniform variables (set to true for one frame after pressing the button)
    uniform bool my_value < source = "button"; >;
  • Added support for 4-component integer texture formats to ReShade FX
    texture my_tex { Format = RGBA32I; /* or RGBA32U */ }
    sampler<int4> my_sampler { Texture = my_tex; }
  • (Add-on support) Added effect permutation creation for different render target dimensions and formats (a single effect runtime instance can now render to different render targets without constantly having to reload)
  • (Add-on support) Added "command_list::query_acceleration_structures" and matching event
  • (Add-on support) Added "swapchain_desc::sync_interval" to override v-sync state via the "create_swapchain" event
  • (Add-on support) Added "effect_runtime::export_current_preset()" to export current preset to another path
  • (Add-on support) Added "resize" argument to "init_swapchain" and "destroy_swapchain" events

Bug fixes:
  • Fixed Need for Speed: Unbound failing to start
  • Fixed screen turning yellow in Penumbra: Overture
  • Fixed lines of exactly 512 characters in INI files rolling over to the next line causing data loss
  • Fixed duplicated effect definitions when loading from cache
  • Fixed technique annotations getting lost on effect reload
  • Fixed reset buttons for preprocessor definitions
  • Fixed crash after parsing ReShade FX syntax error within namespace
  • Fixed shader compile error in D3D9 when pixel size of texture with semantic is referenced
  • Fixed ReShade FX texture format verification incorrectly triggering on external textures
  • Fixed possible deadlock in Path of Exile 2
  • Fixed crash when presentation queue fence creation failed
  • Fixed errors with present from compute in Indiana Jones and the Great Circle
  • Fixed delayed export hooks being installed as function hooks mistakenly when export module is loaded early (iRacing)
  • Fixed incorrect entry point for acceleration structure copying being loaded in Vulkan
  • Fixed missing keyboard and mouse messages in Wizardry 8
  • Fixed "vkGetPhysicalDeviceToolPropertiesEXT" potentially causing a hang in case of a downstream error
  • (Add-on support) Fixed duplicated "init_pipeline" event calls in D3D12
  • (Add-on support) Fixed descriptor table handle offsets for "ID3D12Device::CopyDescriptors" events
  • (Add-on support) Fixed D3D12 ray tracing pipeline creation skipping over DXIL modules with renamed exports
  • (Add-on support) Fixed memory leak when pipeline layout creation fails in D3D12
  • (Add-on support) Fixed buffer offset in resource view description during D3D12 "addon_event::init_resource_view" event for acceleration structures
  • (Add-on support) Fixed "ADDON_*" definitions being added for disabled add-ons
  • (Add-on support) Fixed "clear_depth_stencil_view" event being called by "glClear" even if there is no depth-stencil view bound
  • (Add-on support) Fixed OpenGL mipmap generation for some texture formats

Miscellaneous:
  • Added "ddraw.dll" as an alternative way to load ReShade (useful in Wizardry 8, since it is loaded before input hooks are created)
  • Added macro to include "Before", "After" or "Overlay" term in screenshot file path
  • Added batch, powershell and python scripts as screenshot post-command options
  • Added "vkGetPhysicalDeviceToolProperties" implementation (Vulkan 1.3 core equivalent to VK_EXT_tooling_info extension)
  • Improved French localization
  • Changed DXGI factory creation to always upgrade to the highest available interface version
  • Changed HLSL code generation to add "u" suffix to unsigned integer literals
  • Replaced some buttons opening websites with text hyperlinks
  • Fixed unintentional hooking of layered DXGI swapchain created by driver in OpenGL
  • Fixed D3D11 warnings about SRV state being reset to zero after binding as UAV
  • Removed "0x" prefix from addresses in log
  • (Add-on support) Updated imgui to v1.91.8 (add-ons may now use 1.91.8, 1.90.0-4, 1.89.7 or 1.86)
  • (Add-on support) Added support for disabling add-ons by file name only
  • (Add-on support) Added 3-component texture formats (only really supported in OpenGL)
  • (Add-on support) Add support for zero pipeline handle to unbind OpenGL program and vertex array
  • (Add-on support) Added workaround for local root signature override and empty D3D12 ray tracing pipeline creation
  • (Add-on support) Added support for partial render target view binding in OpenGL
  • (Add-on support) Improved object destruction tracking in D3D10/11/12 using "ID3DDestructionNotifier"
  • (Add-on support) Changed "*.addonfx" effects to be able to run even when effects are disabled globally
  • (Add-on support) Changed collapsed state in add-on list to persist between launches
  • (Add-on support) Changed subresource box member types from signed to unsigned
  • (Add-on support) Changed private data lookup from linear search to hash table
  • (Add-on support) Changed OpenGL program creation to not be altered when relevant add-on events are not registered
  • (Add-on support) Changed "device::update_buffer_region" and "device::update_texture_region" to silently ignore nullptr as data

Setup tool:
  • Added flag to compatibility list to prevent installation to games where ReShade is banned
  • Added protection against installing to the Windows directory
  • Changed default of effect files list in setup tool to be unselected
  • Changed setup tool to write relative preset path to config file
  • Fixed scrolling of effect package list when expanded
  • Fixed DLL loading errors when system DLLs like dbghelp.dll were present next to the setup executable
DescriptionDownload

 Size: 3.47MB State: Not archivedRelease Announcement

 FileType: UtilitiesBrowse By ListBrowse By Category

[ Go Back ]

LATEST NEWS
GPU-Z 2.63 - GeForce RTX 5070 Ti e Radeon RX 9070 XT, RX 9070, RX 7650 GRE ReadyGPU-Z 2.63 - GeForce RTX 5070 Ti e Radeon RX 9070 XT, RX 9070, RX 7650 GRE Ready
GPU Shark 2.6.0 supporta GeForce RTX 5090, RTX 5080, RTX 5070 Ti e Arc B570GPU Shark 2.6.0 supporta GeForce RTX 5090, RTX 5080, RTX 5070 Ti e Arc B570
Wine 10.2 esegue il software nativo per Windows su Linux, Unix e MacOSWine 10.2 esegue il software nativo per Windows su Linux, Unix e MacOS
Windows 10 & Windows 11 - Tuning & Cleaning: Microsoft PC Manager 3.15.7.0Windows 10 & Windows 11 - Tuning & Cleaning: Microsoft PC Manager 3.15.7.0
Free Benchmark & Testing Information Utilities: Futuremark SystemInfo 5.81Free Benchmark & Testing Information Utilities: Futuremark SystemInfo 5.81
Utilizza WhatsApp su desktop e notebook con WhatsApp per Windows 2.2507.2.0Utilizza WhatsApp su desktop e notebook con WhatsApp per Windows 2.2507.2.0
L'utility Open Source ReShade 6.4.0 puņ migliorare la resa grafica dei videogameL'utility Open Source ReShade 6.4.0 puņ migliorare la resa grafica dei videogame
Screenshots Capture & Editing Utilities: WinSnap 6.2.2 - Bug fixing ReleaseScreenshots Capture & Editing Utilities: WinSnap 6.2.2 - Bug fixing Release
File Manager & FTP Client Tools: Total Commander 11.51 - Windows 32-bit/64-bitFile Manager & FTP Client Tools: Total Commander 11.51 - Windows 32-bit/64-bit
Free Audio & Multimedia Windows Players: foobar2000 2.24.2 FinalFree Audio & Multimedia Windows Players: foobar2000 2.24.2 Final
FreeFileSync 14.1 effettua backup, sincronizzazione e comparazione dei fileFreeFileSync 14.1 effettua backup, sincronizzazione e comparazione dei file
L'app Apple TV ufficialmente disponibile anche su smartphone e tablet AndroidL'app Apple TV ufficialmente disponibile anche su smartphone e tablet Android
more NEWS NEWS INDEX
LATEST DRIVERS FOR AMD, INTEL, AND NVIDIA GPUS
Latest drivers for AMD Radeon cards and Windows Operating Systems Latest drivers for AMD Radeon cards and Windows Operating Systems
Latest drivers for Intel Alchemist cards and Windows Operating Systems Latest drivers for INTEL Alchemist cards and Windows Operating Systems
Latest drivers for NVIDIA GeForce cards and Windows Operating Systems Latest drivers for NVIDIA GeForce cards and Windows Operating Systems
more DRIVERS DRIVERS
LATEST TOOLS
GPU-Z 2.63.0GPU-Z 2.63.0
GPU Shark 2.6.0GPU Shark 2.6.0
Wine 10.2 [Development Release]Wine 10.2 [Development Release]
Microsoft PC Manager 3.15.7.0Microsoft PC Manager 3.15.7.0
Futuremark SystemInfo 5.81.1354Futuremark SystemInfo 5.81.1354
more TOOLS TOOLS
LATEST DRIVERS
AMD Radeon Software Adrenalin Edition 25.2.1AMD Radeon Software Adrenalin Edition 25.2.1
AMD Radeon Software Adrenalin Edition 25.1.1AMD Radeon Software Adrenalin Edition 25.1.1
NVIDIA Linux x64 (AMD64/EM64T) Display Driver 550.144.03NVIDIA Linux x64 (AMD64/EM64T) Display Driver 550.144.03
NVIDIA Linux X64 (AMD64/EM64T) Display Driver 550.142NVIDIA Linux X64 (AMD64/EM64T) Display Driver 550.142
NVIDIA GeForce Game Ready Driver 566.36 WHQLNVIDIA GeForce Game Ready Driver 566.36 WHQL
more DRIVERS DRIVERS
LATEST GAME TRAILERS
Sniper Elite: Resistance - Launch TrailerSniper Elite: Resistance - Launch Trailer
The Witcher IV -- Trailer cinematico d'annuncio | The Game Awards 2024The Witcher IV -- Trailer cinematico d'annuncio | The Game Awards 2024
Half Life 2 Anniversary Archive: E3 2002 DemoHalf Life 2 Anniversary Archive: E3 2002 Demo
PlayStation 5 Pro Console - Launch TrailerPlayStation 5 Pro Console - Launch Trailer
Horizon Zero Dawn Remastered - Launch Trailer | PS5 & PC GamesHorizon Zero Dawn Remastered - Launch Trailer | PS5 & PC Games
more GAME TRAILERS GAME TRAILERS
LATEST GAME SCREENSHOTS
Subnautica 2 ScreenshotsSubnautica 2 Screenshots
Dune: Awakening ScreenshotsDune: Awakening Screenshots
Star Wars Outlaws ScreenshotsStar Wars Outlaws Screenshots
Dying Light: The Beast ScreenshotsDying Light: The Beast Screenshots
THRONE AND LIBERTY ScreenshotsTHRONE AND LIBERTY Screenshots
more GAME SCREENSHOTS GAME SCREENSHOTS
LATEST GAME SYSTEM REQUIREMENTS
Diablo IV System RequirementsDiablo IV System Requirements
Far Cry 6 System RequirementsFar Cry 6 System Requirements
Halo Infinite System RequirementsHalo Infinite System Requirements
Resident Evil Village System RequirementsResident Evil Village System Requirements
Mass Effect: Legendary EditionMass Effect: Legendary Edition
more GAME SYSTEM REQUIREMENTS GAME SYSTEM REQUIREMENTS
LATEST GAME PATCHES
The Last of Us Part I Patch v. 1.0.3.0The Last of Us Part I Patch v. 1.0.3.0
God of War Patch 1.0.2God of War Patch 1.0.2
Quake II RTX 1.4.0 PatchQuake II RTX 1.4.0 Patch
Cyberpunk 2077 - Hotfix 1.04Cyberpunk 2077 - Hotfix 1.04
Shadow of the Tomb Raider Patch 18 - FidelityFX ReadyShadow of the Tomb Raider Patch 18 - FidelityFX Ready
more GAME PATCHES GAME PATCHES
LATEST GAME DEMOS
Layers of Fear PC DemoLayers of Fear PC Demo
System Shock PC DemoSystem Shock PC Demo
Play - System Shock Demo - 01/14/20Play - System Shock Demo - 01/14/20
Troll from Goodbye Kansas and Deep Forest Films | GDC 2019 | Unreal EngineTroll from Goodbye Kansas and Deep Forest Films | GDC 2019 | Unreal Engine
AMD Radeon FreeSync 2 HDR Oasis DemoAMD Radeon FreeSync 2 HDR Oasis Demo
more GAME DEMOS GAME DEMOS
3dfxzone.it

ADV
3DFXZONE.IT
About us - English version About us [EN]
About us - Versione in italiano About us [IT]
La nostra storia Our History [EN]
La nostra storia Our History [IT]
SEARCH
Search with tags Search with tags
Search network Search network
Search 3dfxzone Search 3dfxzone
COMMUNITY
WorldWide Web Community WW Community
Italian Community IT Community
OTHER SERVICES
Translate 3dfxzone.it in english Translator
Feed RSS Feed RSS
Share This Share This
Social This Social This
Email This Email This
Print This Print This
Sitemap Sitemap
CONTACT US
User Support User Support
Advertising Advertising
Partnership Partnership
Banners Exchange Banners Xchg
Webmaster Webmaster
Contact Us | Main menu Main menu
OUR NETWORK
3dfxzone.it 3dfxzone.it
amdzone.it amdzone.it
atizone.it atizone.it
hwsetup.it hwsetup.it
forumzone.it forumzone.it
nvidiazone.it nvidiazone.it
unixzone.it unixzone.it
Sitemap Links
HOSTED SITES
Rosario Art Gallery Rosario Gallery
KoolSmoky Home Page KoolSmoky HSE
 
 
 
Sitemap    |    Translator    |    Old News Archive    |    Links    |    Contact Us    |    Legal Notes    |    Privacy    |    Cookie Policy
 
On line since Q1 2001    |    Web Application and Contents © 3dfxzone.it    |    All Rights Reserved