~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel:2.7

Last commit made on 2009-06-12
Get this branch:
git clone -b 2.7 https://git.launchpad.net/~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Branch merges

Branch information

Recent commits

8adfea1... by Pierre Willenbrock <email address hidden>

format == 0 means "use default" in I830DRI2CreateBuffer

Reviewed-by: Ian Romanick <email address hidden>
(cherry picked from commit 5b05a589efb23b2fc09b06e4271174d922b1ab02)

5ea3159... by Ian Romanick <email address hidden>

DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfaces

If DRI2INFOREC_VERSION is defined in the server's dri2.h and has a
value greater than 1, compile to use the CreateBuffer and
DestroyBuffer interfaces. The format parameter parameter to
CreateBuffer is assumed to be the bits-per-pixel of the buffer.

Signed-off-by: Ian Romanick <email address hidden>
Reviewed-by: Kristian Høgsberg <email address hidden>
(cherry picked from commit 5d6f4f6eb7a4dcbe1ce5a134d882e56f958ed2ba)

35d18fc... by Ian Romanick <email address hidden>

DRI2: Respect the src and dst parameters of CopyRegion.

Signed-off-by: Ian Romanick <email address hidden>
(cherry picked from commit 5a07ab502fe1e58e7e37fe554fb42d8d2c8c53ec)

ba7d739... by Carl Worth <email address hidden>

Update version to 2.7.1

In preparation for the 2.7.1 maintenance release.

b0ad6ad... by Carl Worth <email address hidden>

NEWS: Update release notes for 2.7.1

Just changing the wording to turn 2.7.0.901 into 2.7.1.

ae5b6d8... by Carl Worth <email address hidden>

RELEASING: Better instructions for where to send announcements

The xorg-announce list doesn't need to hear about development
snapshots and release candidates. The intel-gfx list is good for
that.

2d7ddfe... by Carl Worth <email address hidden>

Increment version number to 2.7.0.901

Which means this is the first release candidate in preparation for 2.7.1.

9c7213f... by Carl Worth <email address hidden>

NEWS: Add items for 2.7.0.901 release candidate

There are some nice bug fixes here.

ca63a5d... by Keith Packard

3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.

The spec says this command takes an extra (mbz) 32-bit value, so let's
provide it with one.

Signed-off-by: Keith Packard <email address hidden>
(cherry picked from commit ed492131c13715b73c14d328d0668120acb58b40)

77153d6... by Albert Damen

Fix crash with XV with large virtual display

If a virtual display with width > 2048 is used, the first time
an XV buffer is needed will result in a BadAlloc error message,
but the next time X would crash.

Signed-off-by: Eric Anholt <email address hidden>
(cherry picked from commit d7ca870e1ce251d42e3689a8e1e7d080ab1325fb)