16 September 2024, 20:49 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  Notepad++ 8.6.2 
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 Notepad++ 8.6.2, if and as software developers make available these. However, if you need more info on Notepad++ 8.6.2, or relases notes are not available yet, you can always consider to read its description as well.

  Release Notes   Notepad++ 8.6.2
Features:
  • Added localization (currently with translations for Bulgarian, English, French, German, Japanese, Simplified Chinese)
  • Added OpenXR support
  • Added support for resolving MSAA depth buffers in D3D9 (using RESZ), D3D12, OpenGL and Vulkan (when supported by the driver)
  • Added support for CUBE LUT files as texture source
  • Added API to manually manage ReShade effect runtime instances when graphics hooks are disabled ("ReShadeCreateEffectRuntime", "ReShadeDestroyEffectRuntime" and "ReShadeUpdateAndPresentEffectRuntime" DLL exports)
    SpecialK e.g. uses this so that one can inject SpecialK late into an application and have it load and manage ReShade, instead of requiring ReShade to hook at application launch
  • Added fence synchronization add-on API ("device::create_fence", "command_queue::signal", "comand_queue::wait", ...)
  • Added color space add-on API ("swapchain::check_color_space_support", "swapchain::get_color_space", "effect_runtime::set_color_space" , ...)
  • Added ray tracing add-on API and events ("command_list::build_acceleration_structure", "command_list::dispatch_rays", ...)
  • Added mesh shader add-on API and events ("command_list::dispatch_mesh", ...)
  • Added "device::get_property" add-on API to query device information, "command_queue::get_timestamp_frequency" and more
  • Added various functions to effect runtime add-on API ("effect_runtime::open_overlay", "effect_runtime::reset_uniform_value", ...)
  • Added "addon_event::reshade_overlay_uniform_variable" and "addon_event::reshade_overlay_technique" events allowing customization of the widgets used to show uniform variables or techniques in the overlay
  • Added built-in "__FILE_NAME_HASH__" and "__FILE_STEM_HASH__" preprocessor macros
  • Added "f16tof32" and "f32tof16" intrinsics to ReShade FX
  • Added "tex1Dgrad", "tex2Dgrad" and "tex3Dgrad" intrinsics to ReShade FX
  • Added "noedit", "noreset" and "nosave" variable annotations and forced loading of "*.addonfx" effect files
  • Added "ui_category_toggle" variable annotation to toggle visibility of a variable category based on the uniform value
  • Added loaded add-on names to preprocessor definitions (e.g. "ADDON_GENERIC_DEPTH=<version>" for the Generic Depth add-on)

Bug fixes:
  • Fixed crash in Resident Evil 3 and other multi-threaded D3D11 games
  • Fixed multisampled resource creation in OpenGL
  • Fixed OpenGL context management to properly handle multiple windows (fixes infinite reloading with Citra's "Separate Windows" layout)
  • Fixed some OpenGL errors with rectangle and multisample textures
  • Fixed video playback issues in Unity engine games
  • Fixed depth buffer detection in Immortals of Aveum
  • Fixed "command_list::bind_descriptor_tables" not setting all descriptor heaps used by applications in D3D12
  • Fixed "addon_event::bind_descriptor_tables" event not being called when D3D12 root signature is changed
  • Fixed implicit back buffer resource creation when "effect_runtime::render_effects/render_technique" is called with a typeless resource
  • Fixed crash when graphics hooks are disabled
  • Fixed crash when uploading 3D texture data in D3D9
  • Fixed crash in built-in Generic Depth add-on in multi-threaded OpenGL applications
  • Fixed resource events for "GL_TEXTURE_BUFFER" buffers
  • Fixed Vulkan validation error when swap chain was created with sRGB image format
  • Fixed VR swap chain creating incompatible resources when format is typeless and has no sRGB variant
  • Fixed variable editor categories expanding upon resize of the overlay window
  • Fixed code editor save button mistakenly showing up for instances showing generated code
  • Fixed item grouping of list widgets
  • Fixed new preset popup closing when backspace button is pressed
  • Fixed scrolling in add-ons window
  • Fixed relative paths with ".\.\" or more dots being written to the config when the target file does not exist

Miscellaneous:
  • Updated imgui to 1.90 (add-ons may now use 1.90, 1.89.7 or 1.86)
  • Added additional depth buffer filter heuristic that only considers those matching the resolutione exactly
  • Added coloring to depth buffer list indicating which buffers are candidates for selection based on the configured heuristics
  • Added texture upload support for 32-bit texture formats (e.g. used for CUBE or HDR files)
  • Added proper implementation for "command_queue::wait_idle" in D3D9/10/11
  • Added support for "countbits", "reversebits", "firstbitlow" and "firstbithigh" intrinsics under D3D9 and 10 using emulated implementation
  • Added effect compile error when attempting to use texture with semantic as a render target (these are always read-only)
  • Added UTF-8 support to code editor
  • Added button to open preset folder in explorer next to preset selector
  • Added button to open log folder in explorer to log page
  • Added button to open base folder in explorer to settings page
  • Added note on what to do when add-ons were disabled due to network activity
  • Clarified log message for add-on load failure
  • Improved queue synchronization in Vulkan
  • Changed effect runtime creation to avoid allocating any resources when disabled via "[GENERAL] Disable=1" in the config and made them independent from swap chain instances
  • Changed typeless 16-bit format behavior in OpenGL to default to floating-point format
  • Changed D3D10 and D3D11 barrier implementation to only unbind resources passed to the barrier command, rather than all
  • Changed configuration file name selection to better distinguish between VR and non-VR effect runtime instances (ReShadeX.ini and ReShadeVRX.ini)
  • Changed alternative log file name to "ReShade.logX", rather than "ReShadeX.log"
  • Changed tutorial progress setting location to global config file (so that tutorial progress is shared for all effect runtime instances)
  • Changed font scaling to not get disabled after tutorial finished (instead added a message overlay window while Ctrl + mouse wheel is pressed to inform users on what is happening)
  • Changed preset browser popup to have a minimum width
  • Changed tab view of variable editor to scroll tabs instead of downsizing them
  • Removed toggle key annotations for techniques
  • Removed "[APP] EnableTransparency" config option
  • Renamed "[INSTALL] EnableLogging" config option to "[INSTALL] Logging"
  • Renamed "[SCREENSHOT] PostSaveCommandNoWindow" config option to "[SCREENSHOT] PostSaveCommandHideWindow"
  • Removed logging of full application command-line (since it can contain sensitive information)

Setup tool:
  • Added OpenXR layer registration
  • Added check for existing effect files (will now show an error instead of creating duplicates)
  • Added add-on selection page
  • Added detection and special handling for games modded with NVIDIA RTX Remix
  • Merged preset and effect packages and effect files selection into a single page
  • Fixed effect package toggle and renamed radio buttons on the uninstall page
  • Fixed crash when encountering executables without a file name before the extension
  • Fixed existing relative preset path not being resolved correctly
  • Fixed app title when no file description exists
  • Fixed uninstall failing when invoked through the command-line
  • Changed unhandled exception handling to show error instead of crashing
  • Changed uninstallation to remove all effect files found in local search paths
DescriptionDownload

 Size: 16.41MB State: ArchivedRelease Announcement

 FileType: UtilitiesBrowse By ListBrowse By Category

[ Go Back ]

LATEST NEWS
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
L'utility Open Source ReShade 6.3.0 può migliorare la resa grafica dei videogameL'utility Open Source ReShade 6.3.0 può migliorare la resa grafica dei videogame
Intel Motherboard Drivers: Intel Chipset Device Software 10.1.19867.8574Intel Motherboard Drivers: Intel Chipset Device Software 10.1.19867.8574
Hardware Testing & Benchmark Tools: Passmark BurnInTest 10.2 build 1015Hardware Testing & Benchmark Tools: Passmark BurnInTest 10.2 build 1015
The Linux Kernel Organization rilascia il Linux Kernel 6.10.10: info e downloadThe Linux Kernel Organization rilascia il Linux Kernel 6.10.10: info e download
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
ProcTemp 2.2ProcTemp 2.2
Privacy Eraser Free 6.11.4Privacy Eraser Free 6.11.4
Wipe 2410Wipe 2410
ProcTemp 2.1ProcTemp 2.1
Passmark BurnInTest 10.2 build 1015Passmark BurnInTest 10.2 build 1015
more TOOLS TOOLS
LATEST DRIVERS
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
Intel Arc & Iris Xe Graphics Driver 32.0.101.5971Intel Arc & Iris Xe Graphics Driver 32.0.101.5971
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