[Mesa-dev] RFC: gallium-array-textures changes

2010-11-24 Thread Roland Scheidegger
Hi, gallium currently lacks array textures, and the gallium-array-textures branch is trying to fix this (I've attached just the interface changes here as the branch got ugly over time - guess will need a squash merge). In short there's a new array_size field in pipe_resource - note this is meant

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-24 Thread Andy Furniss
Christian König wrote: http://www.w6rz.net/ramp.zip The end result looks really good now, at least how far I can tell. It's much better than it was and the levels are roughly correct. On close inspection it is not consistent, the main static pattern being different pixels in the corners o

[Mesa-dev] [PATCH] glsl: flatten ifs with discard statements in lower_if_to_cond_assign

2010-11-24 Thread Marek Olšák
Signed-off-by: Marek Olšák Cc: Eric Anholt --- src/glsl/lower_if_to_cond_assign.cpp | 24 +++- src/glsl/lower_jumps.cpp |4 +++- src/mesa/program/ir_to_mesa.cpp | 10 +++--- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/src/glsl

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-24 Thread Christian König
Am Mittwoch, den 24.11.2010, 01:09 + schrieb Andy Furniss: > Actually in the case of pendulum, what I saw as artifacts are in reality > small areas of correctness where black/white are rendered properly as 0/255. > > Compared to pre-idct, idct is mostly not rendering black or white > correct

Re: [Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-11-24 Thread Brian Paul
On 11/24/2010 12:10 PM, Brian Paul wrote: On 11/24/2010 10:20 AM, Brian Paul wrote: On 11/24/2010 05:23 AM, Marek Olšák wrote: In order to be able to create and render to textures of size 8192x8192 on r600 and nv50, including 3D textures like 8192x4x4. Two new piglit tests have been added to t

Re: [Mesa-dev] [PATCH] (V2) meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear

2010-11-24 Thread Brian Paul
On 11/24/2010 10:20 AM, Peter Clifton wrote: Updated as per Brian's comments and with his Signed-off-by: Can someone push this please? Done. Thanks. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailm

Re: [Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-11-24 Thread Brian Paul
On 11/24/2010 10:20 AM, Brian Paul wrote: On 11/24/2010 05:23 AM, Marek Olšák wrote: In order to be able to create and render to textures of size 8192x8192 on r600 and nv50, including 3D textures like 8192x4x4. Two new piglit tests have been added to test this: fbo-maxsize and tex3d-maxsize. D

[Mesa-dev] [PATCH] (V2) meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear

2010-11-24 Thread Peter Clifton
Updated as per Brian's comments and with his Signed-off-by: Can someone push this please? -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) Tel: +44 (0)122

Re: [Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-11-24 Thread Brian Paul
On 11/24/2010 05:23 AM, Marek Olšák wrote: In order to be able to create and render to textures of size 8192x8192 on r600 and nv50, including 3D textures like 8192x4x4. Two new piglit tests have been added to test this: fbo-maxsize and tex3d-maxsize. Driver status: swrast passes fbo-maxsize

Re: [Mesa-dev] [PATCH] meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear

2010-11-24 Thread Brian Paul
On 11/24/2010 09:18 AM, Peter Clifton wrote: Fixes incorrect up clear operation for large glClearStencil() values. One minor thing: I'd use GLuint instead of GLstencil for stencilMax. I'd like to deprecate GLstencil. Otherwise, Signed-off-by: Brian Paul -Brian ___

[Mesa-dev] [PATCH] meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear

2010-11-24 Thread Peter Clifton
Fixes incorrect up clear operation for large glClearStencil() values. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) Tel: +44 (0)1223 748328 - (Shared la

Re: [Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-11-24 Thread Alex Deucher
On Wed, Nov 24, 2010 at 7:23 AM, Marek Olšák wrote: > In order to be able to create and render to textures of size 8192x8192 > on r600 and nv50, including 3D textures like 8192x4x4. Can we bump this to 16k? evergreen and ni chips support 16k surfaces. Alex > > Two new piglit tests have been ad

[Mesa-dev] [Bug 31898] New: Unstable menus, dropdowns, dialog boxes (turning black)

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31898 Summary: Unstable menus, dropdowns, dialog boxes (turning black) Product: Mesa Version: 7.8 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Sever

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 Neil Roberts changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31890] cairo regression tests and openvg

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31890 --- Comment #2 from Luca Barbato 2010-11-24 04:59:35 PST --- Created an attachment (id=40540) View: https://bugs.freedesktop.org/attachment.cgi?id=40540 Review: https://bugs.freedesktop.org/review?bug=31890&attachment=40540 EGL_NONE != NULL

[Mesa-dev] [Bug 31890] cairo regression tests and openvg

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31890 --- Comment #1 from Luca Barbato 2010-11-24 04:58:58 PST --- Created an attachment (id=40539) View: https://bugs.freedesktop.org/attachment.cgi?id=40539 Review: https://bugs.freedesktop.org/review?bug=31890&attachment=40539 mesa doesn't provi

[Mesa-dev] [Bug 31890] New: cairo regression tests and openvg

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31890 Summary: cairo regression tests and openvg Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Compone

[Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-11-24 Thread Marek Olšák
In order to be able to create and render to textures of size 8192x8192 on r600 and nv50, including 3D textures like 8192x4x4. Two new piglit tests have been added to test this: fbo-maxsize and tex3d-maxsize. Driver status: swrast passes fbo-maxsize and segfaults in tex3d-maxsize. softpipe and

[Mesa-dev] [Bug 31868] EGL doesn't work with multiple surfaces

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31868 Neil Roberts changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31579] [swrast] segfault when login with kdm

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31579 --- Comment #4 from Thomas 2010-11-24 01:45:42 PST --- I tried to debug libgl during the kde's loading but I failed. During my attempts I manage to load the kde desktop with the faulty version of libgl installed this way : * boot in runlevel 3 (

[Mesa-dev] [Bug 31883] [glsl 1.20] two same arrays compared with a wrong result

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31883 zhao jian changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |i...@freedesktop.org |org

[Mesa-dev] [Bug 31883] [glsl 1.20] two same arrays compared with a wrong result

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31883 --- Comment #2 from zhao jian 2010-11-24 00:40:18 PST --- Created an attachment (id=40534) --> (https://bugs.freedesktop.org/attachment.cgi?id=40534) test case for arrays compare -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

[Mesa-dev] [Bug 31883] [glsl 1.20] two same arrays compared with a wrong result

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31883 zhao jian changed: What|Removed |Added Attachment #40532|0 |1 is obsolete|

[Mesa-dev] [Bug 31883] [glsl 1.20] two same arrays compared with a wrong result

2010-11-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31883 zhao jian changed: What|Removed |Added Component|Drivers/DRI/i965|Mesa core AssignedTo|i...@freedeskto