similar to: Multimedia Fusion 2 Hardware Accleration is bugged

Displaying 20 results from an estimated 700 matches similar to: "Multimedia Fusion 2 Hardware Accleration is bugged"

2009 Dec 12
1
[LLVMdev] Adding multiples-of-8 integer types to MVT
Hi Ken, > What would do you think of modifying case (3) slightly as follows? well, that special cases the smallest legal type, which might not be a good idea. Imagine that i10 is legal, and also i32. Is it better to turn i40 into four lots of i10 or two lots of i32 with a promotion? Expansion is expensive, so two lots of i32 would be best. I suggest the following scheme: (3) Suppose T is
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
On Sep 29, 2010, at 8:35 AMPDT, Ralf Karrenberg wrote: > Hello everybody, > > I have stumbled upon a test case (the attached module is a slightly > reduced version) that shows extremely reduced performance on linux > compared to windows when executed using LLVM's JIT. > > We narrowed the problem down to the actual code being generated, the > source IR on both systems
2005 Jul 16
0
Samba + LDAP slave
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I just came across the following in the Samba HOWTO: It is important that all LDAP IDMAP clients use only the master LDAP server because the idmap backend facility in the smb.conf file does not correctly handle LDAP redirects. It's found in Chapter 13, section "Samba Server Deployment Types and IDMAP," subsection
2010 May 16
0
[PATCH v2 2/3] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
Currently vesafb/efifb/... is kicked when hardware driver is registering framebuffer. To do it hardware must be fully functional, so there's a short window between start of initialisation and framebuffer registration when two drivers touch the hardware. Unfortunately sometimes it breaks nouveau initialisation. Fix it by kicking firmware driver(s) before we start touching the hardware.
2016 Apr 12
2
llvm outlining question
I'm not aware of anything else in LLVM that performs outlining. Ayal (CCed) may be able to help you regarding CodeExtractor fixes. Thanks, Michael On 12 April 2016 at 14:21, Minghwa Wang <mwang2 at cse.scu.edu> wrote: > Thank you Michael and Tom for the quick reply. > > According to your experience and comments, CodeExtractor is buggy only > works for special cases but
2010 May 16
0
[PATCH v3 1/3] fbdev: allow passing more than one aperture for handoff
It removes a hack from nouveau code which had to detect which region to pass to kick vesafb/efifb. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Eric Anholt <eric at anholt.net> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com>
2010 Apr 12
1
[PATCHv2 1/2] fbdev: allow passing more than one aperture for handoff
It simplifies nouveau code by removal of detection which region to pass to kick vesafb/efifb. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Eric Anholt <eric at anholt.net> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc:
2009 Dec 20
1
expression()
Hi All, I'm wondering if its possible to write degree in symbol. I would like y-label as "Temperature (degreeF)". where degree should be in symbols. Thanks in advance, #R Code library(lattice) data(barley) barchart(yield ~ variety | site, data = barley, groups = year, layout = c(1,6), ylab = "Temperature (degreeF)", scales = list(x =
2016 Apr 12
2
llvm outlining question
Is there any support for outlining in llvm? As we know outlining is the opposite of inlining and while refactoring, if we can outlining common code into functions, then function merge (supported by llvm) can be more efficient in reducing code size. If llvm support outlining, how to use it? Any documentation for it? Thanks, Ming-Hwa -------------- next part -------------- An HTML attachment was
2017 Dec 06
1
OpenLDAP Backend with support for PDC & BDC
Hi Everyone, Current Setup ( Samba is being used as a PDC and BDC ) * Samba 3.6.3 * OpenLDAP 2.4.28 I need to migrate LDAP and Samba to LXD/LXC containers and I'm trying to understand the limitations of Samba 4 as relates to my current setup. Documentation seems to suggest that using an OpenLDAP backend whilst using Samba as a PDC/BDC is unsupported and shall remain so for
2010 May 26
1
forest() in {metafor} :: edit labels
Hi Kim and Others, Can anyone please help me on how can I edit default labels ( "Study 1", "Study 2",...) using forest() - same question as below. Which option I should try? It would be a great help. Thanks in advance, On Sun, Dec 13, 2009 at 7:14 PM, Kim Jung Hwa <kimhwamaillist@gmail.com>wrote: > Hi All, > > I'm using forest() from metafor package to
2016 Apr 12
2
llvm outlining question
CodeExtractor sort of does this. First, it's a utility, not a pass - you'd still need to wrap it up with pass that actually causes it to outlines what you want it to outline. Second, it's a bit buggy. There are, as far as I know, two in-tree users of this utility: bugpoint, and partial inlining. Both of them are fairly specialized use-cases, and don't actually exercise the full
2005 Apr 23
6
Problems with domU networking
Moi! I upgraded Xen-2.0.1 to Xen-2.0.5 (testing) and everything compiled cleanly. I''m still able to boot dom0 and start domUs but networking doesn''t work anymore. xen-br0 appears in dom0, but vif-interfaces now only when ifconfig -a is used. Interface appears in domU and all seems to be fine, except no any data doesn''t move in any direction. I can''t even ping
2010 Nov 08
1
unknown dimensions for loglm
Dear R-help community, I am working with multidimensional contingency tables and I am having trouble getting loglm to run on all dimensions without typing out each dimension. I have generated random data and provided output for the results I want below: d1.c1 <- rnorm(20, .10, .02) d1.c2 <- rnorm(20, .10, .02) d2.c1 <- rnorm(20, .09, .02) d2.c2 <- rnorm(20, .09, .02) d3.c1 <-
2004 May 17
0
Bioconductor 1.4 released
Greetings! The Bioconductor core group would like to announce the 5th release of Bioconductor, version 1.4. There are many new packages as well as several major upgrades and fixes in older packages, and users are encouraged to upgrade existing tools and check out the new packages. Release 1.4 is intended to be operated with R version 1.9.x, which can be obtained at CRAN
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the Bioconductor packages for the analysis of genomic data. Bioconductor is an open source bioinformatics software project based on R. Version 1.1 features: ===================== * All packages from the 1.0 release are included. All current bug fixes have been applied, and most have upgraded and provide enhanced functionality. *
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the Bioconductor packages for the analysis of genomic data. Bioconductor is an open source bioinformatics software project based on R. Version 1.1 features: ===================== * All packages from the 1.0 release are included. All current bug fixes have been applied, and most have upgraded and provide enhanced functionality. *
2003 May 29
0
Bioconductor 1.2 Released
The Bioconductor development team announces release 1.2 of the Bioconductor packages for the analysis of genomic data. Bioconductor is an open source bioinformatics software project based on the R language. Version 1.2 features: ===================== * All packages from the 1.1 release are included. All current bug fixes have been applied, and most have been upgraded and provide enhanced
2009 Dec 09
0
[LLVMdev] Adding multiples-of-8 integer types to MVT
On Saturday, December 05, 2009 7:34 AM, Duncan Sands wrote, > > >> Would there be any interest/opposition to extending the > set of simple > >> integer types in MVT to include the missing multiples of 8 > (up to 64 > >> bits)? That is: i24, i40, i48, i56? > > By the way, the integer type legalization logic should > probably go like > this: let
2010 Dec 05
0
Compiz Fusion and Linux Fusion
Hi guys, let me first introduce myself, I'm Fusion Linux (www.fusionlinux.org) project leader. Fusion Linux is a Fedora Remix that includes all the best software that is available for Linux. Fusion uses a combination of free and open-source, non-free and non-open-source firmware and software, to bring the user the most advanced experience on the Linux platform. Fusion Linux is 100%