[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 --- Comment #6 from fangxun 2010-09-18 22:49:51 PDT --- I confirm the first bad commit is 16887d042a917fa4773e4d853f50051b54e9948. commit 16887d042a917fa4773e4d853f50051b54e9948c Author: Kristian Høgsberg AuthorDate: Fri Aug 27 12:40:11 201

[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 fangxun changed: What|Removed |Added CC||xunx.f...@intel.com --- Comment #5 from fangxu

[Mesa-dev] [Bug 30224] mesa case tests/jkrahantest fails

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30224 fangxun changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 Gordon Jin changed: What|Removed |Added Severity|normal |major Priority|medium

Re: [Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-18 Thread Allen Akin
On Sat, Sep 18, 2010 at 01:06:52AM +0200, Luca Barbieri wrote: | The GL implementation can introduce an indirection through additional | private tables if desired. At additional cost in performance, of course. | Also, display lists might be better designed as something that creates | a new contex

[Mesa-dev] [Bug 30258] Mesa website: missing pages

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30258 Nicolas Kaiser changed: What|Removed |Added Summary|Mesa website: missing page |Mesa website: missing pages

[Mesa-dev] [Bug 30258] New: Mesa website: missing page opengles.html

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30258 Summary: Mesa website: missing page opengles.html Product: Mesa Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Jakob Bornecrantz changed: What|Removed |Added Depends on||30234 -- Configure bugmail: https:/

[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 Jakob Bornecrantz changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |k...@bitplanet.net

[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 --- Comment #3 from Alban Browaeys 2010-09-18 09:33:24 PDT --- I nailed it down to 16887d042a917fa4773e4d853f50051b54e9948 . Reverting this one with a little of hand cleanup on glxcurrent as it does not revert cleanly for this file fixes the iss

[Mesa-dev] [PATCH] r600g: Added support for TGSI_SEMANTIC_FACE.

2010-09-18 Thread Tilman Sauerbeck
This makes the 'glsl1-gl_FrontFacing var (1)' piglit test pass. Signed-off-by: Tilman Sauerbeck --- Someone please test this on Evergreen. I only have r600 hardware. src/gallium/drivers/r600/eg_hw_states.c | 11 ++- src/gallium/drivers/r600/r600_hw_states.c | 11 ++- 2 fi

Re: [Mesa-dev] [PATCH] tgsi: Actually care what check_soa_dependencies says

2010-09-18 Thread Jakob Bornecrantz
On Sat, Sep 18, 2010 at 4:26 PM, Jakob Bornecrantz wrote: > Looking over some of the piglit failings that Vinsons have posted running > on softpipe (we are down to 3005/3048). At first I was just going to make > the output not turn into a warn, but looking at the function it looks like > it actual

[Mesa-dev] [PATCH] tgsi: Actually care what check_soa_dependencies says

2010-09-18 Thread Jakob Bornecrantz
Looking over some of the piglit failings that Vinsons have posted running on softpipe (we are down to 3005/3048). At first I was just going to make the output not turn into a warn, but looking at the function it looks like it actually should return the status and fail. This fixes both. Cheers Jak

Re: [Mesa-dev] [PATCH] glsl2: Fixed cloning of ir_call error instructions.

2010-09-18 Thread Tilman Sauerbeck
Ian Romanick [2010-09-18 11:18]: > Tilman Sauerbeck wrote: > > Those have the callee field set to the null pointer, so > > calling the public constructor will segfault. > > Do you have a test that triggers this? It would be good to have it in > piglt. I found the bug when I put a vertex shader i

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 Shane changed: What|Removed |Added CC||sh...@archlinux.us -- Configure bugmail: https:

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 --- Comment #2 from Shane 2010-09-18 02:41:33 PDT --- Please do look into this bug as it affects a wide range of hardware and a lot of users as is evidenced in the KDE bug report. If more information is required to implement or find the proper r

Re: [Mesa-dev] [PATCH] glsl2: Fixed cloning of ir_call error instructions.

2010-09-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tilman Sauerbeck wrote: > Those have the callee field set to the null pointer, so > calling the public constructor will segfault. Do you have a test that triggers this? It would be good to have it in piglt. > Signed-off-by: Tilman Sauerbeck > --- >

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Bug 30124 depends on bug 29573, which changed state. Bug 29573 Summary: [glsl2] struct within a struct causes an assertion failure https://bugs.freedesktop.org/show_bug.cgi?id=29573 What|Old Value |New Value

[Mesa-dev] [PATCH] Trivially enable GL_ARB_texture_border_clamp for nouveau_vieux

2010-09-18 Thread son_of_the_osiris
Hi. On my machine with nv17 graphics card with mesa-git and your patch I have these extensions only enabled: OpenGL vendor string: Nouveau OpenGL renderer string: Mesa DRI nv17 20091015 x86/MMX+/3DNow!+/SSE OpenGL version string: 1.2 Mesa 7.9-devel OpenGL extensions: GL_ARB_draw_buffers, GL

Re: [Mesa-dev] [PATCH] glsl2: Fixed cloning of ir_call error instructions.

2010-09-18 Thread Kenneth Graunke
Good catch - thanks! Applied. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev