Displaying 3 results from an estimated 3 matches for "nv04exapreparesolid".
2009 Oct 31
0
[PATCH] nv/exa: fix 15/16 bits solid fill
...sarz at gmail.com>
---
src/nv04_exa.c | 19 +++++++++----------
src/nv_accel_common.c | 5 ++++-
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/src/nv04_exa.c b/src/nv04_exa.c
index 132c9d5..1852f99 100644
--- a/src/nv04_exa.c
+++ b/src/nv04_exa.c
@@ -81,7 +81,7 @@ NV04EXAPrepareSolid(PixmapPtr pPixmap, int alu, Pixel planemask, Pixel fg)
struct nouveau_grobj *rect = pNv->NvRectangle;
struct nouveau_bo *bo = nouveau_pixmap_bo(pPixmap);
unsigned delta = nouveau_pixmap_offset(pPixmap);
- unsigned int fmt, pitch, color;
+ unsigned int fmt, pitch, fmt2 = NV04_GDI_RECTANGLE_...
2014 Jan 23
0
[Bug 36090] [NV34] [NV49] terminal's visual bell is very slow with nouveau
...hard time believing this restriction holds, so I'm going
to try removing it on some cards I have (at some point).
If you guys want to play around with it, I'm talking about the
if (ppix->drawable.bitsPerPixel == 32)
return FALSE;
in NV04EXASetROP. Something causing NV04EXAPrepareSolid to return false would
definitely explain the fallback to fbSolid.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140123/213f74...
2009 Feb 09
9
[Bug 20023] New: nv20: unwanted solid fills during busyloop rendering
http://bugs.freedesktop.org/show_bug.cgi?id=20023
Summary: nv20: unwanted solid fills during busyloop rendering
Product: Mesa
Version: CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: ASSIGNED
Severity: minor
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: pq at iki.fi