Displaying 7 results from an estimated 7 matches for "64323".
2013 May 07
34
[Bug 64323] New: Severe misrendering in Left 4 Dead 2
https://bugs.freedesktop.org/show_bug.cgi?id=64323
Priority: medium
Bug ID: 64323
Assignee: nouveau at lists.freedesktop.org
Summary: Severe misrendering in Left 4 Dead 2
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: bryancain3+fdo at gmail...
2013 Aug 09
1
[Bug 64323] Severe misrendering in Left 4 Dead 2
...ld 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 <https://bugs.freedesktop.org/show_bug.cgi?id=64323> 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:...
2013 Nov 12
0
"Funny" index buffer transfers (was: Bug 64323] New: Severe misrendering in Left 4 Dead 2)
Hello Christoph,
I was looking at bug 64323[1] over the weekend as to why this case works
under nvc0+ hardware and does not under nv50. Here are some of the
things I've noticed:
* nvc0 uses immediate(s) for VERTEX_BEGIN_GL/VERTEX_END_GL
* nvc0 is more consistent for doing pushbuffer space checks
* nvc0 uses dirty tracking in set_index_bu...
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: <http:...
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
2013 Dec 01
0
Nouveau Digest, Vol 80, Issue 4
...each the person managing the list at
> nouveau-owner at lists.freedesktop.org <javascript:;>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nouveau digest..."
>
>
> Today's Topics:
>
> 1. [Bug 64323] Severe misrendering in Left 4 Dead 2
> (bugzilla-daemon at freedesktop.org <javascript:;>)
> 2. [Bug 72207] New: NV40 / C67 - Pointer to flat panel table
> invalid (bugzilla-daemon at freedesktop.org <javascript:;>)
>
>
> -------------------------------...
2013 Nov 30
1
[PATCH 1/2] nouveau: avoid leaking fences while waiting
This fixes a memory leak in some situations. Also avoids emitting an
extra fence if the kick handler does the call to nouveau_fence_next
itself.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "9.2 10.0" <mesa-stable at lists.freedesktop.org>
---
TBH I'm pretty confused by the whole fence refcounting logic and its
interaction with emits, updates, etc. However