[Nouveau] [Bug 49295] New: artifacts in prboom on NV86

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49295 Bug #: 49295 Summary: artifacts in prboom on NV86 Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

Re: [Nouveau] [PATCH v2 4/4] drm/nouveau: gpu lockup recovery

2012-04-30 Thread Martin Peres
Le 28/04/2012 16:56, Marcin Slusarz a écrit : On Wed, Apr 25, 2012 at 11:20:36PM +0200, Marcin Slusarz wrote: Overall idea: Detect lockups by watching for timeouts (vm flush / fence), return -EIOs, handle them at ioctl level, reset the GPU and repeat last ioctl. GPU reset is done by doing

[Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Lucas Stach
Fixes an assertion seen by users. Signed-off-by: Lucas Stach d...@lynxeye.de Tested-by: JohnDoe_71Rus on irc --- src/mesa/drivers/dri/nouveau/nouveau_context.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.c

[Nouveau] [Bug 49148] nv20_state_fb.c:50: get_rt_format: Assertion `0' failed.

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49148 --- Comment #2 from JohnDoe_71Rus johndo...@rambler.ru 2012-04-30 10:54:01 UTC --- patch fix problem. thanks. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

Re: [Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Christoph Bumiller
On 30.04.2012 19:16, Lucas Stach wrote: Fixes an assertion seen by users. Signed-off-by: Lucas Stach d...@lynxeye.de Tested-by: JohnDoe_71Rus on irc --- src/mesa/drivers/dri/nouveau/nouveau_context.c |9 + 1 file changed, 9 insertions(+) diff --git

Re: [Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Francisco Jerez
Lucas Stach d...@lynxeye.de writes: Fixes an assertion seen by users. Signed-off-by: Lucas Stach d...@lynxeye.de Tested-by: JohnDoe_71Rus on irc --- src/mesa/drivers/dri/nouveau/nouveau_context.c |9 + 1 file changed, 9 insertions(+) diff --git

Re: [Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Lucas Stach
And I managed to hit reply privately two times in a row. -.- Am Montag, den 30.04.2012, 20:22 +0200 schrieb Lucas Stach: Am Montag, den 30.04.2012, 20:08 +0200 schrieb Francisco Jerez: Lucas Stach d...@lynxeye.de writes: Fixes an assertion seen by users. Signed-off-by: Lucas Stach

Re: [Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Francisco Jerez
Lucas Stach d...@lynxeye.de writes: Am Montag, den 30.04.2012, 20:08 +0200 schrieb Francisco Jerez: Lucas Stach d...@lynxeye.de writes: [...] + /* only advertise supported texture formats */ + memset(ctx-TextureFormatSupported, 0, + sizeof(ctx-TextureFormatSupported)); +

Re: [Nouveau] [PATCH] nouveau/vieux: only advertise supported texture formats

2012-04-30 Thread Lucas Stach
Am Montag, den 30.04.2012, 21:42 +0200 schrieb Francisco Jerez: Lucas Stach d...@lynxeye.de writes: Am Montag, den 30.04.2012, 20:08 +0200 schrieb Francisco Jerez: Lucas Stach d...@lynxeye.de writes: [...] +/* only advertise supported texture formats */ +