similar to: [Bug 64323] New: Severe misrendering in Left 4 Dead 2

Displaying 20 results from an estimated 7000 matches similar to: "[Bug 64323] New: Severe misrendering in Left 4 Dead 2"

2013 Aug 09
1
[Bug 64323] Severe misrendering in Left 4 Dead 2
how did you get dota2 to even start? it should not work with the nouveau drivers. Live long and prosper, Christ-Jan Wijtmans http://facebook.com/cj.wijtmans http://twitter.com/cjwijtmans On Thu, Aug 8, 2013 at 4:48 PM, <bugzilla-daemon at freedesktop.org> wrote: > *Comment # 5 <https://bugs.freedesktop.org/show_bug.cgi?id=64323#c5> on bug > 64323
2012 Nov 05
3
[Bug 56788] [nv96] Dota2 (wine) consistently crashes with "WARNING: out of code space, evicting all shaders"
https://bugs.freedesktop.org/show_bug.cgi?id=56788 Emil Velikov <emil.l.velikov at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel at lists.freedesktop |nouveau at lists.freedesktop.o |.org |rg
2014 Nov 16
5
[Bug 86356] New: [nv50] Graphical glitches in dota2
https://bugs.freedesktop.org/show_bug.cgi?id=86356 Bug ID: 86356 Summary: [nv50] Graphical glitches in dota2 Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2014 Feb 01
11
[Bug 74316] New: [NV92] Graphical corruption on KDE shutdown/restart/log out screen
https://bugs.freedesktop.org/show_bug.cgi?id=74316 Priority: medium Bug ID: 74316 Assignee: nouveau at lists.freedesktop.org Summary: [NV92] Graphical corruption on KDE shutdown/restart/log out screen QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux
2014 Jan 10
11
[Bug 73473] New: Potential crash bug in src/gallium/auxiliary/rtasm/rtasm_execmem.c
https://bugs.freedesktop.org/show_bug.cgi?id=73473 Priority: medium Bug ID: 73473 Assignee: nouveau at lists.freedesktop.org Summary: Potential crash bug in src/gallium/auxiliary/rtasm/rtasm_execmem.c Severity: critical Classification: Unclassified OS: Linux (All) Reporter: jaak at ristioja.ee
2013 May 23
2
[Bug 64888] New: [nva5] Garbage rendering in Portal
https://bugs.freedesktop.org/show_bug.cgi?id=64888 Priority: medium Bug ID: 64888 Assignee: nouveau at lists.freedesktop.org Summary: [nva5] Garbage rendering in Portal Severity: normal Classification: Unclassified OS: All Reporter: chrisf at ijw.co.nz Hardware: Other Status: NEW
2012 Jul 11
4
[Bug 51962] New: Raz's eyes flicker in Psychonauts on nv50
https://bugs.freedesktop.org/show_bug.cgi?id=51962 Bug #: 51962 Summary: Raz's eyes flicker in Psychonauts on nv50 Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2013 Nov 30
5
[Bug 72181] New: [v3.13][regression] NULL pointer deref (_nouveau_clock_init)
https://bugs.freedesktop.org/show_bug.cgi?id=72181 Priority: medium Bug ID: 72181 Assignee: nouveau at lists.freedesktop.org Summary: [v3.13][regression] NULL pointer deref (_nouveau_clock_init) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All
2013 Aug 08
0
[Bug 64323] Severe misrendering in Left 4 Dead 2
https://bugs.freedesktop.org/show_bug.cgi?id=64323 --- Comment #5 from Emil Velikov <emil.l.velikov at gmail.com> --- Dota 2 exhibits the same issue (patches still seem to work) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Dec 01
0
Nouveau Digest, Vol 80, Issue 4
Unsubscribe On Sunday, 1 December 2013, wrote: > Send Nouveau mailing list submissions to > nouveau at lists.freedesktop.org <javascript:;> > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freedesktop.org/mailman/listinfo/nouveau > or, via email, send a message with subject or body 'help' to > nouveau-request
2019 May 22
3
[PATCH 2/2] drm/nouveau: remove open-coded drm_invalid_op()
From: Emil Velikov <emil.velikov at collabora.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: nouveau at lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov at collabora.com> --- drivers/gpu/drm/nouveau/nouveau_abi16.c | 6 ------ drivers/gpu/drm/nouveau/nouveau_abi16.h | 1 - drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +- 3 files changed, 1 insertion(+), 8
2016 Apr 21
25
[PATCH 00/24] drm: add extern C guard for the UAPI headers
Hi all, As some of you may know there some subtle distinction between C and C++ structs, thus one should wrap/annotate them roughly like below. ... #if defined(__cplusplus) extern "C" { #endif struct foo { int bar; ... }; ... #if defined(__cplusplus) } #endif In order to work around the lack of these users can wrap the header inclusion in the same way. For example:
2012 Mar 04
8
[Bug 46956] New: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)"
https://bugs.freedesktop.org/show_bug.cgi?id=46956 Bug #: 46956 Summary: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)" Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status:
2019 May 27
2
[PATCH 12/13] drm/virtio: drop DRM_AUTH usage from the driver
From: Emil Velikov <emil.velikov at collabora.com> The authentication can be circumvented, by design, by using the render node. >From the driver POV there is no distinction between primary and render nodes, thus we can drop the token. Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org Cc: David Airlie <airlied at linux.ie> Cc: Daniel
2019 May 27
2
[PATCH 12/13] drm/virtio: drop DRM_AUTH usage from the driver
From: Emil Velikov <emil.velikov at collabora.com> The authentication can be circumvented, by design, by using the render node. >From the driver POV there is no distinction between primary and render nodes, thus we can drop the token. Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org Cc: David Airlie <airlied at linux.ie> Cc: Daniel
2019 May 27
2
[PATCH 08/13] drm/nouveau: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls
From: Emil Velikov <emil.velikov at collabora.com> The authentication can be circumvented, by design, by using the render node. >From the driver POV there is no distinction between primary and render nodes, thus we can drop the token. Note: the outstanding DRM_AUTH instance is: - legacy DRI1 ioctl, which is already neutered Cc: Ben Skeggs <bskeggs at redhat.com> Cc: nouveau at
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot
2019 May 24
1
[PATCH 2/2] drm/nouveau: remove open-coded drm_invalid_op()
On 2019/05/23, Ben Skeggs wrote: > On Thu, 23 May 2019 at 01:03, Emil Velikov <emil.l.velikov at gmail.com> wrote: > > > > From: Emil Velikov <emil.velikov at collabora.com> > > > > Cc: Ben Skeggs <bskeggs at redhat.com> > > Cc: nouveau at lists.freedesktop.org > > Signed-off-by: Emil Velikov <emil.velikov at collabora.com> >
2013 Nov 22
14
[Bug 71900] New: [NV40] GPU lockup and segmentation fault of Nouveau-1.0.10 on PowerMac G5 with acceleration
https://bugs.freedesktop.org/show_bug.cgi?id=71900 Priority: medium Bug ID: 71900 Assignee: nouveau at lists.freedesktop.org Summary: [NV40] GPU lockup and segmentation fault of Nouveau-1.0.10 on PowerMac G5 with acceleration QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2014 Aug 06
16
[Bug 82255] New: [VP2] Chroma planes are vertically stretched during VDPAU playback
https://bugs.freedesktop.org/show_bug.cgi?id=82255 Priority: medium Bug ID: 82255 Assignee: nouveau at lists.freedesktop.org Summary: [VP2] Chroma planes are vertically stretched during VDPAU playback Severity: normal Classification: Unclassified OS: All Reporter: emil.l.velikov at gmail.com