Skip to content
Snippets Groups Projects
  1. Jan 16, 2005
  2. Jan 12, 2005
  3. Jan 10, 2005
  4. Sep 16, 2004
  5. Sep 03, 2004
  6. Sep 02, 2004
  7. Sep 01, 2004
  8. Aug 31, 2004
  9. Aug 30, 2004
    • Eric Anholt's avatar
      Add a set of three hooks for accelerating trapezoids, and use it for the · 6ec9ecd5
      Eric Anholt authored
          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.
      6ec9ecd5
    • Eric Anholt's avatar
      Rather than initially place pixmaps in framebuffer based on a size · ccaf332c
      Eric Anholt authored
          heuristic, delay the decision until the first
          kaaPixmapUse{Screen|Memory}, and put it in framebuffer if UseScreen was
          called. Provides a significant improvement in cairo speeds (100%
          speedup in cairogears here) and is likely to improve text performance
          as well.
      ccaf332c
  10. Aug 29, 2004
  11. Aug 27, 2004
  12. Aug 26, 2004
  13. Aug 21, 2004
  14. Aug 20, 2004
  15. Aug 19, 2004
  16. Aug 18, 2004
  17. Aug 17, 2004
  18. Aug 16, 2004
  19. Aug 15, 2004
Loading