From: Knute Johnson on
On 7/16/2010 6:39 PM, Jeff Higgins wrote:
> On 7/16/2010 5:27 AM, Thorsten Kiefer wrote:
>> Hi,
>> I want to do some logical computations with my graphics cards.
>
> <http://gpgpu.org/>
>
>> And now I'm wondering if all 16 logical operations of the GPU
>> are available in Java. Are they ?
>
> What GPU? What operations? Are you speaking of raster operations?
>
>> There is something like Graphics.setPaintMode() and
>> Graphics.setXORMode(...).
>
> <http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/>
>
>> But these are not sufficient for me.
>
> Shrug. Chomp Chomp
>
> I guess Oracel doesn't find
>
> Do you mean Oragel? Teething pain? Denture pain?
>
>> the 2D logical operations very useful and did not implement them.
>> Is that the case ?
>
> Shrug. BLT
>
>

BLT?

--

Knute Johnson
email s/nospam/knute2010/

From: John B. Matthews on
In article <Pza0o.10040$KT3.9878(a)newsfe13.iad>,
Knute Johnson <nospam(a)rabbitbrush.frazmtn.com> wrote:

> On 7/16/2010 6:39 PM, Jeff Higgins wrote:
> > On 7/16/2010 5:27 AM, Thorsten Kiefer wrote:
> >> Hi,
> >> I want to do some logical computations with my graphics cards.
> >
> > <http://gpgpu.org/>
> >
> >> And now I'm wondering if all 16 logical operations of the GPU
> >> are available in Java. Are they ?
> >
> > What GPU? What operations? Are you speaking of raster operations?
> >
> >> There is something like Graphics.setPaintMode() and
> >> Graphics.setXORMode(...).
> >
> > <http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/>
> >
> >> But these are not sufficient for me.
> >
> > Shrug. Chomp Chomp
> >
> > I guess Oracel doesn't find
> >
> > Do you mean Oragel? Teething pain? Denture pain?
> >
> >> the 2D logical operations very useful and did not implement them.
> >> Is that the case ?
> >
> > Shrug. BLT
>
> BLT?

A bacon, lettuce and tomato sandwich! Now I'm hungry.

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
From: Jeff Higgins on
On 7/16/2010 10:29 PM, John B. Matthews wrote:
>
> I'm guessing these 16 functions:
>
> <http://en.wikipedia.org/wiki/Logic_gate>
>

I'm guessing he's looking for the Java equivalent of:
<http://msdn.microsoft.com/en-us/library/dd183369(v=VS.85).aspx>
From: Jeff Higgins on
On 7/17/2010 9:15 AM, John B. Matthews wrote:

>
> A bacon, lettuce and tomato sandwich! Now I'm hungry.
>

Have to something with all of these tomatoes. Zucchini anyone?
I love technology. Sliced bread. Microwave bacon.
Yum.

From: Jeff Higgins on
On 7/17/2010 1:04 PM, Jeff Higgins wrote:
> On 7/16/2010 10:29 PM, John B. Matthews wrote:
>>
>> I'm guessing these 16 functions:
>>
>> <http://en.wikipedia.org/wiki/Logic_gate>
>>
>
> I'm guessing he's looking for the Java equivalent of:
> <http://msdn.microsoft.com/en-us/library/dd183369(v=VS.85).aspx>

Which Microsoft must have found less than useful as they are not
implemented in GDI+.