[Mesa-dev] [PATCH v2 0/2] Fix Gallium RGB565 image support

Nicolas Dufresne nicolas at ndufresne.ca
Mon Apr 18 15:55:39 UTC 2016


Le lundi 18 avril 2016 à 11:40 +0900, Michel Dänzer a écrit :
> On 17.04.2016 09:49, nicolas at ndufresne.ca wrote:
> > 
> > From: Nicolas Dufresne <nicolas.dufresne at collabora.com>
> > 
> > Sorry for the long delay breaking down this patch. I have now
> > rebased
> > on top recent mesa tree. First patch creates a new function to
> > convert
> > DRI2 format into PIPE format (to avoid more copy paste). The second
> > fixes 
> > the wrong pitch to stride calculation fixing RGB565 support. Note
> > that, in
> > that part of the code, pitch is considered to be in pixels while
> > stride is
> > in bytes.
> > 
> > Nicolas Dufresne (2):
> >   gallium/dri2: Factor out DRI2 to PIPE_FORMAT conversion
> >   gallium/dri2: Fix RGB565 EGLImage creation
> > 
> >  src/gallium/state_trackers/dri/dri2.c | 105 +++++++++++++++++-----
> > ------------
> >  1 file changed, 51 insertions(+), 54 deletions(-)
> The series is
> 
> Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>
> 
> Do you need somebody to push the patches for you?

Yes please, thanks for the review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160418/ff1edf36/attachment.sig>


More information about the mesa-dev mailing list