Mesa (master): i915g: don't set alpha to 1 for RGBX and BGRX

2011-11-23 Thread Daniel Vetter
Module: Mesa Branch: master Commit: 8265bb7fb87184104e3c97dbf480170fb69ff8ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8265bb7fb87184104e3c97dbf480170fb69ff8ad Author: Vasily Khoruzhick anars...@gmail.com Date: Wed Nov 23 13:27:24 2011 +0300 i915g: don't set alpha to 1 for RGBX

Mesa (master): mesa: fix incorrect error message in format_unpack.c

2011-11-23 Thread Brian Paul
Module: Mesa Branch: master Commit: ca4e664f21d02235ebcbf387aa529468aded37cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca4e664f21d02235ebcbf387aa529468aded37cf Author: Brian Paul bri...@vmware.com Date: Wed Nov 23 08:36:14 2011 -0700 mesa: fix incorrect error message in

Mesa (master): i915: Fix build since hiz merge.

2011-11-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 87f12bb2d95236c7b025d1a8be56b5ab1683d702 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87f12bb2d95236c7b025d1a8be56b5ab1683d702 Author: Eric Anholt e...@anholt.net Date: Tue Nov 22 11:00:35 2011 -0800 i915: Fix build since hiz merge. v2: Guard

Mesa (master): i915: Fix complete texturing regression since 27505a105a

2011-11-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8d15268a61fe400668495e6cb42c4d15e8b17cbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d15268a61fe400668495e6cb42c4d15e8b17cbb Author: Eric Anholt e...@anholt.net Date: Tue Nov 22 19:29:56 2011 -0800 i915: Fix complete texturing regression since

Demos (master): eglkms: Use depth 24 when creating the KMS FB

2011-11-23 Thread Kristian Høgsberg
Module: Demos Branch: master Commit: 0ea0e6d13c9515c288ce45d25c993c23c6331f45 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=0ea0e6d13c9515c288ce45d25c993c23c6331f45 Author: Kristian Høgsberg k...@bitplanet.net Date: Wed Nov 23 13:14:07 2011 -0500 eglkms: Use depth 24 when creating

Mesa (master): i965/gen6: Fix GPU hang when using stencil buffer without depth

2011-11-23 Thread Chad Versace
Module: Mesa Branch: master Commit: f99d5af03b0f97d7a1b7076b2142069770879471 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f99d5af03b0f97d7a1b7076b2142069770879471 Author: Chad Versace chad.vers...@linux.intel.com Date: Wed Nov 23 10:06:46 2011 -0800 i965/gen6: Fix GPU hang when

Mesa (master): softpipe: remove pointless break stmt

2011-11-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 173427841ace7514fa6b24d24ea65f4d90549cb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=173427841ace7514fa6b24d24ea65f4d90549cb5 Author: Brian Paul bri...@vmware.com Date: Wed Nov 23 15:02:05 2011 -0700 softpipe: remove pointless break stmt ---

Mesa (master): softpipe: s/int/unsigned/ to be consistent in alpha test code

2011-11-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 24d25b55bf511493e70600cc7c49c0a0e6fc7a32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24d25b55bf511493e70600cc7c49c0a0e6fc7a32 Author: Brian Paul bri...@vmware.com Date: Wed Nov 23 15:03:47 2011 -0700 softpipe: s/int/unsigned/ to be consistent