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

2014-08-06 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 james.gra...@oracle.com wrote: If there is a card that can't keep up with what we want it to do then we should probably be

hg: openjfx/8u-dev/rt: RT-37613: ImageStorageTest fails in NetBeans

2014-08-06 Thread vadim . pakhnushev
Changeset: 1955ca43317a Author:vadim Date: 2014-08-06 12:56 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1955ca43317a RT-37613: ImageStorageTest fails in NetBeans Reviewed-by: flar ! modules/graphics/src/test/java/com/sun/javafx/iio/ImageStorageTest.java

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

2014-08-06 Thread David Grieve
Kevin, Steve, Jonathan has reviewed https://javafx-jira.kenai.com/browse/RT-38138 and given his +1. I'm in need of a +1 from one of you before I push. Original Message Subject: [8u40] Review Request: (RT-38138) -fx-spacing used wrong in .menubar in modena.css Date:

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

2014-08-06 Thread yves . joan
Changeset: fe702c1841f3 Author:yjoan Date: 2014-08-06 17:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fe702c1841f3 [SCENEBUILDER] Fix for DTL-6767: Add Spinner Control to the Library !

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

2014-08-06 Thread Chien Yang
There isn't a public Java API support for what you want to do. However if you are willing to patch JavaFX in your own build, you can add the bad card to the GLGPUInfo blackList[] in the GLFactory class of the specific platform if you are using the es2 pipe. You will need to dig down into the

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

2014-08-06 Thread Mike Hearn
The card isn't bad per se, it's just the HD4000 integrated graphics chip that older MacBook's ship with. It's just that I'm very picky about my framerates :) On Wed, Aug 6, 2014 at 6:49 PM, Chien Yang chien.y...@oracle.com wrote: There isn't a public Java API support for what you want to do.

hg: openjfx/8u-dev/rt: RT-38196: resyncing armv5 and v7 buildSrc platforms

2014-08-06 Thread david . hill
Changeset: fe03c89b5cd1 Author:ddhill Date: 2014-08-06 12:58 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fe03c89b5cd1 RT-38196: resyncing armv5 and v7 buildSrc platforms Reviewed-by: kcr, fheidric ! buildSrc/armv5sf.gradle ! buildSrc/armv7hf.gradle !

Re: [8u40] Review Request: (RT-37418) CustomColorDialog cannot be skinned by adding stylesheet to scene.

2014-08-06 Thread Stephen F Northover
Might be better to get Jonathan to look at it as he is the owner of controls. Anyhow, off to the JIRA ... Steve On 2014-08-06, 12:49 PM, David Grieve wrote: Kevin, Steve, Please review https://javafx-jira.kenai.com/browse/RT-37418. The changes are small and can be found in JIRA.

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

2014-08-06 Thread Anthony Petrov
Anton: thank you for reviewing the fix. All: I need at least one more reviewer for the JDK part of the fix because we're going to back-port the change to 8u40. Could anyone please review it? Artem, Sergey, anyone? For your convenience: https://javafx-jira.kenai.com/browse/RT-37149

[8u26] Review request : RT-37822 - Adding swipe test to reproduce actual swipe movement

2014-08-06 Thread elina kleyman
Hi Daniel, Seeon, Please review the proposed fix for: https://javafx-jira.kenai.com/browse/RT-37822 webrev link: http://cr.openjdk.java.net/~ekleyman/RT-37822/webrev http://cr.openjdk.java.net/%7Eekleyman/RT-37822/webrev Thanks, Elina

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

2014-08-06 Thread Chien Yang
Yes, we know that it is a perfectly fine entry level GPU capable of supporting JavaFX graphics requirements. I shouldn't use the word bad card. What I'm saying is that you will have to add it to your blacklist if you don't want JavaFX to use it for rendering due to poor framerate. - Chien On

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

2014-08-06 Thread Mike Hearn
I want to use it for rendering :) I just want to fall back to e.g. a color adjust instead of a GaussianBlur. On Wed, Aug 6, 2014 at 8:17 PM, Chien Yang chien.y...@oracle.com wrote: Yes, we know that it is a perfectly fine entry level GPU capable of supporting JavaFX graphics requirements. I

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

2014-08-06 Thread Chien Yang
I see. You just want to be able to detect the GPU on a system to determine which rendering techniques to use your application. Take a look at D3DPipeline.findDefaultResourceFactory() and ES2Pipeline.findDefaultResourceFactory(). You should be able make the needed change to pass the GPU

[8u40] API review: (RT-38192) CSS support for Region as graphicProperty on Labeled

2014-08-06 Thread David Grieve
In as much as CSS styles can be considered API, I propose the following CSS API change for Labeled's -fx-graphic property. This will allow an SVG path to be used as the value on Labeled's -fx-graphic property. See https://javafx-jira.kenai.com/browse/RT-38192 Proposed CSS API for Labeled:

hg: openjfx/8u-dev/rt: RT-38218: Gtk: Need unit test for RT-37974

2014-08-06 Thread kevin . rushforth
Changeset: 7c082d1572e7 Author:kcr Date: 2014-08-06 16:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7c082d1572e7 RT-38218: Gtk: Need unit test for RT-37974 ! tests/system/src/test/java/launchertest/Constants.java !