On Thu, Dec 26, 2013 at 6:57 PM, Michel Dänzer wrote:
> On Mit, 2013-12-25 at 20:35 -0800, Mark Mueller wrote:
>
> > On Wed, Dec 25, 2013 at 7:25 PM, Michel Dänzer
> > wrote:
> > On Mit, 2013-12-25 at 15:19 -0800, Mark Mueller wrote:
> > >
> > > --Format Base
On Mit, 2013-12-25 at 20:35 -0800, Mark Mueller wrote:
> On Wed, Dec 25, 2013 at 7:25 PM, Michel Dänzer
> wrote:
> On Mit, 2013-12-25 at 15:19 -0800, Mark Mueller wrote:
> >
> > --Format Base Type P: Packed --
> > MESA_FORMAT_[[component list,b
On 12/10/2013 09:54 PM, Chia-I Wu wrote:
When the depth buffer is already cleared, skip GEN6_HIZ_OP_DEPTH_CLEAR. This
is made possible by tracking which slices have been cleared in
"struct intel_mipmap_level". The hiz_cleared flag is unset when the depth
buffer is rendered to or when a HiZ reso
https://bugs.freedesktop.org/show_bug.cgi?id=70766
Jan Vesely changed:
What|Removed |Added
See Also||http://llvm.org/bugs/show_b
---
src/mesa/state_tracker/st_extensions.c | 4 +++-
src/mesa/state_tracker/st_format.c | 6 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/mesa/state_tracker/st_extensions.c
b/src/mesa/state_tracker/st_extensions.c
index 5e4a3b3..8c49e54 100644
--- a/src/mesa/state
On Thu, Dec 19, 2013 at 01:40:27PM -0800, Matt Turner wrote:
> Transforms, for example,
>
> mul vgrf3, vgrf2, vgrf1
> mov.sat vgrf4, vgrf3
>
> into
>
> mul.sat vgrf3, vgrf2, vgrf1
> mov vgrf4, vgrf3
>
> which gives register_coalescing an opportunity to remove the MOV
> instruction.
>
>
Reviewed-by: Marek Olšák
Marek
On Thu, Dec 26, 2013 at 10:33 AM, Martin Andersson wrote:
> Fixes wayland regression on r600g due to fast clear introduced by commit
> edbbfac6.
> ---
> src/gallium/state_trackers/egl/common/native_helper.c | 15 +++
> src/gallium/state_trackers/egl
Fixes wayland regression on r600g due to fast clear introduced by commit
edbbfac6.
---
src/gallium/state_trackers/egl/common/native_helper.c | 15 +++
src/gallium/state_trackers/egl/common/native_helper.h | 5 +
src/gallium/state_trackers/egl/wayland/native_wayland.c | 4