search for: bgr

Displaying 20 results from an estimated 27 matches for "bgr".

Did you mean: bar
2009 Mar 02
0
[PATCH 3 of 13] remove bgr
Import "remove bgr" from qemu mainstream. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6335 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/hw/musicpal.c b/hw/musicpal.c index d6bd9ec..44a5659 100644 --- a/hw/musicpal.c...
2018 Mar 05
2
nouveau 30bpp / deep color status
...gt;> addressed: >> >> xf86-video-nouveau: >> >> DRI3 was broken, and Xv was broken. Patches available at: >> >> https://github.com/imirkin/xf86-video-nouveau/commits/master >> >> mesa: >> >> The NVIDIA hardware (pre-Kepler) can only do XBGR scanout. Further the >> nouveau KMS doesn't add XRGB scanout for Kepler+ (although it could). >> Mesa was only enabled for XRGB, so I've piped XBGR through all the >> same places: >> >> https://github.com/imirkin/mesa/commits/30bpp >> > > Wrt. mesa,...
2018 Mar 08
0
nouveau 30bpp / deep color status
...> xf86-video-nouveau: >>> >>> DRI3 was broken, and Xv was broken. Patches available at: >>> >>> https://github.com/imirkin/xf86-video-nouveau/commits/master >>> >>> mesa: >>> >>> The NVIDIA hardware (pre-Kepler) can only do XBGR scanout. Further the >>> nouveau KMS doesn't add XRGB scanout for Kepler+ (although it could). >>> Mesa was only enabled for XRGB, so I've piped XBGR through all the >>> same places: >>> >>> https://github.com/imirkin/mesa/commits/30bpp >>&...
2018 Mar 05
0
nouveau 30bpp / deep color status
...deficiencies, some of which I've > addressed: > > xf86-video-nouveau: > > DRI3 was broken, and Xv was broken. Patches available at: > > https://github.com/imirkin/xf86-video-nouveau/commits/master > > mesa: > > The NVIDIA hardware (pre-Kepler) can only do XBGR scanout. Further the > nouveau KMS doesn't add XRGB scanout for Kepler+ (although it could). > Mesa was only enabled for XRGB, so I've piped XBGR through all the > same places: > > https://github.com/imirkin/mesa/commits/30bpp > Wrt. mesa, those patches are now in maste...
2011 Jun 09
3
Resources for utilizing multiple processors
...ns R is using ~3G of RAM, the remaining ~3G is chewed up when I try to create the Gelman-Rubin statistic to compare the two resulting samples, grinding the process to a halt. I'd like to have separate cores simultaneously run each analysis. That will save on time and I'll have to ponder the BGR calculation problem another way. Can R temporarily use HD space to write calculations to instead of RAM? The second concern boils down to whether or not there is a way to split up dependent simulations. For example at iteration (t) I feed a(t-2) into FUN1 to generate a(t), then feed a(t), b(t-1) a...
2002 Apr 16
1
Localization?
...nced big trouble getting it to show correctly the cyrrillic symbols. My linux machine uses the "bg_BG" locale, the console and X are set correctly, using the proper cyrillic fonts, so I excluded the Linux localization as a problem by now. I tried do fix the things by configuring the "bgr.nls" file,but it seems not to do any good. I guess this file is not completeted, there are a lot of stuff commented out(and it's not like this in, say, german or russian .nls). Anybody ever had this problem? Any help would be greatly appreciated,as well any docs,discussing this matter. Tha...
2010 Apr 14
3
Office 2007: Arial font problem
Hello, I installed Office 2007 Professionnal and get an issue (Wine 1.1.42 on Ubuntu Karmic Koala 9.10). I tried to fix it by installing core fonts and so on but nothing changed. Please have a look at this screenshot: [Image: http://i46.tinypic.com/2ldc13m.jpg ] As you see, the arial font looks awful. Did anyone managed to fix it ? Regards, RedVivi
2018 Feb 04
4
nouveau 30bpp / deep color status
...in kernel 4.9 and earlier). However this still has some deficiencies, some of which I've addressed: xf86-video-nouveau: DRI3 was broken, and Xv was broken. Patches available at: https://github.com/imirkin/xf86-video-nouveau/commits/master mesa: The NVIDIA hardware (pre-Kepler) can only do XBGR scanout. Further the nouveau KMS doesn't add XRGB scanout for Kepler+ (although it could). Mesa was only enabled for XRGB, so I've piped XBGR through all the same places: https://github.com/imirkin/mesa/commits/30bpp libdrm: For testing, I added a modetest gradient pattern split horizont...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...iff --git a/console.h b/console.h --- a/console.h +++ b/console.h @@ -67,80 +67,170 @@ /* in ms */ #define GUI_REFRESH_INTERVAL 30 +#define QEMU_BIG_ENDIAN_FLAG 0x01 +#define QEMU_ALLOCATED_FLAG 0x02 -struct DisplayState { - uint8_t *data; - int linesize; - int depth; - int bgr; /* BGR color order instead of RGB. Only valid for depth == 32 */ +struct PixelFormat { + uint8_t bits_per_pixel; + uint8_t bytes_per_pixel; + uint8_t depth; /* color depth in bits */ + uint32_t rmask, gmask, bmask, amask; + uint8_t rshift, gshift, bshift, ashift; + uint8_t rmax,...
2016 Nov 07
21
[Bug 98630] New: Bad color and glitches on PPC64
https://bugs.freedesktop.org/show_bug.cgi?id=98630 Bug ID: 98630 Summary: Bad color and glitches on PPC64 Product: Mesa Version: 13.0 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org
2008 Aug 20
2
liboggplay and overlay video
> fancy with unions, but since RGB/RGBA is generally chunked and YUV is > generally planar, having two separate types makes more sense. There's OK > typedef struct { > unsigned char *data; /* may be RGB or RGBA */ > unsigned char *mask; /* may be NULL if RGBA */ > } OggPlayVideoRGBData; That's what I have at the moment - two types and something like the above,
2008 Aug 25
0
liboggplay and overlay video
...nts welcome. New APIs to request conversion from YUV, use libtiger to render, and overlay a Kate stream to a video. It obviously requires libtiger and libkate for the Kate specific stuff: http://libkate.googlecode.com/ http://libtiger.googlecode.com/ Something which I'm not sure about is RGB/BGR issues. These are always a pain. Also speed issues, as it's all plain C, but since the current case (piping YUV out) doesn't change, it doesn't really matter now. Cheers -------------- next part -------------- A non-text attachment was scrubbed... Name: liboggplay-with-tiger.diff Type:...
2008 Aug 29
2
liboggplay and overlay video
> Here's the current state of the changes (not meant to apply yet, but > more or less there in terms of functionality). Comments welcome. No comments, so I assume there is no opposition to the way the RGB format is handled ? I'll finish/clean this off this weekend if so.
2008 Sep 22
0
[PATCH] liboggplay: RGB/RGBA video, and rendering Kate streams with libtiger
...of the YUV to RGB converters would move the data pointer, so anyone using those at a later time would access bad memory; do not use sound output descriptor if it failed to open; fix crash on seek on playing files; fix audio code sending bad data for mono streams The two remaining niggles are: RGB/BGR issues (it works fine here, but I have the feeling it might need another version for big endian archs); the API for using Tiger - I don't like it, so it may change. If anyone has suggestions, I'm all ears :) If anyone wants to test this with a non text stream, mail me privately, I've c...
2013 Nov 27
0
GADM Data Download
..."FIN", "SWE","DNK", "POL", "PRT", "CZE", "SVK", "SVN", "GBR", "IRL", "ROU", "HUN", "NLD", "AUT", "BGR","GRC", "EST","LVA", "LTU","CYP","MLT", "HRV", "CHE" )) save(spdf,file="gadm_data.Rdata")
2005 Jan 07
1
Visualizing complex analytic functions using domain coloring
Hi has anyone coded up domain colouring for visualizing complex analytic functions (such as elliptic functions)? [ the idea is to depict a complex function f(z) using a filled.contour() variant in which the hue is given by Arg(f(z)), and the saturation by Mod(f(z)). ] -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre European Way, Southampton SO14 3ZH, UK tel
2012 Jan 24
1
Error from Brugs "'r for windows gui front-end has stopped working''
Dear all, I just try to run the example in R brugs packages, but not only once. Loop is added in this example. After several times (7, 11, or other random number), there is an error message "r for windows gui front-end has stopped working". This happened in two laptops with windows 7 and vista. I have tried different versions of R (2.14.1 and 2.13) and Brugs packages (0.7.1 and 0.7-5).
2016 Sep 16
0
Wine release 1.9.19
...tMetafileHeaderFromMetafile. gdiplus: Implement GdipCreateMetafileFromFile. gdiplus: Implement GdipGetMetafileHeaderFromWmf. gdiplus: Implement GdipGetMetafileHeaderFromStream. gdiplus: Implement GdipGetMetafileHeaderFromFile. windowscodecs: Avoid extra conversion step BGR->RGB when converting 32bpp BGRA to 24bpp RGB. windowscodecs: Add support for 32bppGrayFloat format. windowscodecs: Add support for converting to 8bpp grayscale format. windowscodecs: Add support for converting 32bpp grayscale float to 24bpp BGR format. Hans Leidekker (7):...
2011 Sep 13
2
Selecting row indices from a data.frame by a factor and simple calculation (miniumum)
Hello I wish to extract the row indices from a data.frame in which a column contains numeric data by calculating the minimum value, but grouped on another column factor: An example data.frame: Code absdiff NY14/3070 2 NY14/3070 4 NY14/3070 1 NY14/5459 5 NY14/5459 7 So in this case the factor is Code and the numeric vector is absdiff The
2010 Aug 25
28
Still can't install from NanoCorp
Hi guys. Have wine 1.3.1 installed and the bug http://bugs.winehq.org/show_bug.cgi?id=23935 was reported as fixed, closed. So tried to install ispq9.msi and this is the output from the terminal. benjie1 at benjie1:~$ cd Downloads/ benjie1 at benjie1:~/Downloads$ ls 08-13-10.ic2 ICUBackup10.exe usr bookmarks icuii81.exe wine-1.3.1 email addresses ispq9.msi