search for: nv_video

Displaying 6 results from an estimated 6 matches for "nv_video".

Did you mean: nv84_video
2007 May 30
1
[Patch] added comments to nv_video.c
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGXg3pNkW11CB5VakRAs5UAJsF21smKOw7aoeOXOKdBkaEBjDf0gCfRh6p ch8LKg7B2udPVR48lcJYMws= =cx5v -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-added-comments.patch Type: text/x-patch Size: 0 bytes Desc: not available
2008 Jan 21
1
[Bug 14168] New: endian bug on powerpc
...j.org QAContact: xorg-team at lists.x.org It seems there is still a endian bug with Xv: playing movies requesting a YV12 colorspace show wrong colors (usually green people). It's the same for both xv ports. For me (NV34 on ppc), it can be fixed by applying the following patch: --- nv_video.c~ 2008-01-21 11:33:53.000000000 +0900 +++ nv_video.c 2008-01-21 19:02:27.000000000 +0900 @@ -689,11 +689,7 @@ } if (e) { unsigned short *vud = (unsigned short *) vuvud; -#if X_BYTE_ORDER == X_BIG_ENDIAN - *vud...
2007 May 30
0
[PATCH] added comments
- added lots of comments, discussed comments with ahuillet and refined comments - replaced two constants with MACROs - no changes to actual code diff --git a/src/nv_video.c b/src/nv_video.c index cf4f88d..d9ee700 100644 --- a/src/nv_video.c +++ b/src/nv_video.c @@ -25,6 +25,15 @@ #include "nv_include.h" #include "nv_dma.h" +/* +2046 is the maximum image size in one dimension. +- why 2046 and not 2048? a hardware filter needs a one pixel bound...
2008 Jun 21
4
Any Documentation Work Needed?
Hello, I don't have much experience but I'm looking for a way to contribute to Nouveau. I'd be glad to work on documentation, edit IRC logs, make cosmetic changes to code, etc. Just let me know if you have any work of this sort and I'll give it a shot. Thanks, Adam Cozzette
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi, Please find attached the patches which I currently use on my desktop machine for dual head with the randr branch to fix the issues which I found. They may help others as well but may e.g. also disable the Xv blitter which might be working for some (but didn't on my card) - more information is found in the text comments in the patches. I have to hurry so this is short, will be back.
2007 Oct 16
22
[Bug 12825] New: TvTime shows only the upper left corner (~ 1280x1024) in Randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=12825 Summary: TvTime shows only the upper left corner (~ 1280x1024) in Randr1.2 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau