diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-22 07:49:05 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-22 07:49:05 +0100 |
commit | fed000620335a5fc2bda2ffeca5cbdd0ca5a158c (patch) | |
tree | b2b3c8c87aec176d95f25ea371d94b65f6688995 /NEWS | |
parent | bff0b11634ffe52a5c8b2bbc9b6aee5bc3d2772c (diff) |
[NEWS] Add stub for OpenGL.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -27,6 +27,14 @@ New experimental backends: OpenVG - The initial work was done by Øyvind Kolås, and made ready for inclusion by Pierre Tardy. + OpenGL - An advanced OpenGL compositor. The aim is to write a integrate + directed rendering using OpenGL at a high-level into Cairo. In + contrast to the previous attempt using Glitz which tried to + implement the RENDER protocol on top of OpenGL, using the + high-level interface should permit greater flexibility and + more offloading onto the GPU. + The initial work on the backend was performed by Eric Anholt. + Snapshot 1.9.2 (2009-06-12) =========================== |