Re: [Mesa-dev] [PATCH 1/6] r300g/compiler: Add missing license headers

2013-02-10 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sun, Feb 10, 2013 at 6:15 AM, Tom Stellard wrote: > From: Tom Stellard > > These are all files that I authored, but forgot to add the license > headers. > > NOTE: This is a candidate for the stable branches. > > Signed-off-by: Tom Stellard >

[Mesa-dev] [Bug 59187] [Steam] Black screen but audio song On TF2 (Intel HM 55/ Ironlake Mobile)

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59187 Christoph Brill changed: What|Removed |Added CC||eg...@gmx.de -- You are receiving thi

Re: [Mesa-dev] [PATCH 1/9] copyteximage: check that sRGB usage is valid for GLES3 / GL

2013-02-10 Thread Török Edwin
On 01/19/2013 01:55 AM, Matt Turner wrote: > From: Jordan Justen > > Cc: Eric Anholt > Signed-off-by: Jordan Justen FYI this broke lots of games under wine 1.5.20, with errors like: err:d3d:check_fbo_compat > GL_INVALID_OPERATION (0x502) from Post-pixelshader blending check @

[Mesa-dev] [Bug 59187] [Steam] Black screen but audio song On TF2 (Intel HM 55/ Ironlake Mobile)

2013-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59187 Chris Forbes changed: What|Removed |Added CC||chr...@ijw.co.nz -- You are receiving th

[Mesa-dev] [PATCH] R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern

2013-02-10 Thread Vincent Lejeune
--- lib/Target/R600/AMDGPUISelLowering.cpp | 10 +++--- lib/Target/R600/AMDGPUISelLowering.h | 1 - lib/Target/R600/AMDILISelLowering.cpp | 3 ++- lib/Target/R600/AMDILInstrInfo.td | 1 - lib/Target/R600/AMDILIntrinsics.td | 10 -- lib/Target/R600/R600Instructions.td

[Mesa-dev] [PATCH 1/2] gallium: add red-alpha texture formats and a couple of util functions

2013-02-10 Thread Marek Olšák
This is for glGetTexImage and it will be used for samplers only (which some drivers already implement by reading util_format_description). v2: incorporate Brian's suggestion --- src/gallium/auxiliary/util/u_format.csv | 12 src/gallium/auxiliary/util/u_format.h | 117 ++

[Mesa-dev] [PATCH] i965: Use derived state for Haswell's 3DSTATE_VF packet.

2013-02-10 Thread Kenneth Graunke
Otherwise, we fail to correctly handle GL_PRIMITIVE_RESTART_FIXED_INDEX. Fixes gles3conform's primitive_restart_mode test. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_primitive_restart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/driver

Re: [Mesa-dev] [PATCH] glsl: Fix handling of array dereferences of vectors in opt_dead_code_local

2013-02-10 Thread Ian Romanick
On 02/08/2013 10:41 PM, Eric Anholt wrote: Ian Romanick writes: On 02/08/2013 04:24 PM, Eric Anholt wrote: Ian Romanick writes: From: Ian Romanick + * modes. In the first mode, when \c want_availability_mask is \c true, it is + * assumed that any field of the vector may be written. This

[Mesa-dev] Mesa 9.1-rc1

2013-02-10 Thread Ian Romanick
Mesa 9.1 release candidate 1 is now ready. The tag in the GIT repository for Mesa 9.1-RC1 is 'mesa-9.1-rc1'. Mesa 9.1-RC1 is available for download at ftp://freedesktop.org/pub/mesa/9.1/ md5sums: 629a1058f1415c2b0318a912e765c6bb MesaLib-9.1-devel.tar.gz d08190d4e0cb87c911cd10ff2d939ac1 MesaL

Re: [Mesa-dev] [PATCH 2/2] st/mesa: accelerate glGetTexImage for all formats using a blit

2013-02-10 Thread Marek Olšák
FYI, I am squashing the following diff with the patch, because I realized desc->channel[i].type wasn't correct, because it's always UTIL_FORMAT_TYPE_VOID. (please ignore any line wrapping caused by my email client, thanks) diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracke