Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-26 Thread Christopher James Halse Rogers
I see the tarballs, but there doesn't seem to be a mesa-7.11-rc3 tag in git and 7.11 branch doesn't seem to have had a version bump commit. Has someone forgotten to push? signature.asc Description: This is a digitally signed message part ___ mesa-dev

[Mesa-dev] [Bug 39537] New: Build error at get vlVaGetVtable

2011-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39537 Summary: Build error at get vlVaGetVtable Product: Mesa Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 39537] Build error at get vlVaGetVtable

2011-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39537 Christian König deathsim...@vodafone.de changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] RC3 build problem

2011-07-26 Thread Marty Jack
Line 1243 of configure.ac says if test x$enable_dri = xyes; then and enable_dri is nowhere defined. In RC2 the equivalent line said if test $mesa_driver = dri; then I do not know what the appropriate test is. This results in gbm_dri not being compiled, results in gbm_dri_backend not

Re: [Mesa-dev] Mesa (master): configure.ac: don' t build gallium driver libs just to see if there are no errors

2011-07-26 Thread Jon TURNEY
On 26/07/2011 00:16, Marek Olšák wrote: sorry for the late reply. I have just sent a patch to ML which should fix this. See: http://lists.freedesktop.org/archives/mesa-dev/2011-July/009867.html Please let me know if that works for you. Yes, that fixes it. Thanks very much :-)

Re: [Mesa-dev] [PATCH 1/2] configure.ac: fix xlib-based softpipe build

2011-07-26 Thread Jon TURNEY
On 26/07/2011 00:12, Marek Olšák wrote: --- configure.ac | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) Tested-by: Jon TURNEY jon.tur...@dronecode.org.uk ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH 0/2] Make Gallium drivers respect the force_s3tc_enable environment variable

2011-07-26 Thread Bryan Cain
On Mon, Jul 25, 2011 at 1:50 PM, Jose Fonseca jfons...@vmware.com wrote: I have no objection FWIW. Jose - Original Message - This is a revised version of my previous patches.  Patch 1 incorporates Brian's feedback, and patch 2 is unchanged from before.  I did test patch 2 without

Re: [Mesa-dev] [PATCH 8/8] softpipe: When doing write_all_cbufs, don't stomp over the color.

2011-07-26 Thread Brian Paul
On 07/25/2011 04:39 PM, Eric Anholt wrote: We have to make it through this loop processing the color multiple times, so we can't go overwriting it on our first color buffer. --- src/gallium/drivers/softpipe/sp_quad_blend.c | 16 1 files changed, 12 insertions(+), 4

Re: [Mesa-dev] [PATCH 7/8] mesa: Fix ff fragment shader inputs calculation when enabling a VS.

2011-07-26 Thread Brian Paul
On 07/25/2011 04:39 PM, Eric Anholt wrote: The FF VS generation happens just after the FF FS generation in state.c, so the ctx-VP._Current value is for the previous state update's vertex shader, not the one that will be chosen as a result of this state update. The vertexShader and vertexProgram

Re: [Mesa-dev] [PATCH 0/2] Make Gallium drivers respect the force_s3tc_enable environment variable

2011-07-26 Thread Brian Paul
On 07/26/2011 07:30 AM, Bryan Cain wrote: On Mon, Jul 25, 2011 at 1:50 PM, Jose Fonsecajfons...@vmware.com wrote: I have no objection FWIW. Jose - Original Message - This is a revised version of my previous patches. Patch 1 incorporates Brian's feedback, and patch 2 is unchanged

Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-26 Thread Bryan Cain
On Mon, Jul 25, 2011 at 9:54 PM, Ian Romanick i...@freedesktop.org wrote: The only changes in the 7.11 branch (until the final release) should be low-risk fixes for significant bugs.  Other than updates to the release notes and changing the version, RC3 should represent 7.11 final. Would my

Re: [Mesa-dev] RC3 build problem

2011-07-26 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2011 05:52 AM, Marty Jack wrote: Line 1243 of configure.ac says if test x$enable_dri = xyes; then and enable_dri is nowhere defined. In RC2 the equivalent line said if test $mesa_driver = dri; then I do not know what the

Re: [Mesa-dev] [PATCH 1/1] mesa: Call updated_drawbuffers() if the buffer count changes in _mesa_drawbuffers().

2011-07-26 Thread Henri Verbeet
On 26 July 2011 02:21, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2011 01:23 PM, Henri Verbeet wrote: Without this we'd miss an update when doing a sequence like {COLOR0, COLOR1}, {COLOR0}, {COLOR0, COLOR1}. Is there a piglit test to

Re: [Mesa-dev] [PATCH 2/4] gallium: extend resource_resolve to accommodate BlitFramebuffer

2011-07-26 Thread Christoph Bumiller
On 07/26/2011 01:49 AM, Roland Scheidegger wrote: (Strange thought sent that before - mail client going crazy...) Resolving color buffers is pretty well defined (for standard msaa at least). I have no idea how that's supposed to be defined for depth and stencil values. Frankly I'm not sure

[Mesa-dev] [PATCH] mesa: Ensure that r300 compiler files only appear once in the tarballs

2011-07-26 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com Cc: Jeremy Huddleston jerem...@freedesktop.org Cc: Andreas Radke a.ra...@arcor.de --- Please let me know if this patch fixes the issue once and for all. Makefile |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Makefile

Re: [Mesa-dev] [PATCH 1/3 v2] i965: Check actual tile offsets in Gen4 miptree workaround.

2011-07-26 Thread Chad Versace
On 07/25/2011 05:06 PM, Kenneth Graunke wrote: The apitrace dump in bug #34009 managed to fool the draw_offset check into thinking that we were tile aligned when we weren't. This led to an assertion failure in brw_update_renderbuffer_surface with tile_y != 0. Simply compute tile_x and

[Mesa-dev] Firefox driver detection: happy ending, Gallium drivers no longer blacklisted

2011-07-26 Thread Benoit Jacob
Hi List, This is just some good news. Recently, I wrote to this list [1] announcing that as of Firefox 6, we were able to safely detect driver versions, and consequently many recent system, including Mesa = 7.10, were whitelisted. At that time, unfortunately, we were blacklisting Gallium.

[Mesa-dev] [Bug 39570] New: glx-multithread lock during piglit test

2011-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39570 Summary: glx-multithread lock during piglit test Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

Re: [Mesa-dev] [PATCH] mesa: Ensure that r300 compiler files only appear once in the tarballs

2011-07-26 Thread Jeremy Huddleston
That looks like it: Reviewed-by: Jeremy Huddleston jerem...@apple.com Tested-by: Jeremy Huddleston jerem...@apple.com You can probably revert the --dereference one as well. On Jul 26, 2011, at 12:09 PM, Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com Cc: Jeremy Huddleston

[Mesa-dev] [PATCH 1/3] glsl: Document parameters_lists_match()

2011-07-26 Thread Chad Versace
The function's parameter do not indicate which parameter list belongs to the function signature and which is the actual parameter list. So clarify this in a Doxygen comment. Signed-off-by: Chad Versace c...@chad-versace.us --- src/glsl/ir_function.cpp |6 ++ 1 files changed, 6

[Mesa-dev] [PATCH 2/3] glsl: Clarify and document type_compare()

2011-07-26 Thread Chad Versace
The parameters were named 'a' and 'b', but there was no documentation indicating which was being converted to which. So rename 'a' - 'to' and 'b' - 'from'. Also add a Doxygen comment. Signed-off-by: Chad Versace c...@chad-versace.us --- src/glsl/ir_function.cpp | 27

[Mesa-dev] [PATCH 3/3] glsl: Fix illegal implicit type conversions in type_compare()

2011-07-26 Thread Chad Versace
type_compare() allowed the following illegal implicit conversions: bool - float bvecN - vecN Fixes Piglit tests spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec*.vert. Note: This is a candidate for the 7.10 and 7.11 branches. Signed-off-by: Chad Versace c...@chad-versace.us

Re: [Mesa-dev] [PATCH 2/4] gallium: extend resource_resolve to accommodate BlitFramebuffer

2011-07-26 Thread Roland Scheidegger
On 07/26/2011 01:49 AM, Roland Scheidegger wrote: (Strange thought sent that before - mail client going crazy...) Resolving color buffers is pretty well defined (for standard msaa at least). I have no idea how that's supposed to be defined for depth and stencil values. Frankly I'm

[Mesa-dev] [Bug 39490] 7.11.RC2 configure doesn't let me disable gallium-llvm

2011-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39490 Marek Olšák mar...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCH 3/3] glsl: Fix illegal implicit type conversions in type_compare()

2011-07-26 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2011 04:08 PM, Chad Versace wrote: type_compare() allowed the following illegal implicit conversions: bool - float bvecN - vecN Fixes Piglit tests spec/glsl-1.20/compiler/built-in-functions/outerProduct-bvec*.vert. Does this

Re: [Mesa-dev] RC3 build problem

2011-07-26 Thread Zhao, Jian J
-Original Message- From: mesa-dev-bounces+jian.j.zhao=intel@lists.freedesktop.org [mailto:mesa-dev-bounces+jian.j.zhao=intel@lists.freedesktop.org] On Behalf Of Ian Romanick Sent: Wednesday, July 27, 2011 12:59 AM To: Marty Jack Cc:

Re: [Mesa-dev] RC3 build problem

2011-07-26 Thread Marty Jack
On 07/26/2011 09:52 PM, Zhao, Jian J wrote: -Original Message- From: mesa-dev-bounces+jian.j.zhao=intel@lists.freedesktop.org [mailto:mesa-dev-bounces+jian.j.zhao=intel@lists.freedesktop.org] On Behalf Of Ian Romanick Sent: Wednesday, July 27, 2011 12:59 AM To: Marty Jack