xserver/hw
Eric Anholt 6ec9ecd591 Add a set of three hooks for accelerating trapezoids, and use it for the
RasterizeTrapezoid screen function. These hooks will be called for
    imprecise, non-sharp trapezoids with A8 destinations.
Note that the current main consumer of trapezoids, cairo, is requesting
    precise, sharp trapezoids by not changing the default Picture
    attributes, but gets non-sharp effects in software because fb bases its
    choice of sharp/non-sharp on the mask format being A8 vs A1, and cairo
    asks for A8. Follow fb's (poor?) example by ignoring the sharp setting
    and basing the choice off of the mask being A8.
2004-08-30 22:16:46 +00:00
..
darwin Documentation only update: Update XDarwin application version for release. 2004-08-21 00:46:01 +00:00
dmx Add missing reply for DMX (Rik Faith). 2004-08-27 20:39:17 +00:00
kdrive Add a set of three hooks for accelerating trapezoids, and use it for the 2004-08-30 22:16:46 +00:00
vfb Fix xtest failures in Xvfb from XMatchVisualInfo test. 2004-08-27 01:15:10 +00:00
xfree86 Fix make install when BuildServersOnly is YES (Bug #1213). 2004-08-29 21:06:00 +00:00
xgl Add (stubbed out) Xgl server code 2004-06-04 17:06:18 +00:00
xnest Add COMPOSITE change to fbCopyWindow (not needed yet) 2004-08-11 22:40:14 +00:00
xwin document broken composite in XWin 2004-08-16 15:48:53 +00:00