Displaying 20 results from an estimated 2000 matches similar to: "compiz composited video and alpha only GLX pixmaps"
2007 Mar 07
3
video plugin?
Hello,
I updated to current git and find the video plugin.
What exactly is it supposed to do?
I want to test it but I don't know exactly what to test....
Enabling it did not make any difference (it loaded successfully).
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
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[] = {
- {
2001 Sep 18
2
X11 XVideo extension supported?
I was wondering if the XVideo extension is supported or not? In a
clean wine setup, I installed DivX 4.01 and The Playa, also installed
Windows Media Player 6.4. They can both display DivX 4.01 material
with sound. This is simply great :-)
However, the performance is not that great. Especially when going
fullscreen the cpu is overburdened (slide show). I assume that the
XVideo extension is not
2007 Mar 02
1
Xvideo and X.org on Intel GMA
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hiho,
I already reported this in <455F4553.9020109@tommie-lie.de> and found
time to reinstall compiz yesterday and the problem still persists.
I have Ubuntu's X.org 7.1.1 running on a Intel GMA 950 and latest
compiz. When watching Xvideo files, the overlay window remains black. If
I slightly move the video window, the video appears with
2006 Jun 28
1
compiz aiglx fbconfig-depth-fix seg-fault
glXGetVisualFromFBConfig(dpy, fbConfigs[j]) returns a null pointer
I'm up to date on drm, mesa, xserver and ati driver.
Compiz seems to work fine, though, if I just don't apply the
fbconfig-depth-fix patch. I'm not sure if I'm missing anything, though,
because I'm not running gnome and obviously some of the effects won't
work.
I get nothing without Kristian's
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:
2006 Jun 27
1
compiz on aiglx redux
Hi,
I've revisited compiz on aiglx and at this point, if you're running
rawhide (fedora development), it's a matter of installing the i386 RPM
found here:
http://people.redhat.com/krh/compiz/
There's a SRPM there too for other architectures, rebuild using
rpmbuild --rebuild compiz-0.0.13.fedora1-3.src.rpm
To run compiz, first start the gnome-window-decorator process in
2007 Dec 30
10
[Bug 13866] New: RandR 1.2 gives Xvideo tearing
http://bugs.freedesktop.org/show_bug.cgi?id=13866
Summary: RandR 1.2 gives Xvideo tearing
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2007 Jul 09
1
[PATCH] Use-Copy for Compiz - Non-Texture-From-Pixmaps rendering
Some weeks ago one of my friends asked me to port the "use-copy"
(non-tfp) beryl's feature to Compiz since he wasn't able to run compiz
(fusion) smoothly in his nvidia card with turbocache (these cards works
well only using Xgl, otherwise they are affected by the [in]famous
"Black Window Bug". That's obiouvsly an error that nVidia should fix,
but in the latest
2012 Jun 29
35
[Bug 51579] New: Xv video support is black on NVidia NVa8 Chipset in latest git
https://bugs.freedesktop.org/show_bug.cgi?id=51579
Bug #: 51579
Summary: Xv video support is black on NVidia NVa8 Chipset in
latest git
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: critical
Priority:
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
https://bugs.freedesktop.org/show_bug.cgi?id=82118
Priority: medium
Bug ID: 82118
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau tearing with xvideo
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: lameventanas at gmail.com
2006 Sep 20
1
Fedora Patches
Hi,
We've been fixing a few bugs and glitches in our fedora compiz rpm and
I wanted to post them here for review, in the hope that we could get
them included before the upcoming release. Without further ado:
cow.patch - add support for using the composite overlay window for
GL output instead of rendering to the root window. This is lets
compiz run on AIGLX without the
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
A new compiz release 0.7.2 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz.sha1
da3dbe8c5be19aa03529e8d3c7e32365c82a973b compiz-0.7.2.tar.gz
2006 Apr 07
2
[PATCH] Add GLX 1.3 + conformant GLX_EXT_texture_from_pixmap support
As promised awhile ago...
This patch makes compiz conformant with the latest published version
of the GLX_EXT_texture_from_pixmap specification. It has been
tested to be fully backwards compatible as well, so it will still
work with current versions of Xgl. If GLX 1.3 support isn't
available, it just falls back to the existing use of XVisualInfo.
However, my version of Xgl is a bit
2006 Apr 09
2
EXT_texture_from_pixmap update
Patch for mesa with a set of updates for EXT_tfp. Includes necessary
FBConfig support, adds attrib_list to BindTexImage and fixes
CreateDrawable so that glXCreatePixmap works.
Xgl and compiz requires this patch.
Can I commit this to head?
-David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesa-tfp-update-1.patch
Type: text/x-patch
Size: 8154 bytes
Desc:
2016 Apr 15
0
FLAC__metadata_get_picture always return false
I am using a libFLAC8.dylib that I have compiled with the original Makefile of flac 1.3.1 distribution, in a project with a custom flac.h header file which is an amalgamation of all the flac header files.
I can get this pair ( flac.h & libFLAC8.dylib ) working fine to convert flac file to other supported audio file formats both ways. It work also fine to get Vorbis Comment and other metadata (
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
2001 Apr 02
0
PICT files...
So, lots of comments about PICT. If you have to go there (EPS to
PICT, but vectorized PICT for an investigator to use), does anyone
have suggestions?
I've found EPStoPICT (www.artage.com), any other thoughts? (these
are real Mac people, so while I could go the WMF route, it's about as
palatable as EPS).
best,
-tony
--
A.J. Rossini Rsrch. Asst. Prof. of Biostatistics
UW
2007 Apr 26
2
XVideo vs OpenGL
Hi, I have a Pentium III PC with NVIDIA GeForce 7300GT on an AGP 8x and
am running NVIDIA driver 9755 on CentOS 5.0 x86.
What is the most efficient playback method for the various players,
XVideo or OpenGL? RealPlayer has a "Use XVideo" tick box under the
"Hardware" tab preselected, while MPlayer uses xv - X11/Xv, gl -
X11(OpenGL) and other Video drivers. What is the most