[Mesa-dev] [Bug 44618] Cross-compilation broken by glsl builtin_compiler

2012-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44618 Chi-Thanh Christopher Nguyen changed: What|Removed |Added See Also||https://bugs.gentoo.org/sh

[Mesa-dev] [Bug 48351] wine FurMark crashes after llvm_pipeline_generic

2012-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48351 --- Comment #2 from José Fonseca 2012-04-25 09:33:52 PDT --- Created attachment 60583 --> https://bugs.freedesktop.org/attachment.cgi?id=60583 Potential fix Please try the attached change -- Configure bugmail: https://bugs.freedesktop.org/u

[Mesa-dev] [Bug 48351] wine FurMark crashes after llvm_pipeline_generic

2012-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48351 José Fonseca changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop. |jfons...@vmware.com |or

Re: [Mesa-dev] [PATCH 0/7] intel: implement DRI image extension v4

2012-04-25 Thread Eric Anholt
On Tue, 24 Apr 2012 17:30:32 +0200, Gwenole Beauchesne wrote: > Hi, > > This patch series implements the proposed DRI image extension v4 > changes to Intel GenX. To be honest, I have not tested the picture > structure patch, as I directly adapted it from the VA driver, where > interlaced surface

Re: [Mesa-dev] [PATCH 4/7] intel: image: add support for more formats.

2012-04-25 Thread Eric Anholt
On Tue, 24 Apr 2012 17:30:36 +0200, Gwenole Beauchesne wrote: > Add mappings for: > - DRI_IMAGE_FORMAT_R8 > - DRI_IMAGE_FORMAT_RG88 > - DRI_IMAGE_FORMAT_L8 > - DRI_IMAGE_FIRLAT_LA88 Do you need L and LA if you have R and RG? We're trying to avoid adding more deprecated LA usage, particularly gi

Re: [Mesa-dev] [PATCH 1/2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.

2012-04-25 Thread Roland Scheidegger
Am 24.04.2012 21:23, schrieb Paul Berry: > When rendering to a miplevel other than 0 within a color, depth, > stencil, or HiZ buffer, we need to tell the GPU to render to an offset > within the buffer, so that the data is written into the correct > miplevel. We do this using a coarse offset (in pa

Re: [Mesa-dev] [PATCH 1/2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.

2012-04-25 Thread Paul Berry
On 25 April 2012 11:13, Roland Scheidegger wrote: > Am 24.04.2012 21:23, schrieb Paul Berry: > > When rendering to a miplevel other than 0 within a color, depth, > > stencil, or HiZ buffer, we need to tell the GPU to render to an offset > > within the buffer, so that the data is written into the

Re: [Mesa-dev] [PATCH 1/2] i965: Fix mipmap offsets for HiZ and separate stencil buffers.

2012-04-25 Thread Roland Scheidegger
Am 25.04.2012 21:30, schrieb Paul Berry: > > > On 25 April 2012 11:13, Roland Scheidegger > wrote: > > Am 24.04.2012 21 :23, schrieb Paul Berry: > > When rendering to a miplevel other than 0 within a color, depth, > > stencil, or HiZ buffer, we need to tel

[Mesa-dev] [PATCH 2/2] glsl: Always copy the index when cloning a variable.

2012-04-25 Thread Eric Anholt
The index is also used for GL_ARB_blend_func_extended. Cloning in i965 was dropping a non-ARB_explicit_attrib_location index. --- src/glsl/ir_clone.cpp |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/glsl/ir_clone.cpp b/src/glsl/ir_clone.cpp index 5a7a71c..5046ac3

Re: [Mesa-dev] [PATCH 4/7] intel: image: add support for more formats.

2012-04-25 Thread Gwenole Beauchesne
Hi, 2012/4/25 Eric Anholt : > On Tue, 24 Apr 2012 17:30:36 +0200, Gwenole Beauchesne > wrote: >> Add mappings for: >> - DRI_IMAGE_FORMAT_R8 >> - DRI_IMAGE_FORMAT_RG88 >> - DRI_IMAGE_FORMAT_L8 >> - DRI_IMAGE_FIRLAT_LA88 > > Do you need L and LA if you have R and RG?  We're trying to avoid adding

Re: [Mesa-dev] [PATCH 0/7] intel: implement DRI image extension v4

2012-04-25 Thread Gwenole Beauchesne
Hi, 2012/4/25 Eric Anholt : > On Tue, 24 Apr 2012 17:30:32 +0200, Gwenole Beauchesne > wrote: >> >> This patch series implements the proposed DRI image extension v4 >> changes to Intel GenX. To be honest, I have not tested the picture >> structure patch, as I directly adapted it from the VA driv

[Mesa-dev] [PATCH] glsl: Remove unused member mem_ctx from ir_dead_functions_visitor.

2012-04-25 Thread Vinson Lee
Fix uninitialized pointer field defect reported by Coverity. Signed-off-by: Vinson Lee --- src/glsl/opt_structure_splitting.cpp |1 - 1 file changed, 1 deletion(-) diff --git a/src/glsl/opt_structure_splitting.cpp b/src/glsl/opt_structure_splitting.cpp index 6dd228e..a21238d 100644 --- a/s