[cairo-commit] papers/opengl_freenix04 opengl_freenix04.tex,1.22,1.23
Peter Nilsson
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
Committed by: peter
Update of /cvs/cairo/papers/opengl_freenix04
In directory pdx:/tmp/cvs-serv20445
Modified Files:
opengl_freenix04.tex
Log Message:
Intro
Index: opengl_freenix04.tex
===================================================================
RCS file: /cvs/cairo/papers/opengl_freenix04/opengl_freenix04.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** a/opengl_freenix04.tex 23 Feb 2004 03:50:01 -0000 1.22
--- b/opengl_freenix04.tex 23 Feb 2004 11:55:24 -0000 1.23
***************
*** 68,75 ****
and advanced graphics that can be seen in these systems wouldn't even be
feasible without hardware accelerated rendering.
!
The main idea behind this project is to investigate the potential usefulness
! of an open source 2D graphics library that can be accelerated to create a
! high performance rendering environment.
Furthermore these ideas have been applied to X to see if they could be
--- 68,82 ----
and advanced graphics that can be seen in these systems wouldn't even be
feasible without hardware accelerated rendering.
!
! Hardware accelerated rendering means that the graphics hardware contains its
! own processor to boost performance levels. These processors are specialized
! for computing graphical transformations, so they achieve better results than
! the general-purpose CPU. In addition, they free up the
! computer's CPU to execute other commands while the graphics accelerator is
! handling graphics computations.
!
The main idea behind this project is to investigate the potential usefulness
! of an open source 2D graphics library that can use this acceleration to
! create a high performance rendering environment.
Furthermore these ideas have been applied to X to see if they could be
More information about the cairo-commit
mailing list