diff options
author | Francisco Jerez <currojerez@gmail.com> | 2008-10-27 23:12:36 +0100 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-28 15:09:28 -0200 |
commit | 486e92399f09b9d765d03184fe29a32b3bc4ecc5 (patch) | |
tree | 465b634cfdfeb7e128b7c78564a1360990733fb0 /src/smi.h | |
parent | c0447d33c82829248e642b3156fd9a3c0d0eb709 (diff) |
Simple EXA Composite implementation.
* Implementation of the PictOpSrc render operation with a
source coordinate transformation through 2D engine rotate-BITBLTs.
* Fix EXA Copy and Solid in 24 bpp packed color mode.
Diffstat (limited to 'src/smi.h')
-rw-r--r-- | src/smi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ typedef struct /* EXA */ ExaDriverPtr EXADriverPtr; Bool useEXA; /* enable exa acceleration */ + PictTransformPtr renderTransform; pciVideoPtr PciInfo; /* PCI info vars */ #ifndef XSERVER_LIBPCIACCESS |