Skip to content
Snippets Groups Projects
  1. Jul 15, 2009
  2. Jul 10, 2009
    • Emma Anholt's avatar
      intel: Free buffers in the BO cache that haven't been reused in a while. · 3f3c5be6
      Emma Anholt authored
      The goal of the BO cache is to keep buffers on hand for fast continuous use,
      as in every frame of a game or every batchbuffer of the X Server.  Keeping
      older buffers on hand not only doesn't serve this purpose, it may hurt
      performance by resulting in disk cache getting kicked out, or even driving
      the system to swap.
      
      Bug #20766.
      3f3c5be6
  3. Jul 09, 2009
  4. Jul 06, 2009
  5. Jul 03, 2009
  6. Jul 02, 2009
  7. Jun 30, 2009
  8. Jun 22, 2009
  9. Jun 17, 2009
  10. Jun 05, 2009
  11. Jun 03, 2009
  12. Jun 02, 2009
  13. May 28, 2009
  14. May 26, 2009
  15. May 22, 2009
    • Danny Tholen's avatar
      nouveau: backlight support for ppc laptops · 85b9f737
      Danny Tholen authored
      Patch allows the backlight to be manipulated under gnome on apple powerpc
      based NV30 machines.  It works fine on my powerbook, and should also work
      for older NV17/NV18 machines.
      
      Note that older powerpc specific tools (pbbuttonsd) have some problems with
      this implementation (because the device is not yet there at the start time
      of the daemon, and the code makes incorrect assumptions about the max
      brightness values). However, IMHO these things can and should be addressed
      in the daemon.
      
      Some style/warning fixes applied by Stuart Bennett <stuart@freedesktop.org>
      85b9f737
  16. May 19, 2009
    • Emma Anholt's avatar
      intel: quiet a warning. · f355ad89
      Emma Anholt authored
      f355ad89
    • Emma Anholt's avatar
      intel: Only do BO caching up to 64MB objects. · 469655fa
      Emma Anholt authored
      This avoids making objects significantly bigger than they would be
      otherwise, which would result in some failing at binding to the GTT.
      Found from firefox hanging on:
      http://upload.wikimedia.org/wikipedia/commons/b/b7/Singapore_port_panorama.jpg
      due to a software fallback trying to do a GTT-mapped copy between two 73MB
      BOs that were instead each 128MB, and failing because both couldn't fit
      simultaneously.
      
      The cost here is that we get no opportunity to cache these objects and
      avoid the mapping.  But since the objects are a significant percentage
      of the aperture size, each mapped access is likely having to fault and rebind
      the object most of the time anyway.
      
      Bug #20152 (2/3)
      469655fa
  17. May 14, 2009
  18. May 13, 2009
  19. May 10, 2009
  20. May 07, 2009
  21. May 02, 2009
Loading