Skip to main content

Microsoft shows off Windows 8 GPU acceleration performance improvements


With Windows 8, Microsoft has set out to enable all applications with high-performance graphics enabled by modern graphics hardware. Gamers now rejoice great news for you, Microsoft has shared more details about the graphical improvements which means, a 150% increase in framerate compared to Windows 7 when rendering paragraphs of text. Rendering small chunks of text like those often found on interface controls such as labels and menus has improved 131% and heading-sized text used for titles in Metro style apps has improved 336% due to DirectWrite smokes Windows 7 in terms of raw performance. This means that if you are playing a text based game you are going to get blazing fast performance. Windows 8 takes three of the APIs introduced in Windows 7—Direct3D 11, DirectWrite, and Direct2D—and makes them even faster. Applications that use these APIs will be able to take advantage of some considerable performance improvements.



The DirectWrite and Direct2D APIs in Windows 8, have been optimized to various common usage scenarios. For example, DirectWrite and Direct2D are often used to show short runs of large text on things like headlines and subheadings, so Microsoft has made this scenario faster.Unlike, Windows 7 where Direct2D uses CPU, Direct2D in Windows 8, utilizes Direct3D 11.1, with suitable Direct3D 11.1 hardware, the rasterization and antialiasing step can now be performed by the GPU, avoiding the need to perform this task on the CPU.



A new feature, Target Independent Rasterization (TIR), has been developed for DirectX 11.1 GPUs to render irregularly shaped objects, like geographical borders on a map. The advancements mean fewer CPU cycles are spent on tessellation, allowing it to pump drawing instructions to the GPU faster without influencing visual quality.
 Direct3D 11.1 also enables support for a feature that's found on some GPU hardware called Tile-Based Deferred-Rendering (TBDR). Traditionally, GPUs have been engineered for game-type graphics, where the whole screen (or at least, almost the whole screen) changes every frame. Imagine running around in a first-person shooter, for example; while your HUD might remain fixed in view, everything else you see will change because you're standing somewhere different in the 3D environment.



TBDR is designed to optimize this kind of scenario. With TBDR, the screen is divided into tiles, and each tile is drawn separately. This allows the GPU to skip redrawing those parts of the screen that haven't changed, such as the YouTube, Vimeo webpage, and only expend resources redrawing the parts of the screen that have changed, such as the video on the webpage itself.

TBDR is implemented in mobile GPUs such as the
 Mali and PowerVR Series 5 SGX used in the iPhone, iPad, iPod Touch, Apple TV, Samsung Galaxy series, Blackberry Playbook, Motorola Droid series etc. This technique enables the GPU to do less work, it offers both performance advantages, efficiency and power savings.



Moving away from the GPU, but still in the graphics stack, Microsoft has improved the code used to compress and decompress JPEG and PNG images, to make better use of vector instruction sets provided by CPUs. The new JPEG and PNG routines can decompress and display pictures in about 60 percent of the time that they took in Windows 7.

All Metro-style applications will utilize Direct2D and DirectWrite, will definitely get a performance boost from hardware acceleration, which is missing from current Consumer Preview and Release Preview.




Windows 8's graphical stack has plenty of performance to offer, for the right kind of application—but we're going to need to switch to a whole new set of Metro applications if we want to take advantage of it. 
The inclusion of raw numbers for one test, but a complete omission for everything else makes us makes us suspicious that the raw numbers are not impressive. Microsoft in order to keep up the “show” used the percentages for their marketing blog entry. Still the lack of any reference to the hardware used for this test negates the whole thing since we cannot compare their findings they are little more than unsubstantiated claims.


Get our regular updates in Google Currents for Android or iOS platforms click here or scan QR code below.



Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next