[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.15.0-1'



Tag 'xserver-xorg-video-intel-2_2.15.0-1' created by Cyril Brulebois <kibi@debian.org> at 2011-04-19 01:47 +0000

Tagging upload of xserver-xorg-video-intel 2:2.15.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2s6ZcACgkQeGfVPHR5Nd2mVgCgr12MYJ2RIOEUnbfIMf3CkNKe
DJ8An3rfGHOkxHI2f1fBvTa9rVCXiKrJ
=KoWS
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-intel-2_2.14.902-1:
Chris Wilson (22):
      Add a DRI2SwapEventPtr typedef for retro xservers
      946GZ is a 965G!
      MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]
      i965: Convert to relative relocations for state
      i965: segregate each vertex element into its own buffer
      Remove the unnecessary MI_FLUSH from the flush handler
      Remove unused function 'intel_bo_alloc_for_data'
      Take advantage of the kernel flush for dirty bo in the busy ioctl
      i965: Always update last_floats_per_vertex
      i965: Reset vertex_id after every batch
      i965: Refactor to use constant sampler_state offsets
      i965: Avoid transform overheads for vertex emit where possible
      gen6: Invalidate texture cache
      Revert "i965: Convert to relative relocations for state"
      intel: Restore manual flush for old kernels
      NEWS: version bump for 2.14.903 snapshot
      dri: Rearrange code to compile against xorg-server-1.7
      Turn relaxed-fencing off by default for older (pre-G33) chipsets
      configure,NEWS: 2.15.0 release
      NEWS: typo.
      intel: Beware the unsigned promotion when checking for batch overflows
      i965/video: We need 150 dwords of space for video state emission

Cyril Brulebois (5):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs again (Closes: #622653).
      Upload to unstable.

Daniel Vetter (2):
      Cleanup gen2 tiling confusion
      Tell users to grab i915_error_state on gpu hangs

---
 ChangeLog               |  263 +++++++++
 NEWS                    |   53 +
 configure.ac            |    2 
 debian/changelog        |   12 
 man/intel.man           |    9 
 src/brw_structs.h       |    5 
 src/i915_render.c       |   30 -
 src/i965_reg.h          |    1 
 src/i965_render.c       | 1320 ++++++++++++++++++++++++------------------------
 src/i965_video.c        |    6 
 src/intel.h             |   25 
 src/intel_batchbuffer.c |   24 
 src/intel_batchbuffer.h |    8 
 src/intel_display.c     |    4 
 src/intel_dri.c         |   24 
 src/intel_driver.c      |   55 +-
 src/intel_memory.c      |    7 
 src/intel_module.c      |    2 
 src/intel_uxa.c         |   46 +
 src/intel_video.c       |    4 
 20 files changed, 1158 insertions(+), 742 deletions(-)
---


Reply to: