Displaying 20 results from an estimated 4000 matches similar to: "Using one buffer object per (EXA) pixmap potentially wastes memory."
2010 Mar 24
3
[Bug 27288] New: EXA corruption on small pixmaps
http://bugs.freedesktop.org/show_bug.cgi?id=27288
Summary: EXA corruption on small pixmaps
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2009 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
For now pixmaps will only be tiled if driver pixmaps are being used
and we're told to with the NOUVEAU_CREATE_PIXMAP_TILED usage hint.
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
src/nouveau_exa.c | 31 ++++++++++++++++++++-----------
src/nv50_exa.c | 6 +++---
src/nv50_xv.c | 2 +-
src/nv_proto.h | 2 +-
src/nv_type.h | 1 +
5 files
2009 Feb 16
3
[Bug 20144] New: 2D images broken on nv28 (EXA failure?)
http://bugs.freedesktop.org/show_bug.cgi?id=20144
Summary: 2D images broken on nv28 (EXA failure?)
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2009 Mar 07
1
preliminary nv50 wfb patch
This patch will only work with Option "EXAPixmaps" "1", and will
prevent classic exa from working.
Occasionally a pixmap fails to map, but that's not related to this patch.
I haven't done any hardcore optimisations, but suggestions are
ofcource appreciated.
In my experience some benchmarks suck now (gtkperf for which had it's
performance halved), and qt4 is
2003 Sep 26
2
overlay two pixmap
Hi
I need to overlay two pixmaps (library (pixmap)). One, a pixmapGrey, is
the basis, and on this I need to overlay a pixmapIndexed, BUT: the
pixmapIndexed has set only some of its "pixels" to an indexed color,
many of its pixels should not cover the basis pixmapGrey pixel, means,
for this "in pixmapIndexed not defined pixels" it should be transparent.
What would you
2009 Mar 13
1
[EXA] Updated wfb'ish patches
These two patches make nv50 usable with driver allocated pixmaps.
I am aware that some cards (NV9X?) have a slightly different texture
layout somehow, i would encourage people to use the test program i
sent a few days ago to try and figure it out, or at least sent in the
output (see the last email for details).
Sorry for all the bitmasking, shifting and such in the first patch but
is absolutely
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
* Kill the A8+A8 hack. Recent enough X servers (>=1.7) fall back to
ARGB glyphs for drivers not supporting A8 render targets.
* Kill all the global state. It doesn't matter a lot yet but it might
if we get multicard working at some point.
* Other random clean-ups with no functional changes.
Some numbers from x11perf -aa10text -aa24text -comppixwin10 -comppixwin500:
* Before, with A
2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows?
I don't want to use ugly hacks like "temp unminimize" just to get it.
Stjepan
2011 Jul 06
13
[Bug 39010] New: better handling of large pixmaps
https://bugs.freedesktop.org/show_bug.cgi?id=39010
Summary: better handling of large pixmaps
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2008 Sep 08
4
[Bug 17483] New: corrupted glyph pixmaps
http://bugs.freedesktop.org/show_bug.cgi?id=17483
Summary: corrupted glyph pixmaps
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
Aaron Plattner (11):
Bug #12015: Use the right offsets in the dst arguments of pixman_blt.
stride is in FbBits-sized chunks, but xoff is not.
Bump video driver ABI for pci-rework.
Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).
Don't segfault on shutdown if we never managed to connect to dbus.
2008 Aug 03
7
[Bug 16978] New: "tile offscreen pixmaps" causing graphics corruption on NV50?
http://bugs.freedesktop.org/show_bug.cgi?id=16978
Summary: "tile offscreen pixmaps" causing graphics corruption on
NV50?
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2009 Feb 26
2
[PATCH 1/2] exa: turn WaitMarker into a NOP.
- map should handle this.
---
src/nouveau_exa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
index b656ca7..20ad380 100644
--- a/src/nouveau_exa.c
+++ b/src/nouveau_exa.c
@@ -259,7 +259,7 @@ nouveau_exa_mark_sync(ScreenPtr pScreen)
static void
nouveau_exa_wait_marker(ScreenPtr pScreen, int marker)
{
-
2009 Dec 11
4
low memory
On Fri, Dec 11, 2009 at 1:30 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On Fri, 2009-12-11 at 13:23 +0100, Anders Eriksson wrote:
>> skeggsb at gmail.com said:
>> > It'd be useful to know of any cases out there where UMS is being used because
>> > KMS is failing, there's a couple of cases on RH bugzilla, but I don't recall
>> > the details
2010 Apr 20
0
[PATCH] nv10/exa : demagify tex and rt format
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
---
src/nv10_exa.c | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/src/nv10_exa.c b/src/nv10_exa.c
index 1acb583..23a68e3 100644
--- a/src/nv10_exa.c
+++ b/src/nv10_exa.c
@@ -34,30 +34,33 @@ static struct pict_format {
int exa;
int hw;
} nv10_tex_format_pot[] = {
- {
2019 Oct 13
0
[PATCH xf86-video-nouveau] dri2, present: move in pixmap before getting addresses
First of all, we were not forcing the pixmap to be moved in before
attempting to present it. Secondly, in certain configurations, we avoid
ever backing pixmaps with vram (in GPUs with 32MB of VRAM or less).
This fixes the observed cases where we ended up assuming that a bo was
backing a pixmap without doing the explicit move-in.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
2008 Jun 10
0
[ANNOUNCE] xorg-server 1.4.1
Suspend your disbelief, it's 1.4.1. Better imperfect than never at all,
I guess. Contains a few security and input fixes, some memory leak
fixes, and a few misc bits.
git tag: xorg-server-1.4.1
http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.4.1.tar.bz2
MD5: 0d638b6857408bb2e564e0c7b772d9a1 xorg-server-1.4.1.tar.bz2
SHA1: b5a020f6a5cc4b16296dadbc9c82073201d7d01a
2010 Feb 09
1
low memory
12:08 < curro_> shining: hmm, it seems, darktama didn't quite finish
the additional reloc checking he started to code
12:11 < curro_> shining: that would have solved your problem, poke him
when he's back from vacations :)
12:16 < shining> curro_: hmm I really dont get it, it looks like
domain can have both set, and flags can also have both set
12:16 < shining> I
2007 Mar 05
1
compiz composited video and alpha only GLX pixmaps
I've added a simple plugin to compiz that provides a way to render video
efficiently on a composited desktop.
A video playback client basically copies video data to a pixmap and sets
an X property on a client window that describes the image format of the
data and where it should be rendered.
The compiz video plugin will scale and perform necessary colorspace
conversions when compositing the
2012 May 01
7
[Bug 49351] New: glx-swap-pixmap piglit test breaks display
https://bugs.freedesktop.org/show_bug.cgi?id=49351
Bug #: 49351
Summary: glx-swap-pixmap piglit test breaks display
Classification: Unclassified
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau