[Mesa-dev] [PATCH] scons: Do not use -fvisibilty=hidden on Cygwin.

2012-10-19 Thread Vinson Lee
This is a follow-up to commit db78643182dc39ed592dd8c2e5fc7c8eeb7316a1. Signed-off-by: Vinson Lee --- scons/gallium.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py index c3f33a0..bba3f01 100755 --- a/scons/gallium.py +++ b/scons/ga

[Mesa-dev] [Bug 55998] Pretty huge slowdown in mesa 9.0

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55998 --- Comment #13 from dw...@tormail.org --- I tried downgrading to: mesa-8.0.4-3 ftgl-2.1.3rc5-3 glew-1.8.0-1 gtkglext-1.2.0-7 jasper-1.900.1-7 And removeing the new package glu-9.0.0-1 However, this seemed to have not effect. I have upgraded ba

[Mesa-dev] [Bug 55998] Pretty huge slowdown in mesa 9.0

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55998 --- Comment #12 from dw...@tormail.org --- Okay, I just did a full upgrade to my Arch Linux x86_64 Kernel 3.6.2-grsec Intel HD4000 KDE4 with OpenGL (no problem with XRender) System. horable Artifacts, Tarring, and slow. Then I down graded only

[Mesa-dev] [PATCH 27/27] intel: Enable support for GL_COMPRESSED_SIGNED_RG11_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw

[Mesa-dev] [PATCH 26/27] mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 85 +++ src/mesa/main/texcompress_etc.h |8 2 files changed, 93 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index e3e40

[Mesa-dev] [PATCH 25/27] mesa: Add a new texture format GL_COMPRESSED_SIGNED_RG11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |7 +++ src/mesa/main/formats.c | 14 ++ src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +

[Mesa-dev] [PATCH 24/27] intel: Enable support for GL_COMPRESSED_SIGNED_R11_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw

[Mesa-dev] [PATCH 23/27] mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 108 +++ src/mesa/main/texcompress_etc.h |8 +++ 2 files changed, 116 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index 8c6d9

[Mesa-dev] [PATCH 22/27] Add a new texture format GL_COMPRESSED_SIGNED_R11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |7 +++ src/mesa/main/formats.c | 14 ++ src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +

[Mesa-dev] [PATCH 21/27] intel: Enable support for GL_COMPRESSED_RG11_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw

[Mesa-dev] [PATCH 20/27] mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 87 +++ src/mesa/main/texcompress_etc.h |6 +++ 2 files changed, 93 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index 00b5e1

[Mesa-dev] [PATCH 19/27] Add a new texture format GL_COMPRESSED_RG11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |7 +++ src/mesa/main/formats.c | 14 ++ src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +

[Mesa-dev] [PATCH 17/27] mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 119 ++- src/mesa/main/texcompress_etc.h |6 ++ 2 files changed, 122 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index 5b0e57

[Mesa-dev] [PATCH 18/27] intel: Enable support for GL_COMPRESSED_R11_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw

[Mesa-dev] [PATCH 16/27] Add a new texture format GL_COMPRESSED_R11_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |7 +++ src/mesa/main/formats.c | 14 ++ src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +

[Mesa-dev] [PATCH 15/27] intel: Enable support for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw_wm_

[Mesa-dev] [PATCH 14/27] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 95 +++--- src/mesa/main/texcompress_etc.h |9 +++- 2 files changed, 95 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index f53141

[Mesa-dev] [PATCH 13/27] mesa: Add a new texture format GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |8 +++- src/mesa/main/formats.c | 13 + src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +

[Mesa-dev] [PATCH 12/27] intel: Enable support for GL_COMPRESSED_RGBA8_ETC2_EAC textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 22 +++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/dr

[Mesa-dev] [PATCH 11/27] mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 145 +- src/mesa/main/texcompress_etc.h |7 ++ 2 files changed, 148 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index b217b6a

[Mesa-dev] [PATCH 10/27] mesa: Add a new texture format GL_COMPRESSED_RGBA8_ETC2_EAC

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |8 src/mesa/main/formats.c | 14 ++ src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3

[Mesa-dev] [PATCH 09/27] intel: Enable support for GL_COMPRESSED_SRGB_ETC2 textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |1 + src/mesa/drivers/dri/intel/intel_mipmap_tree.c |3 ++- src/mesa/drivers/dri/intel/intel_mipmap_tree.h |4 ++-- src/mesa/main/texcompress_etc.c |1 + 4 files changed, 6 insert

[Mesa-dev] [PATCH 08/27] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 96 +-- src/mesa/main/texcompress_etc.h |7 +++ 2 files changed, 99 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index 829414

[Mesa-dev] [PATCH 07/27] mesa: Add a new texture format GL_COMPRESSED_SRGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |6 ++ src/mesa/main/formats.c | 13 + src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |2 ++ src/mesa/main/texcompress.c |9 + src/mesa/main/texformat.c |3 +++

[Mesa-dev] [PATCH 06/27] intel: Add necessary support to decode multiple ETC2 texture formats

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c |9 ++--- src/mesa/drivers/dri/intel/intel_mipmap_tree.h |7 +-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c b/src/mesa/drivers/dri/int

[Mesa-dev] [PATCH 05/27] mesa: Add necessary support to decode multiple ETC2 texture formats

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 17 + src/mesa/main/texcompress_etc.h |3 ++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index cf8b687..8294144 100644 ---

[Mesa-dev] [PATCH 04/27] intel: Enable the support for GL_COMPRESSED_RGB8_ETC2 textures

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |5 ++ src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 59 ++ src/mesa/drivers/dri/intel/intel_mipmap_tree.h | 14 +++-- 3 files changed, 72 insertions(+), 6 deletions(-) diff --git a

[Mesa-dev] [PATCH 03/27] mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 460 ++- src/mesa/main/texcompress_etc.h | 15 +- 2 files changed, 466 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index c645f5

[Mesa-dev] [PATCH 02/27] mesa: Add a new texture format GL_COMPRESSED_RGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/format_unpack.c |7 +++ src/mesa/main/formats.c | 13 + src/mesa/main/formats.h |1 + src/mesa/main/glformats.c |3 +++ src/mesa/main/texcompress.c | 20 src/mesa/main/texformat.c

[Mesa-dev] [PATCH 01/27] mesa: Use MESA_GL_VERSION_OVERRIDE in compute_version_es2()

2012-10-19 Thread Anuj Phogat
Mesa master currently tests for gles3 using: _mesa_is_gles3(const struct gl_context *ctx) { return ctx->API == API_OPENGLES2 && ctx->Version >= 30; } I made this temporary change in compute_version_es2() function to enable the testing of ETC2 patches on my mesa branch. This patch will not be pu

[Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-19 Thread Anuj Phogat
This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). This series enables 8 out of 10 ETC2 texture formats for all Intel hardware by simply decoding the ETC2 data into RGBX data at the time of glCompressedTexImage2D. These patches can be tested using piglit test case i have add

[Mesa-dev] [Bug 56211] New: src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage->pt->height0, src_level) == stImage->base.Height' failed.

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56211 Priority: medium Bug ID: 56211 CC: mic...@daenzer.net Assignee: mesa-dev@lists.freedesktop.org Summary: src/mesa/state_tracker/st_cb_texture.c:1123:copy_image _data_to_

[Mesa-dev] OSMesa broken on ubuntu with version 9 push?

2012-10-19 Thread Rafi Witten
Hi guys, First time posting so I'm probably just doing something stupid! I am using the libosmesa6 package on Ubuntu and it seems like the recent update to 9.0-0ubuntu1 from 8.0.4-0ubuntu0.1 broke my compile. After the update my project couldn't link - g++ couldn't find any of the gl-prefixed fun

Re: [Mesa-dev] [PATCH 4/4] mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.

2012-10-19 Thread Brian Paul
On 10/19/2012 12:53 PM, Eric Anholt wrote: With the previous two commits, this fixes piglit GL_ARB_occlusion_query2/api. --- src/mesa/main/queryobj.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index d2f064e..32aa51

Re: [Mesa-dev] [PATCH 3/4] mesa: Refuse to EndQuery with a mismatched query target.

2012-10-19 Thread Brian Paul
On 10/19/2012 03:59 PM, Brian Paul wrote: On 10/19/2012 12:53 PM, Eric Anholt wrote: --- src/mesa/main/queryobj.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index ac03649..d2f064e 100644 --- a/src/mesa/main/queryobj.c +++ b/src

Re: [Mesa-dev] [PATCH 3/4] mesa: Refuse to EndQuery with a mismatched query target.

2012-10-19 Thread Brian Paul
On 10/19/2012 12:53 PM, Eric Anholt wrote: --- src/mesa/main/queryobj.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index ac03649..d2f064e 100644 --- a/src/mesa/main/queryobj.c +++ b/src/mesa/main/queryobj.c @@ -374,6 +374

Re: [Mesa-dev] [PATCH 2/4] mesa: Throw an error for a new query on an already-active query target.

2012-10-19 Thread Brian Paul
On 10/19/2012 12:53 PM, Eric Anholt wrote: There's a similar test below, but it's not the same: that one checks whether this query object is already active (potentially on another target). --- src/mesa/main/queryobj.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/mes

[Mesa-dev] [PATCH 3/3] r600g: tgsi-to-llvm emits right input intrinsics

2012-10-19 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_llvm.c | 62 +++--- src/gallium/drivers/r600/r600_shader.c | 22 +++- 2 files changed, 62 insertions(+), 22 deletions(-) diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_llvm.c index 321966e.

[Mesa-dev] [PATCH 2/3] r600g: force bank_swizzle if already set

2012-10-19 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r700_asm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/r600/r700_asm.c b/src/gallium/drivers/r600/r700_asm.c index 818933a..47b4f91 100644 --- a/src/gallium/drivers/r600/r700_asm.c +++ b/src/gallium/drivers/r600/r700_asm.c @@ -92,6 +92,8

[Mesa-dev] [PATCH 1/3] r600g: rewrite tgsi-to-llvm load-input to handle fragcoord

2012-10-19 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_llvm.c | 124 ++--- src/gallium/drivers/r600/r600_shader.c | 2 +- 2 files changed, 84 insertions(+), 42 deletions(-) diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_llvm.c index c6e60af..321966e

[Mesa-dev] [PATCH 2/2] radeon/llvm: Add super reg to reserved reg list

2012-10-19 Thread Vincent Lejeune
--- lib/Target/AMDGPU/R600ISelLowering.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Target/AMDGPU/R600ISelLowering.cpp b/lib/Target/AMDGPU/R600ISelLowering.cpp index 95294da..e791890 100644 --- a/lib/Target/AMDGPU/R600ISelLowering.cpp +++ b/lib/Target/AMDGPU/R600ISelLowering.cpp

[Mesa-dev] [PATCH 1/2] radeon/llvm: interp instructions emits native outputs

2012-10-19 Thread Vincent Lejeune
--- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 11 - lib/Target/AMDGPU/R600Instructions.td | 33 --- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp b/lib/Target/AMDGPU/R600ExpandSpecialInst

[Mesa-dev] [PATCH] i965: Fix regression in depth texture rendering on pre-SNB

2012-10-19 Thread Ian Romanick
From: Ian Romanick This was introduced by commit 24db6d6 (cherry-picked from a683012). The original patch fixed potential GPU hangs on SNB, and it caused some rendering regressions there. The benefits outweigh the costs. However, the work-around is not necessary for pre-SNB chipsets. Applying

[Mesa-dev] [PATCH] st/mesa: replace REALLOC() with realloc()

2012-10-19 Thread Brian Paul
We should use the later since we're freeing the memory with free(), not the gallium FREE() macro. This fixes a mismatch when using the gallium debug memory functions. NOTE: This is a candidate for the 9.0 branch. --- src/mesa/state_tracker/st_mesa_to_tgsi.c | 10 ++ 1 files changed, 2

Re: [Mesa-dev] [PATCH 1/4] i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.

2012-10-19 Thread Ian Romanick
On 10/19/2012 11:53 AM, Eric Anholt wrote: Reviewed-by: Ian Romanick We'll have to revisit this when we add GL_ANY_SAMPLES_PASSED_CONSERVATIVE for GLES3. See cc97bef on my gles3 branch. --- src/mesa/drivers/dri/i965/brw_queryobj.c |9 + 1 file changed, 9 insertions(+) diff

[Mesa-dev] [PATCH 4/4] mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.

2012-10-19 Thread Eric Anholt
With the previous two commits, this fixes piglit GL_ARB_occlusion_query2/api. --- src/mesa/main/queryobj.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index d2f064e..32aa519 100644 --- a/src/mesa/main/queryobj.c +++ b/s

[Mesa-dev] [PATCH 3/4] mesa: Refuse to EndQuery with a mismatched query target.

2012-10-19 Thread Eric Anholt
--- src/mesa/main/queryobj.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index ac03649..d2f064e 100644 --- a/src/mesa/main/queryobj.c +++ b/src/mesa/main/queryobj.c @@ -374,6 +374,15 @@ _mesa_EndQueryIndexed(GLenum target, GLu

[Mesa-dev] [PATCH 2/4] mesa: Throw an error for a new query on an already-active query target.

2012-10-19 Thread Eric Anholt
There's a similar test below, but it's not the same: that one checks whether this query object is already active (potentially on another target). --- src/mesa/main/queryobj.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c in

[Mesa-dev] [PATCH 1/4] i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.

2012-10-19 Thread Eric Anholt
--- src/mesa/drivers/dri/i965/brw_queryobj.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_queryobj.c b/src/mesa/drivers/dri/i965/brw_queryobj.c index 1aa4974..11f8fcd 100644 --- a/src/mesa/drivers/dri/i965/brw_queryobj.c +++ b/src/mesa/drivers/dri/

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Benoit Jacob
That is fantastic news! Congrats to Michael, Andreas and all involved! Benoit On 12-10-19 11:22 AM, Andreas Boll wrote: > 2012/10/19 Andreas Boll : >> 2012/10/19 Michel Dänzer : >>> From: Michel Dänzer >>> >>> Fixes WebGL texture mips conformance test, no piglit regressions. >>> >>> Bugzilla: ht

Re: [Mesa-dev] [PATCH] i965/vs: include format argument in debug printf

2012-10-19 Thread Chad Versace
Reviewed-by and committed. Thanks. On 10/18/2012 11:45 PM, Tapani Pälli wrote: > otherwise some compilers will throw error > "error: format not a string literal and no format arguments" > > Signed-off-by: Tapani Pälli > --- > src/mesa/drivers/dri/i965/brw_vec4.cpp | 2 +- > 1 file changed, 1 in

[Mesa-dev] R: Re: Default CC list of mesa driver bug

2012-10-19 Thread Fabio Pedretti
>Da: bri...@vmware.com >On 09/02/2012 01:42 PM, Fabio Pedretti wrote: >> I noticed that mesa bug report got CCed to mesa-dev list, while driver mesa bug >> went to dri-devel. > >That does seem kind of weird. > >> Is this intended, why don't use mesa-dev for all mesa >> related bug instead and use

[Mesa-dev] [Bug 44912] [bisected] WebGL conformance/textures/texture-mips tests fails

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44912 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Brian Paul
On 10/19/2012 09:57 AM, Michel Dänzer wrote: On Fre, 2012-10-19 at 08:43 -0600, Brian Paul wrote: On 10/19/2012 08:00 AM, Michel Dänzer wrote: From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NO

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Michel Dänzer
On Fre, 2012-10-19 at 08:43 -0600, Brian Paul wrote: > On 10/19/2012 08:00 AM, Michel Dänzer wrote: > > From: Michel Dänzer > > > > Fixes WebGL texture mips conformance test, no piglit regressions. > > > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 > > > > NOTE: This is a candida

[Mesa-dev] [PATCH v2] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Michel Dänzer
From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NOTE: This is a candidate for the stable branches. Signed-off-by: Michel Dänzer Tested-by: Andreas Boll --- v2: Add assertions in all cases, hop

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Andreas Boll
2012/10/19 Andreas Boll : > 2012/10/19 Michel Dänzer : >> From: Michel Dänzer >> >> Fixes WebGL texture mips conformance test, no piglit regressions. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 >> >> NOTE: This is a candidate for the stable branches. >> >> Signed-off-by: Mic

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Andreas Boll
2012/10/19 Michel Dänzer : > From: Michel Dänzer > > Fixes WebGL texture mips conformance test, no piglit regressions. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 > > NOTE: This is a candidate for the stable branches. > > Signed-off-by: Michel Dänzer Tested-by: Andreas Boll

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Brian Paul
On 10/19/2012 08:00 AM, Michel Dänzer wrote: From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NOTE: This is a candidate for the stable branches. Signed-off-by: Michel Dänzer --- src/mesa/state_

Re: [Mesa-dev] automake-gallium testing

2012-10-19 Thread Andreas Boll
2012/10/9 Andreas Boll : > 2012/10/8 Matt Turner : >> On Mon, Oct 1, 2012 at 8:08 AM, Andreas Boll >> wrote: >>> 2012/9/21 Matt Turner : On Mon, Sep 17, 2012 at 8:22 AM, Andreas Boll wrote: > Yep, vdpau is also affected. > > $ LD_LIBRARY_PATH="/home/andreas/mesa-testing/lib

[Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Michel Dänzer
From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NOTE: This is a candidate for the stable branches. Signed-off-by: Michel Dänzer --- src/mesa/state_tracker/st_cb_texture.c | 12 1

[Mesa-dev] [Bug 55998] Pretty huge slowdown in mesa 9.0

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55998 a.ra...@arcor.de changed: What|Removed |Added CC||a.ra...@arcor.de -- You are receiving

[Mesa-dev] [PATCH v2] build: Don't cross-compile GLSL builtin compiler

2012-10-19 Thread Thierry Reding
The builtin_compiler binary is used during the build process to generate code for the builtin GLSL functions. Since this binary needs to be run on the build host, it must not be cross-compiled. This patch fixes the build system to compile a second version of the source files and the builtin_compil

[Mesa-dev] [Bug 56140] [Mesa-current] [clover] build failure in clvover/api/transfer.cpp

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56140 Francisco Jerez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 56140] [Mesa-current] [clover] build failure in clvover/api/transfer.cpp

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56140 --- Comment #3 from Dmitry Cherkassov --- it compiles OK with your patch. thank you. will it be commited? -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing

[Mesa-dev] [Bug 56140] [Mesa-current] [clover] build failure in clvover/api/transfer.cpp

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56140 --- Comment #2 from Francisco Jerez --- Created attachment 68790 --> https://bugs.freedesktop.org/attachment.cgi?id=68790&action=edit clover_simplify_is_zero.patch (In reply to comment #0) > ../../../../src/gallium/state_trackers/clover/.libs/