Re: How to learn the identity of the graphics card?

2014-08-05 Thread Peter Penzov
Hi All, I'm interested how I can get the model of the GPU card using Java. Can you show me some basic example? BR, Peter On Wed, Aug 6, 2014 at 3:02 AM, Jim Graham wrote: > If there is a card that can't keep up with what we want it to do then we > should probably be dealing with that on our

Re: How to learn the identity of the graphics card?

2014-08-05 Thread Jim Graham
If there is a card that can't keep up with what we want it to do then we should probably be dealing with that on our end as well, whether by disabling 3D on that card or by black listing it and just falling back to sw pipeline. We already do that with a number of embedded GPUs...

[8u40] Review Request: (RT-38201) [CSS] Enum values should not be treated as value references to be looked up

2014-08-05 Thread David Grieve
Steve and/or Kevin, I'm looking for your +1 on https://javafx-jira.kenai.com/browse/RT-38201. The patch is in JIRA.

[8u40] Review Request: (RT-38138) -fx-spacing used wrong in .menubar in modena.css

2014-08-05 Thread David Grieve
Jonathan, Please review https://javafx-jira.kenai.com/browse/RT-38138. There are two patches attached. The first just addresses the problem in modena.css (and caspian.css). The second addresses the problem in MenuBarSkin and leaves modena.css (and caspian.css) unmodified. It is the second patc

hg: openjfx/8u-dev/rt: RT-38074: [macosx] Separate QTKit platform code from core media code so it can be removed for MAS

2014-08-05 Thread david . dehaven
Changeset: 24a1b2582b74 Author:ddehaven Date: 2014-08-05 08:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/24a1b2582b74 RT-38074: [macosx] Separate QTKit platform code from core media code so it can be removed for MAS ! build.gradle ! modules/media/src/main/java/co

hg: openjfx/8u-dev/rt: RT-37686 : [Monocle] Robot screen/pixel capture is broken

2014-08-05 Thread rafi . tayar
Changeset: bda1da3ab917 Author:Rafi Tayar Date: 2014-08-05 16:44 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bda1da3ab917 RT-37686 : [Monocle] Robot screen/pixel capture is broken Reviewed-by : dblaukopf ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/FBD

Re: [9/8u40] Review request for RT-37149 and JDK-8049065 : Implement DnD for SwingNode

2014-08-05 Thread Anthony Petrov
Anton, Artem, Steve, Could you please review this fix? -- best regards, Anthony On 7/18/2014 6:44 PM, Anthony Petrov wrote: Hi Petr, Anton, Artem, Steve, Please review the fix at https://javafx-jira.kenai.com/browse/RT-37149 Webrevs: JDK: http://cr.openjdk.java.net/~anthony/9-5.2/ FX: http

hg: openjfx/8u-dev/rt: 2 new changesets

2014-08-05 Thread david . grieve
Changeset: 39c4399a3630 Author:David Grieve Date: 2014-08-04 16:42 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/39c4399a3630 RT-38065: CSS -fx-pref-width et al do not accept "infinity" value ! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java C

[8u40] Review request for RT-37613: ImageStorageTest fails in NetBeans

2014-08-05 Thread Vadim Pakhnushev
Jim, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37613 http://cr.openjdk.java.net/~vadim/RT-37613/webrev.00/ Thanks, Vadim