Re: [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats

2013-12-26 Thread Mark Mueller
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

Re: [Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats

2013-12-26 Thread Michel Dänzer
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

Re: [Mesa-dev] [PATCH] i965: Avoid extraneous fast depth clears

2013-12-26 Thread Chad Versace
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

[Mesa-dev] [Bug 70766] Run-time link error in swrast_dri.so

2013-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70766 Jan Vesely changed: What|Removed |Added See Also||http://llvm.org/bugs/show_b

[Mesa-dev] [PATCH] mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2

2013-12-26 Thread Christoph Bumiller
--- 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

Re: [Mesa-dev] [PATCH 13/16] i965/fs: Add a saturation propagation optimization pass.

2013-12-26 Thread Pohjolainen, Topi
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. > >

Re: [Mesa-dev] [PATCH] st/egl: Flush resources before presentation

2013-12-26 Thread Marek Olšák
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

[Mesa-dev] [PATCH] st/egl: Flush resources before presentation

2013-12-26 Thread Martin Andersson
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