Matthias Hopf wrote:
> From: Ruediger Oertel <r...@suse.de>
> 
> Signed-off-by: Matthias Hopf <mh...@suse.de>
> ---
>  src/mesa/drivers/dri/common/spantmp2.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/common/spantmp2.h 
> b/src/mesa/drivers/dri/common/spantmp2.h
> index 447f3d1..c152226 100644
> --- a/src/mesa/drivers/dri/common/spantmp2.h
> +++ b/src/mesa/drivers/dri/common/spantmp2.h
> @@ -400,7 +400,7 @@
>  #  define READ_RGBA( rgba, _x, _y )                                  \
>       do {                                                            \
>          GLuint p = GET_VALUE(_x, _y);                                        
> \
> -        *((uint32_t *) rgba) = (t << 8) | 0xff;                              
> \
> +        *((uint32_t *) rgba) = (p << 8) | 0xff;                              
> \
>       } while (0)
>  # else
>  #  define READ_RGBA( rgba, _x, _y )                                  \

Committed to 7.7 branch.  Thanks.

-Brian


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to