19 September 2024, 02:18 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.2.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.2.0, if and as software developers make available these. However, if you need more info on ReShade 6.2.0, or relases notes are not available yet, you can always consider to read its description as well.

  Release Notes   ReShade 6.2.0
Features:
  • Added Russian and Spanish translations
  • Added keyboard shortcuts to toggle FPS or frame time overlay
  • Added option to show date in overlay clock
  • Added resolution and format info to statistics page
  • Added checkbox list widget
    uniform bool4 variable < ui_items = "First Component\0Second Component\0Third Component\0Fourth Component\0"; >;
  • Added "ddx_coarse", "ddx_fine", "ddy_coarse" and "ddy_fine" intrinsics
  • Added effect compile error when attempting to sample from texture that is also used as render target
  • Added ReShade FX support for default arguments on functions
    static const int SOME_CONSTANT = 3; int my_func(int a, int b = 1, int c = SOME_CONSTANT + 1) { return a + b + c; } ... int res = my_func(0); // res = 5
  • Changed pixel shader to be optional in pass definitions
  • Improved performance of D3D12 mipmap generation (using single-pass downsampling technique)
  • (Add-on support) Added "swapchain_desc::fullscreen_state" and "swapchain_desc::fullscreen_refresh_rate" to control fullscreen mode during swapchain creation

Bug fixes:
  • Fixed crash on startup with GOG Galaxy overlay in Cyberpunk 2077 (and other D3D12 games using DLSS Frame Generation)
  • Fixed anisotropic filtering in D3D9/OpenGL/Vulkan
  • Fixed mipmap generation in passes with "SRGBWriteEnable"
  • Fixed variables declared "const" with a non-constant initializer getting removed in generated HLSL/GLSL
  • Fixed function parameter names in HLSL shader model 3 entry point generation
  • Fixed missing component-wise conditional overloads for boolean vectors in GLSL code generation
  • Fixed shader model 4 implementation of "tex2Dgather" intrinsics and cleaned up other atomic/texture intrinsics
  • Fixed hang when encountering unbounded array function parameter
  • Fixed technique toggle key not being reset on preset switch
  • Fixed matrix uniform variables not being updated after value was changed in widget
  • Fixed preset modification state after changing effect preprocessor definition
  • Fixed duplicated effect compile errors when preprocessed source was cached
  • Fixed OpenGL vertex arrays acting up with multiple OpenGL contexts
  • Fixed incorrect code path chosen when attempting to resolve depth-stencil resource in Vulkan
  • Fixed WinSock error state not being preserved
  • (Add-on support) Fixed D3D9 cull mode conversion
  • (Add-on support) Fixed D3D9 index buffer format (now sourced based on "resource_desc::buffer::stride")
  • (Add-on support) Fixed duplicated "addon_event::map_texture_region"/"addon_event::unmap_texture_region" events in D3D9
  • (Add-on support) Fixed crash when "IDirect3DDevice9::GetStreamSource" succeeds with no vertex buffer being bound
  • (Add-on support) Fixed DXGI_USAGE_SHARED not being applied correctly when "addon_event::create_swapchain" event is used
  • (Add-on support) Fixed D3D12 root signature being created with incorrect root parameters when there are static samplers
  • (Add-on support) Fixed D3D12 texture update for mipmaps and block compressed data
  • (Add-on support) Fixed D3D12 "command_list::push_descriptors" implementation on 32-bit
  • (Add-on support) Fixed OpenGL pipeline creation without shaders
  • (Add-on support) Fixed OpenGL uniform value to push constant conversion
  • (Add-on support) Fixed OpenGL primitive topology not being updated on non-indexed draw calls
  • (Add-on support) Fixed OpenGL texture swizzle not being taken into account for "addon_event::init_resource" events
  • (Add-on support) Fixed out of order "gl[...]TexImage2D" cubemap face handling
  • (Add-on support) Fixed OpenGL buffer storage flag conversion
  • (Add-on support) Fixed OpenGL mipmap generation for non-2D textures
  • (Add-on support) Fixed "addon_event::push_constants" potentially being called with invalid location value in OpenGL
  • (Add-on support) Fixed "addon_event::push_descriptors" event potentially being called before the resource has been created in OpenGL
  • (Add-on support) Fixed fill mode and sample mask not being updated with the right pipeline stage flags in OpenGL
  • (Add-on support) Fixed usage flags of default OpenGL depth-stencil resource
  • (Add-on support) Fixed OpenGL integer vertex attribute formats
  • (Add-on support) Fixed OpenGL primitive topology update not setting patch vertex number when using patch topology
  • (Add-on support) Fixed incorrect number of subresource data elements passed to "addon_event::create_resource"/"addon_event::init_resource" for mipmapped textures in OpenGL

Miscellaneous:
  • Added support for imageless framebuffers in Vulkan (VK_KHR_imageless_framebuffer extension)
  • Added support for more than two views in OpenXR
  • Added tag for potentially reversed depth buffers to list in built-in Generic Depth add-on
  • Changed loading bar at the top to be more compact after the initial load
  • Changed environment variable name to disable OpenXR layer to include a layer version suffix
  • Clarified message about errors in technique list
  • Removed global config options to force windowed/fullscreen/refresh rate ("ForceWindowed", "ForceFullscreen", "ForceResolution", "ForceDefaultRefreshRate", "ForceVsync")
  • (Add-on support) Added support for creating D3D9 textures with an unknown format
  • (Add-on support) Added support for creating D3D9 offscreen surfaces
  • (Add-on support) Added fake vertex and index buffer events for "IDirect3DDevice9::Draw(Indexed)PrimitiveUP"
  • (Add-on support) Added support for D3D10/11/12 render target view creation from buffer resources
  • (Add-on support) Added support for creating null descriptor resource views in D3D12
  • (Add-on support) Added support for static samplers in pipeline layout creation in D3D12/Vulkan
  • (Add-on support) Added "addon_event::bind_pipeline" event for OpenGL vertex attribute arrays
  • (Add-on support) Added some missing formats to OpenGL attribute format conversion
  • (Add-on support) Added separate OpenGL push constants range for unsigned integer values
  • (Add-on support) Changed default pipeline primitive topology in pipeline creation to undefined
  • (Add-on support) Changed "IDXGISwapChain::GetFullscreenState" to return forced fullscreen state when set by an add-on or config
  • (Add-on support) Improved "command_list::bind_pipeline_states" implementation by batching related values for less graphics API calls
  • (Add-on support) Improved handling of D3D9 A2M1, ATOC, RESZ and NULL driver hacks
  • (Add-on support) Improved handling of non-conforming input layouts in D3D9/10/11/12
  • (Add-on support) Improved handling of D3D11/12 raw buffer views
  • (Add-on support) Improved handling of D3D11/12 read-only depth-stencil views
  • (Add-on support) Improved Vulkan graphics pipeline libraries support
  • (Add-on support) Removed fake resource and pipeline layout handles (mostly no more 0xFFFFFFFFFFFFFFFF handles)
  • (Add-on support) Removed "resource_flags::structured" in favor of automatic deduction based on "resource_desc::buffer::stride"

Setup tool:
  • Optimized total size of setup tool
  • Improved text readability of setup tool in Windows high contrast mode
  • Fixed no graphics API checkbox being checked in setup tool for applications using D3D10/11/12
  • Changed OpenXR installation to be disabled by default always
  • Changed cancel button to a skip button during effect and add-on selection
DescriptionDownload

 Size: 3.43MB State: ArchivedRelease Announcement

 FileType: UtilitiesBrowse By ListBrowse By Category

[ Go Back ]

LATEST NEWS
FxSound 1.1.27.0 incrementa la qualità della riproduzione audio ed è freeFxSound 1.1.27.0 incrementa la qualità della riproduzione audio ed è free
CPU & Memory & Motherboard Information Utilities: CPU-Z 2.11 - AMD & Intel ReadyCPU & Memory & Motherboard Information Utilities: CPU-Z 2.11 - AMD & Intel Ready
AMD rilascia il driver grafico Radeon Software Adrenalin Edition 24.20.11.01AMD rilascia il driver grafico Radeon Software Adrenalin Edition 24.20.11.01
Free Antivirus & Antimalware Utilities: Trellix Stinger 13.0.0.191 [Portable]Free Antivirus & Antimalware Utilities: Trellix Stinger 13.0.0.191 [Portable]
ProcTemp 2.2 è una app free che misura la temperatura della CPU in tempo realeProcTemp 2.2 è una app free che misura la temperatura della CPU in tempo reale
The Linux Kernel Organization rilascia il Linux Kernel 6.11: info e downloadThe Linux Kernel Organization rilascia il Linux Kernel 6.11: info e download
AMD amplia la linea di GPU Radeon RX 7000 con il chip high-end Radeon RX 7800MAMD amplia la linea di GPU Radeon RX 7000 con il chip high-end Radeon RX 7800M
Privacy Eraser Free 6.11.4 protegge la privacy degli utenti di Microsoft WindowsPrivacy Eraser Free 6.11.4 protegge la privacy degli utenti di Microsoft Windows
Wipe 2410 rimuove file e protegge la privacy degli utenti di Microsoft WindowsWipe 2410 rimuove file e protegge la privacy degli utenti di Microsoft Windows
BIOSTAR annuncia la video card Radeon RX 580 White con GPU AMD Polaris 20 XLBIOSTAR annuncia la video card Radeon RX 580 White con GPU AMD Polaris 20 XL
On line le specifiche delle prime 5 CPU Intel Core 200 Ultra in arrivo a ottobreOn line le specifiche delle prime 5 CPU Intel Core 200 Ultra in arrivo a ottobre
ProcTemp 2.1 è una app free che misura la temperatura della CPU in tempo realeProcTemp 2.1 è una app free che misura la temperatura della CPU in tempo reale
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
FxSound 1.1.27.0FxSound 1.1.27.0
CPU-Z 2.11CPU-Z 2.11
Trellix Stinger 13.0.0.191 [Portable]Trellix Stinger 13.0.0.191 [Portable]
ProcTemp 2.2ProcTemp 2.2
Privacy Eraser Free 6.11.4Privacy Eraser Free 6.11.4
more TOOLS TOOLS
LATEST DRIVERS
AMD Radeon Software Adrenalin Edition 24.20.11.01AMD Radeon Software Adrenalin Edition 24.20.11.01
Intel Chipset Device Software 10.1.19867.8574Intel Chipset Device Software 10.1.19867.8574
AMD Radeon Software Adrenalin Edition 24.10.37.10 WHQLAMD Radeon Software Adrenalin Edition 24.10.37.10 WHQL
NVIDIA GeForce Game Ready Driver 560.94 WHQLNVIDIA GeForce Game Ready Driver 560.94 WHQL
AMD Radeon Software Adrenalin Edition 24.8.1 WHQLAMD Radeon Software Adrenalin Edition 24.8.1 WHQL
more DRIVERS DRIVERS
LATEST GAME TRAILERS
Dune: Awakening -- Exclusive Gameplay ReveaDune: Awakening -- Exclusive Gameplay Revea
Mafia: The Old Country Teaser TrailerMafia: The Old Country Teaser Trailer
Star Wars Outlaws: Official Launch TrailerStar Wars Outlaws: Official Launch Trailer
Dying Light: The Beast -- Announcement TrailerDying Light: The Beast -- Announcement Trailer
THRONE AND LIBERTY - Welcome to Solisium | Launch Date RevealTHRONE AND LIBERTY - Welcome to Solisium | Launch Date Reveal
more GAME TRAILERS GAME TRAILERS
LATEST GAME 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
Call of Duty: Black Ops 6 ScreenshotsCall of Duty: Black Ops 6 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