From alanc@sac.sfbay.sun.com Thu Jul 26 17:06:31 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l6R06U9r005520
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 26 Jul 2007 17:06:30 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l6R04EYf021846;
	Fri, 27 Jul 2007 01:04:20 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JLT00L019J7ZD00@nwk-avmta-2.sfbay.sun.com>; Thu,
 26 Jul 2007 17:04:19 -0700 (PDT)
Received: from sfbaymail2sca.sfbay.sun.com ([129.145.155.42])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JLT00IY89J6C860@nwk-avmta-2.sfbay.sun.com>; Thu,
 26 Jul 2007 17:04:18 -0700 (PDT)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by sfbaymail2sca.sfbay.sun.com (8.13.6+Sun/8.12.10/ENSMAIL,v2.2)
 with ESMTP id l6R04IZE028302; Thu, 26 Jul 2007 17:04:18 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l6R06R2e005514; Thu,
 26 Jul 2007 17:06:27 -0700 (PDT)
Received: (from alanc@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id l6R06Rug005510; Thu,
 26 Jul 2007 17:06:27 -0700 (PDT)
Date: Thu, 26 Jul 2007 17:06:27 -0700 (PDT)
From: Alan Coopersmith <alanc@sac.sfbay.sun.com>
Subject: Xorg server 1.3 [PSARC/2007/434 Self Review]
To: PSARC-ext@sun.com
Cc: xwin-discuss@opensolaris.org
Message-id: <200707270006.l6R06Rug005510@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 2463

I am sponsoring this case for myself and closing it as approved automatic
as it simply tracks the community addition of a new video driver API and
support for new versions of the RandR & Damage extensions to the Xorg server.

This case requests a Micro/Patch binding.

        -Alan Coopersmith-           alan.coopersmith@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

-------------------------------------------------------------------------------

Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2007 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Xorg server 1.3
    1.2. Name of Document Author/Supplier:
	 Author:  Alan Coopersmith
    1.3  Date of This Document:
	26 July, 2007
4. Technical Description

This case updates the Xorg server (and the associated X servers based on
its source base - Xephyr and /usr/X11/bin/Xvfb) from version 1.2 (which
was included in the X11R7.2 release, covered in PSARC 2007/051) to 
version 1.3 (which is a standalone release, between X11R7.2 and X11R7.3).

It provides the server side of the support for the Damage 1.1 and RandR 1.2
updates covered in LSARC 2007/421 and PSARC 2007/430.

It also adds a new function xf86XVFillKeyHelperDrawable to the Video
Driver ABI exported to driver modules and thus bumps the version
number of said ABI from 1.1 to 1.2 so that drivers can check if the
new function is provided.

The definition of the new function is:
  void xf86XVFillKeyHelperDrawable (DrawablePtr pDraw, CARD32 key, 
					RegionPtr clipboxes);

  xf86XVFillKeyHelperDrawable is a per-drawable Xv colour key helper function.
  This allows overlay Xv adaptors to work slightly better with compositing
  managers.


Imported Interfaces:
--------------------
Damage extension protocol version 1.1		Volatile	LSARC 2007/421
Xrandr extension protocol version 1.2		Volatile	PSARC 2007/430

Exported Interfaces:
--------------------
Xorg Video Driver ABI version 1.2		Volatile
xorg.conf options for RandR-1.2-enabled drivers	Volatile	[1], [2]

References in case materials directory:

[1] xorg.conf.man.txt: xorg.conf(4) man page from Xorg 1.3
[2] xorg.conf.diffs.txt: diffs between Xorg 1.2 & 1.3 xorg.conf(4) man page

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		X Consolidation (Desktop C-Team)
    6.5. ARC review type: Automatic
    6.6. ARC Exposure: open


