[PATCH] Let the server expose 10bpc picture formats

Aaron Plattner aplattner at nvidia.com
Thu Aug 13 12:32:08 PDT 2009


On Tue, Jul 28, 2009 at 03:25:30PM -0700, Aaron Plattner wrote:
> On Mon, Jul 27, 2009 at 01:02:25PM -0700, Pierre-Loup A. Griffais wrote:
> > diff --git a/render/picture.h b/render/picture.h
> > index 1f90f43..f3fec0b 100644
> > --- a/render/picture.h
> > +++ b/render/picture.h
> > @@ -67,6 +67,11 @@ typedef struct _Picture              *PicturePtr;
> >  
> >  /* 32bpp formats */
> >  typedef enum _PictFormatShort {
> > +    PICT_a2r10g10b10 = PIXMAN_a2r10g10b10,
> > +    PICT_x2r10g10b10 = PIXMAN_x2r10g10b10,
> > +    PICT_a2b10g10r10 = PIXMAN_a2b10g10r10,
> > +    PICT_x2b10g10r10 = PIXMAN_x2b10g10r10,
> 
> This change will also need to change the pixman-1 dependency in
> configure.ac to be >= 0.15.16 instead of >= 0.15.14.

Sorry, I forgot all about this before I went on vacation.  I pushed
Pierre-Loup's patch and didn't have to change configure.ac because Soren
already made it require >= 0.15.20 with commit 211511f1.

-- Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: Digital signature
Url : http://lists.x.org/archives/xorg-devel/attachments/20090813/ad159021/attachment.pgp 


More information about the xorg-devel mailing list