xf86-video-nv: Changes to 'refs/tags/nv-2.0.95'

Aaron Plattner aplattner at kemper.freedesktop.org
Thu May 3 22:20:22 EEST 2007


Tag 'nv-2.0.95' created by Aaron Plattner <aplattner at nvidia.com> at 2007-05-03 20:04 -0700

Experimental EXA and RandR 1.2 support

Changes since nv-2.0.2:
Aaron Plattner:
      Fix warnings.
      G80: Create output partners.
      G80: Improve output detection.
      G80: Use xf86CrtcScreenInit and xf86SetDesiredModes.
      G80: Get HW cursor working with RandR 1.2.
      G80: Use the right mode struct when setting up an SOR.
      G80: Get DPMS working with RandR 1.2.
      G80: Get rid of debug printouts.
      Always support G80.
      Add new chips to the manpage.
      Remove unused g80_ddc.h.
      Steal RandR1.2 compat code from the Intel driver.
      GeForce 8300 GS and GeForce 8400 GS.
      G80: Remove AdjustFrame printout.
      Depend on server 1.2 or higher.
      Merge branch 'randr-1.2'
      G80: EXA infrastructure.
      EXA: Add solid, copy, and UTS hooks.
      Get EXA resizing working and document it.
      Remove some old stuff from README.G80.
      GeForce 8800 Ultra
      Fix some harmless warnings.
      Bump to 2.0.95.

root:
      Get rid of BackendMode and disable hw cursor for now.
      Initial RandR 1.2 support for G80.

---
 Makefile.am            |    2 
 README.G80             |    5 
 compat/.gitignore      |    2 
 compat/Makefile.am     |   15 +
 compat/README          |    7 
 configure.ac           |   72 ++++++--
 man/Makefile.am        |    9 -
 man/nv.man             |   24 +-
 src/Makefile.am        |   31 +++
 src/g80_cursor.c       |  150 ++++--------------
 src/g80_cursor.h       |    8 
 src/g80_dac.c          |  199 ++++++++++++++++++++++++
 src/g80_ddc.c          |  230 ---------------------------
 src/g80_ddc.h          |    1 
 src/g80_display.c      |  406 ++++++++++++++++++++++++-------------------------
 src/g80_display.h      |   21 +-
 src/g80_driver.c       |  237 ++++++++++++++++------------
 src/g80_exa.c          |  329 +++++++++++++++++++++++++++++++++++++++
 src/g80_exa.h          |    1 
 src/g80_output.c       |  347 +++++++++++++++++++++++++++++++++++++++++
 src/g80_output.h       |   29 +++
 src/g80_sor.c          |  151 ++++++++++++++++++
 src/g80_type.h         |   30 +--
 src/g80_xaa.c          |   10 -
 src/g80_xaa.h          |    5 
 src/local_xf86Rename.h |   23 ++
 src/nv_driver.c        |   22 --
 src/nv_hw.c            |    2 
 src/nv_include.h       |    5 
 src/nv_local.h         |    3 
 src/nv_setup.c         |    2 
 src/nv_video.c         |   13 -
 src/riva_hw.c          |    2 
 src/riva_include.h     |    5 
 src/riva_local.h       |    3 
 35 files changed, 1626 insertions(+), 775 deletions(-)
---



More information about the xorg-commit mailing list