[cairo-commit] glitz/src glitz_trapimp.h,1.1,1.2

David Reveman commit at pdx.freedesktop.org
Thu Jan 27 03:57:41 PST 2005


Committed by: davidr

Update of /cvs/cairo/glitz/src
In directory gabe:/tmp/cvs-serv27380/src

Modified Files:
	glitz_trapimp.h 
Log Message:
Fix typo and add note about gamma correction

Index: glitz_trapimp.h
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_trapimp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glitz_trapimp.h	25 Jan 2005 19:50:26 -0000	1.1
+++ glitz_trapimp.h	27 Jan 2005 11:57:39 -0000	1.2
@@ -138,8 +138,10 @@
   intersect a rectangle in any direction, can be represented
   accurately and consistently with a set of one-dimensional texture
   coordinates in a fixed size texture. By using linear texture
-  filtering this allow us two render perfectly anti-aliased
-  geometry on a wide range of hardware.
+  filtering this allows us to render perfectly anti-aliased
+  geometry on a wide range of hardware. It could also be a Nx1 surface
+  containing a pre-computed gamma curve with resolution N for gamma
+  corrected anti-aliasing.
 
   Each trapezoid needs to be slit up into a set of rectangles along
   with appropriate horizontal texture coordinates for the specified




More information about the cairo-commit mailing list