AMDZONE    |    ATIZONE    |    ENBOARD    |    FORUMZONE    |    HWSETUP    |    NVIDIAZONE    |    UNIXZONE    |    MOBILE 
 
 
 
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.6.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.6.0 , if and as software developers make available these. However, if you need more info on ReShade 6.6.0 , or relases notes are not available yet, you can always consider to read its description as well.

  Release Notes   ReShade 6.6.0
Features:
  • Added "R11G11B10F" texture format to ReShade FX
  • Added Traditional Chinese (thanks to DuolaD) and Brazilian Portuguese (thanks to TKPorreta) translations
  • Added config options to force registering DirectX and OpenGL hooks always (otherwise OpenGL hooks will e.g. not be installed by default when wrapping a DirectX library like dxgi.dll)

    [INSTALL]
    HookOpenGL=1
    HookDirectX=1

  • Added config option to hook NVIDIA Streamline interposer exports (requires loading ReShade through name other than dxgi.dll)

    [INSTALL]
    HookStreamline=1

  • Reworked DXGI hooks to prefer usage of proxy classes
  • Reworked OpenGL and Vulkan entry point loading
  • (Add-on support) Added "addon_event::finish_present" event that is called after successful presentation
  • (Add-on support) Added "effect_runtime::save_screenshot" API
  • (Add-on support) Added "device_props::adapter_luid" property to query the adapter LUID
Bug fixes:
  • Fixed crash in Steam Overlay with Euro Truck Simulator 2
  • Fixed crash in Richard Burns Rally with DXVK 2.6.2
  • Fixed crash when reloading multiple effect permutations simultaneously
  • Fixed black screen in City of Heroes: Homecoming and Vba-M
  • Fixed black screen in MPC-HC with madVR
  • Fixed rendering artifacts in RPCS3
  • Fixed SPIR-V code generation for function default arguments
  • Fixed propagation of ReShade FX precise qualifier in generated shader code
  • Fixed D3D11 validation error about unorm UAVs being accessed via float
  • Fixed effect constant buffers being deleted by game in The Chronicles of Riddick: Assault on Dark Athena
  • Fixed mouse cursor staying stuck to window in Uncharted: Legacy of Thieves Collection
  • Fixed mouse cursor always staying visible in games using DirectInput, like Virtua Cop 2
  • Fixed preset being overwritten during effect reload even with autosave disabled
  • Fixed texture format component preview on statistics page
  • Fixed generic depth add-on visualizing unused depth buffers as candidates
  • Fixed multiple effect runtimes created for the same window interfering with each others input handling
  • Fixed artifacts with effects using compute shaders in consecutive passes in games that always turn on D3D11 UAV overlap via NvAPI (e.g. Deep Rock Galactic)
  • Fixed code editor cursor position calculation with tab characters
  • (Add-on support) Fixed OpenGL "copy_texture_region" event for non-framebuffer copies
  • (Add-on support) Fixed BC3 format conversion in "reshade::api::format_to_typeless" helper function
  • (Add-on support) Fixed modification of original DXGI swap chain description
  • (Add-on support) Fixed crash with DXGI when add-on forces VSync with tearing enabled
  • (Add-on support) Fixed missing render pass event in Vulkan for secondary command buffer with dynamic rendering
  • (Add-on support) Fixed "execute_command_list" event getting invoked for D3D11 deferred context
  • (Add-on support) Fixed partial buffer to texture copies in D3D12
Miscellaneous:
  • Added pass name to GPU timing statistics
  • Added support for the middle and extra mouse buttons as toggle keys
  • Added log messages for DXGI adapter enumeration
  • Added support for "ID3D12CommandQueue1"
  • Changed D3DCompiler DLL loading to avoid system one when running in Wine (on Linux)
  • Changed log window to use text editor widget, now supporting the selection and copying of the log text
  • Prevented modification of preset preprocessor definitions when auto save is disabled
  • Reduced spam of unknown technique warning log message
  • Improved text loading performance in log editor
  • Updated OpenVR to v2.12.14
  • (Add-on support) Update imgui to v1.92.2b (add-ons may now use 1.92.2b, 1.91.8, 1.90.0-4, 1.89.7 or 1.86)
  • (Add-on support) Added "update_buffer_region_command" and "update_texture_region_command" events specific to a command list
  • (Add-on support) Added Vulkan hooks for descriptor update templates
  • (Add-on support) Added draw events for "VK_EXT_multi_draw" extension
  • (Add-on support) Added support for importing shared resources and fences in OpenGL
  • (Add-on support) Added "GL_POLYGON" to primitive topology conversion
  • (Add-on support) Added forced "DXGI_PRESENT_ALLOW_TEARING" flag during presentation if an add-on allowed tearing via "create_swapchain" event
  • (Add-on support) Added proper sRGB query for D3D9 format checks
  • (Add-on support) Added default state events after "ID3D11DeviceContext::ExecuteCommandList" without state restoration
  • (Add-on support) Added interface query to unwrap DXGI swap chain, use QueryInterface with IID E8A33B4A-1405-424C-AE88-0D3E9D46C914 on swap chain proxy to get the original swap chain object
  • (Add-on support) Added interface query to get original object from any proxy object, use QueryInterface with IID 7F2C9A11-3B4E-4D6A-812F-5E9CD37A1B42
  • (Add-on support) Fixed empty D3D12 root signatures not invoking "create_pipeline_layout" and "init_pipeline_layout" events
  • (Add-on support) Fixed "effect_runtime::block_input_next_frame()" not applying when the overlay is closed
  • (Add-on support) Changed D3D9 device reset to not invoke "init_device"/"destroy_device" events
  • (Add-on support) Changed map access flags passed to map events in D3D12 to distinguish between read-write and write-only access
  • (Add-on support) Changed behavior of action events to allow all add-ons to receive action events even if one overrides it
  • (Add-on support) Optimized D3D12 GPU to original CPU descriptor handle conversion
  • (Add-on support) Removed protection against recursive add-on event invocation
Setup tool:
  • Added draw stats heuristics option to setup tool compatibility list
DescriptionDownload

 Size: 3.58MB State: Not archivedRelease Announcement

 FileType: UtilitiesBrowse By ListBrowse By Category

[ Go Back ]

LATEST NEWS
Content Creation: OBS Studio 32.0.1 consente di creare e registrare videoContent Creation: OBS Studio 32.0.1 consente di creare e registrare video
L'utility Open Source ReShade 6.6.0 puņ migliorare la resa grafica dei videogameL'utility Open Source ReShade 6.6.0 puņ migliorare la resa grafica dei videogame
Qualcomm esalta il progetto di Google che sta portando Android sui PCQualcomm esalta il progetto di Google che sta portando Android sui PC
Le console ASUS ROG Xbox Ally e ROG Xbox Ally X sono disponibili in pre-orderLe console ASUS ROG Xbox Ally e ROG Xbox Ally X sono disponibili in pre-order
AMD rilascio il driver grafico AMD Radeon Software for Linux 25.10.4AMD rilascio il driver grafico AMD Radeon Software for Linux 25.10.4
Gaming & Retrogaming Utilities: MAME (Multiple Arcade Machine Emulator) 0.281Gaming & Retrogaming Utilities: MAME (Multiple Arcade Machine Emulator) 0.281
Rufus 4.10 formatta e crea drive flash USB avviabili da immagini ISORufus 4.10 formatta e crea drive flash USB avviabili da immagini ISO
Wipe 2511 rimuove file e protegge la privacy degli utenti di Microsoft WindowsWipe 2511 rimuove file e protegge la privacy degli utenti di Microsoft Windows
The Linux Kernel Organization rilascia il Linux Kernel 6.16.9: info e downloadThe Linux Kernel Organization rilascia il Linux Kernel 6.16.9: info e download
System Information & Windows Tools: USB Device Tree Viewer 4.6.4 - Bug fixingSystem Information & Windows Tools: USB Device Tree Viewer 4.6.4 - Bug fixing
Benchmark & Testing Utilities: Passmark PerformanceTest 11.1 build 1007Benchmark & Testing Utilities: Passmark PerformanceTest 11.1 build 1007
RegCool 2.037 esegue ricerche, crea backup e modifica il registro di WindowsRegCool 2.037 esegue ricerche, crea backup e modifica il registro di Windows
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
OBS Studio 32.0.1 [Portable]OBS Studio 32.0.1 [Portable]
AMD Radeon Software for Linux 25.10.4AMD Radeon Software for Linux 25.10.4
Rufus 4.10Rufus 4.10
Wipe 2511Wipe 2511
USB Device Tree Viewer 4.6.4USB Device Tree Viewer 4.6.4
more TOOLS TOOLS
LATEST DRIVERS
AMD Radeon Software Adrenalin Edition 25.9.2AMD Radeon Software Adrenalin Edition 25.9.2
AMD Radeon Software Adrenalin Edition 25.9.1AMD Radeon Software Adrenalin Edition 25.9.1
NVIDIA Linux X64 (AMD64/EM64T) Display Driver 580.82.07NVIDIA Linux X64 (AMD64/EM64T) Display Driver 580.82.07
NVIDIA Linux X64 (AMD64/EM64T) Display Driver 580.76.05NVIDIA Linux X64 (AMD64/EM64T) Display Driver 580.76.05
AMD Radeon Software for Linux 25.10.2.1AMD Radeon Software for Linux 25.10.2.1
more DRIVERS DRIVERS
LATEST GAME TRAILERS
Battlefield 6 Official PC TrailerBattlefield 6 Official PC Trailer
Call of Duty: Black Ops 7 | Gameplay Reveal TrailerCall of Duty: Black Ops 7 | Gameplay Reveal Trailer
Call of Duty: Black Ops 7 | Official TeaserCall of Duty: Black Ops 7 | Official Teaser
The Witcher 4 - Unreal Engine 5 Tech Demo VideoThe Witcher 4 - Unreal Engine 5 Tech Demo Video
Grand Theft Auto VI Trailer 2Grand Theft Auto VI Trailer 2
more GAME TRAILERS GAME TRAILERS
LATEST GAME SCREENSHOTS
Battlefield 6 Screenshots 4K dal trailer ufficialeBattlefield 6 Screenshots 4K dal trailer ufficiale
Call of Duty: Black Ops 7 | ScreenshotsCall of Duty: Black Ops 7 | Screenshots
The Witcher 4 - Unreal Engine 5 Tech Demo 4K ScreenshotsThe Witcher 4 - Unreal Engine 5 Tech Demo 4K Screenshots
Grand Theft Auto VI ScreenshotsGrand Theft Auto VI Screenshots
Marathon | Screenshots 4KMarathon | Screenshots 4K
more GAME SCREENSHOTS GAME SCREENSHOTS
LATEST GAME SYSTEM REQUIREMENTS
Grand Theft Auto V Enhanced Edition PCGrand Theft Auto V Enhanced Edition PC
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
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