Skip to main content

Chromium gets hardware acceleration and Chrome Labs

Hardware acceleration is the new mantra of 2010. When you are looking for speed, harnessing the power of the hardware is next logical step to do. Internet Explorer 9, Firefox 3.7 and Adobe Flash 10 has successfully implemented GPU accelerated graphics rendering. This time it’s Google’s browser Chrome.

Google just announced that Chrome will soon support GPU hardware acceleration, which will allows the browser to speed up the rendering of complex pages and graphics by offloading a lot of the processing to a computer's graphics card.

chrome7gpu

At its core, this graphics work relies on a new process (yes, another one) called the GPU process. The GPU process accepts graphics commands from the renderer process and pushes them to OpenGL or Direct3D (via ANGLE). Normally, renderer processes wouldn’t be able to access these APIs, so the GPU process runs in a modified sandbox. Creating a specialized process like this allows Chromium’s sandbox to continue to contain as much as possbile: the renderer process is still unable to access the system’s graphics APIs, and the GPU process contains less logic.

With this basic piece of infrastructure, we’ve started accelerating some content in Chromium. A web page can naturally be divided into a number of more or less independent layers. Layers can contain text styled with CSS, images, videos, and WebGL or 2D canvases. Currently, most of the common layer contents, including text and images, are still rendered on the CPU and are simply handed off to the compositor for the final display. Other layers use the GPU to accelerate needed operations that touch a lot of pixels. Video layers, for example, can now do color conversion and scaling in a shader on the GPU. Finally, there are some layers that can be fully rendered on the GPU, such as those containing WebGL elements.

You can test drive the hardware acceleration feature by installing the latest build of Chromium, the open source project that powers Chrome.

Apart from that, the recent Chromium build also carries a new feature called Google Chrome Labs. This is an internal page that lets you enable some advanced features and can be accessed by typing about:labs in the address bar. Currently, there are only two "labs" available for testing - an option to use side tabs for Windows users and an option to see an expose-like tab overview for Mac users.

chrome-labs-sidetabs

Detailed steps on how to enable Google Chrome Labs is available on ReadWriteWeb.

Image credit: GoogleOS, ConceivablyTech

Comments

Popular posts from this blog

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

Diagram 101: Different Types of Diagrams and When To Use Them

Diagrams are a great way to visualize information and convey meaning. The problem is that there’s too many different types of diagrams, so it can be hard to know which ones you should use in any given situation. To help you out, we’ve created this diagram that lays out the 7 most common types of diagrams and when they’re best used: