xf86-video-intel: Changes to 'refs/tags/2.6.2'

Eric Anholt anholt at kemper.freedesktop.org
Tue Feb 24 14:21:39 PST 2009


Tag '2.6.2' created by Eric Anholt <eric at anholt.net> at 2009-02-24 22:21 -0800

xf86-video-intel 2.6.2

Changes since xf86-video-intel-2.6.1:
Bill Nottingham (1):
      Quirk MSI IM-945GSE-A LVDS, TV outputs.

Eric Anholt (23):
      Remove logical context setup.
      Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
      warning fix.
      Move 965 video setup to a separate function so we can move it around.
      Do check_aperture_space and batch_start_atomic for i965 video.
      Move i965 render state bo setup back to prepare_composite.
      Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
      Move filter computation from emit_batch_header to prepare_composite.
      i965: Pull check_aperture out to a separate function and make it dtrt.
      Move i965 render transform setup from emit_composite_state to prepare_composite.
      Move i965 render vb setup to use time, and decouple state emit from it.
      Use drm_intel_bo_subdata to put render vb data in.
      Fix build with server 1.4.
      Remove 965 render wm scratch space, which was just unused.
      Move 965 render unit state to BOs.
      Move i965 render kernels to BOs.
      Move i965 render sampler state to BOs.
      Don't forget the new state bos in check_aperture.
      dri2: Use modesetting's master fd instead of opening our own non-master.
      uxa: Ask for BOs ready for rendering for pixmaps.
      Don't do AdjustFrame in KMS mode.
      Fix distcheck from drmmode_display.h deletion.
      Bump version to 2.6.2 for release.

Helge Bahmann (1):
      Move disable_render_standby to EnterVT instead of startup.

Jesse Barnes (2):
      Fixup bogus VBT modes when detected
      Support tiled back/depth on 915-class hardware with DRI2.

Keith Packard (3):
      Make i830_allocate_memory take tiling parameters.
      Resize framebuffer on screen size change (requires UXA and DRI2)
      Assign rotation memory dri_bo to rotation pixmap.

Kristian Høgsberg (12):
      Implement front buffer resize for KMS.
      Fix last-minute "cleanup" that broke the patch.
      Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
      Fix front buffer memset() for non-KMS case.
      KMS: Hook up crtc::gamma_set.
      Make Xv used a buffer object instead of i830_memory.
      Dont allocate overlay registers in KMS mode.
      Fix i915 textured video to work with the i830_memory -> bo change.
      Access the Xv buffer through the GTT for the non-KMS case.
      KMS: Hook up rotated shadow buffers.
      KMS: Fix bug that prevented EDID data from getting propagated.
      Update kms to work with drmModeModeInfo API update.

Ma Ling (1):
      Don't disable vga centering bit.

Vincent Mussard (1):
      quirk for AOpen MP45

Zhenyu Wang (1):
      TV quirk for HP Compaq nx6310

---
 configure.ac          |    4 
 src/Makefile.am       |    3 
 src/common.h          |    2 
 src/drmmode_display.c |  307 ++++++++------
 src/drmmode_display.h |   73 ---
 src/i830.h            |   80 +++
 src/i830_bios.c       |    6 
 src/i830_display.c    |   48 +-
 src/i830_display.h    |    1 
 src/i830_dri.c        |   25 -
 src/i830_driver.c     |  215 +++++++---
 src/i830_exa.c        |   47 ++
 src/i830_lvds.c       |    5 
 src/i830_memory.c     |  547 ++++++++++----------------
 src/i830_quirks.c     |   21 +
 src/i830_video.c      |  125 +++---
 src/i830_video.h      |    2 
 src/i915_video.c      |    9 
 src/i965_hwmc.c       |    6 
 src/i965_render.c     | 1032 ++++++++++++++++++++++++++------------------------
 src/i965_video.c      |  401 ++++++++++---------
 21 files changed, 1575 insertions(+), 1384 deletions(-)
---


More information about the xorg-commit mailing list