search for: blending

Displaying 20 results from an estimated 524 matches for "blending".

2008 Dec 27
0
Sonic Mega Collection crashes on startup.
Ubuntu 8.04 Wine 1.1.10 The sonic mega collection contains almost every genesis sonic game, along with some game gear sonics. The game installed flawlessly, and the no-cd patch worked also. However, upon loading, it shows a faint shadow of the famous SEGA startup screen and then locks up and must be force killed. Changing it to various compat modes did nothing. Normal Output: Code: name at
2006 Nov 20
2
Installing PIL-1.1.5
Hello, I?m trying to install PIL (Python Image Library) in a CentOS-4.4, but I?m getting the follow error after unpack the tarball: ------------------------------- # python setup.py install running install running build running build_py creating build creating build/lib.linux-i686-2.3 copying PIL/ExifTags.py -> build/lib.linux-i686-2.3 copying PIL/ImageTransform.py ->
2008 Oct 12
6
COD4 alpah blend problem.
video card: X1950gt with ati limited driver linux: ubuntu 8.04 wine: 1.1.6 updated from the apt-get today, i try to install cod4 which is my favorite game.And it is my first time to use wine. i just mount the iso file, and run the setup.exe in the iso.Everything is ok at begin,but the error came out when the installation was going to finish.A window came up,said some errors with
2009 Jun 17
3
[LLVMdev] Regular Expressions
On Monday 15 June 2009 14:35, Chris Lattner wrote: > > I suppose you could argue that additional parameters specifying > > the source and dest types could be passed, but why bother when > > it is already encoded in the mnemonic? That would just be > > adding error-prone redundancy. > > Why not synthesize the opcode string from the information passed down?
2009 Feb 03
1
Problem with alpha-blending animations under Wine
Hi, we developed product under Win, which is using GDI alpha-blending for animations like fade-in/out, glow effects and etc. We tried to run it under Linux with Wine. The problem is that all animations which are using alpha-blending are gone. Does somebody know what is going on?
2011 Oct 11
0
Package/Function for Blending Images
Hi there, Does someone know a package/function for blending two pictures or to add transparency.. Thanks in advance, KC ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/Package-Function-for-Blending-Images-tp389317...
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
...04-02-Vancouver/TR41.3.8-04-0 2-002-L-(word)PN-3-4350.230RV3-Draft02-NetworkSignaling%20,DMcKinnon,AST.doc -----Original Message----- From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca] Sent: May 28, 2004 2:50 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Problem with digits blending on inbound pulsed digits? I have a situation where I am receiving DID calls using Immediate Start Pulse signalling on a Loop Start trunk. The line terminates on a Newbridge Mainstreet 3624 channel bank, which provides battery etc. The channel is converted and routed to Asterisk. The lines are con...
2011 Jun 17
0
Unity3D works. .blend import doesn't
Unity3D seems to be working in wine fairly well, despite a few non-critical problems. One such problem is that when a .blend is imported, Unity complains with "Blender could not be found" and instructs me to "Make sure that Blender is installed and the .blend file has Blender as its 'Open with' application!" I installed the windows version of Blender in wine (first
2015 Jan 29
2
[LLVMdev] RFB: Would like to flip the vector shuffle legality flag
On Wed, Jan 28, 2015 at 4:05 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote: > Hi Chandler, > > I've been looking at the regressions Quentin mentioned, and filed a PR > for the most egregious one: http://llvm.org/bugs/show_bug.cgi?id=22377 > > As for the others, I'm working on reducing them, but for now, here are > some raw observations, in case any of
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on the list. "I can provide you with tier 1 termination 6/6. I can blend or NPANXX breakout." "We provide US48 termination, blended rate for 1 MOU and above is .008 with 6/6." What is 6/6? What is US48? What is blended? What is MOU? What is NPANXX breakout? -------------- next part --------------
2009 Jun 15
0
[LLVMdev] Regular Expressions
On Jun 15, 2009, at 11:33 AM, David Greene wrote: > To reduce redundancy, developers must be able to write generic > patterns > like this: > > [(set DSTREGCLASS:$dst, // rr, rrr > (xor (INTSRCTYPE (bitconvert (SRCTYPE SRCREGCLASS:$src1))), > (INTSRCTYPE (bitconvert (SRCTYPE SRCREGCLASS:$src2)))))], > > The substitution then fills in the appropriate types,
2009 Jun 17
0
[LLVMdev] Regular Expressions
On Tuesday 16 June 2009 19:35, David Greene wrote: > So which is more intuitive and less error-prone? > > defm BLENDPS : sse41_avx_fp_binary_vector_osta_vintrinsic_rmi_rrmi<0x0C, > i32i8imm, "blend", "blend", "f32", 4>; > > or > > defm BLENDPS : sse41_avx_fp_binary_vector_osta_vintrinsic_rmi_rrmi<0x0C, >
2004 May 28
0
Problem with digits blending on inbound pulsed digits?
...out,10 ; 10 seconds without any digits is a problem... include => outto-sip include => outto-norstar-DNs Now, the first problem I had was with the first few pulses getting clipped from the inbound digits. Setting 'debounce=50' resolved that. My current problem is 'blending' of digits. For example, if I receive pulses for 8 0 1 or 8 0 8 they are correctly recognised almost all of the time. If however I receive 8 8 8 they are almost never correctly translated. Essentially, it seems to be something to do with timing for the interdigit gap. I have tried terminating...
2013 Nov 14
3
[LLVMdev] Vectorization of loops with conditional dereferencing
...fe to speculatively read from m[] at any position? In this reduction case it might be enough. But if this would be an induction store like: > > for () { > if (a[i] > 0) > x[i] = ... + m[i]; > Sure. Vectorization of stores is done by loading the current value from memory, blending the new value and saving it back to memory. > then, the store would be a more complicated way to write to memory and you'd need the read-pragma to not affect such cases. There is no need for read pragma or even a special attribute. The ‘vectorize’ pragma tells the vectorizer that it...
2011 Oct 16
3
[LLVMdev] Enabling Vector-select
Hello everyone, I wanted to let everybody know that I am going to enable the support for vector-select by default later today. Details: Currently the LLVM code-generator only supports 'select' [1] instructions with a boolean condition. Vectorizing compilers, such as the Intel OpenCL Vectorizer and the GCC vectorizer often use vector-select instructions to implements masks. This change
2009 Jun 15
2
[LLVMdev] Regular Expressions
Chris Lattner wrote: > However, I don't see any reason to base this off of strings. Instead > of passing down "f32" as a string, why not do something like this > pseudo code: > > class X86ValueType { > RegisterClass RegClass; > ... > } > > def X86_f32 : X86ValueType { > let RegClass = FR32; > ... }; > def X86_i32 :
2015 Jan 30
4
[LLVMdev] RFB: Would like to flip the vector shuffle legality flag
I filed a couple more, in case they're actually different issues: - http://llvm.org/bugs/show_bug.cgi?id=22412 - http://llvm.org/bugs/show_bug.cgi?id=22413 And that's pretty much it for internal changes. I'm fine with flipping the switch; Quentin, are you? Also, just to have an idea, do you (or someone else!) plan to tackle these in the near future? -Ahmed On Thu, Jan 29, 2015 at
2010 Feb 03
1
color blending and transparency
I am using ggplot and posted this question at that helplist. It was suggested that I try a more general R-help list for a possible solution to this problem. Within ggplot, I am using geom_area with red and blue and expect where they overlap should be purple. But instead, it's dark red. Playing with alpha and with different colors doesn't seem to solve the problem. Here's a very
2010 Jan 30
1
sha-512 ... shadow blended with database
The cryptic subject is the outcome of my looking into how to do a particular thing. I wonder if anyone else has solved this problem in a way that hasn't occurred to me. I'm using dovecot 1.1.11 on Ubuntu Server 9.10. I could consider upgrading to my own install of a newer dovecot if it made a difference to this problem. I have two populations of dovecot users. Some users have Unix
2005 Mar 03
0
Update on the blending of app_cbmysql and app_meetme2 (out of tree modules)
Once again, I know that a true MeetMe2 is in the works, but if anyone is looking for a database conferencing setup then check this out. New diffs and PHP web interfaces at www.fitawi.com/Asterisk -New in the interface: Add a conference Modify an existing conference -New in app_cbmysql: Renamed confmysql.conf to cbmysql.conf Move conference application name to conf file Move conference