Re: Canvas Clip performance

2016-02-05 Thread Chien Yang
Hi Elric, Thanks for the extra information. This seems to rule out that the drop in performance might have to do with Intel HD: > D3D no clipping: very comfortable 60 FPS > D3D clipping: 10 FPS > Software no clipping: 30 FPS > Software clipping: 8 FPS It will still be useful to us if you c

Re: Canvas Clip performance

2016-02-05 Thread Elric Morgenstern
Hi Chien, Kevin, this is the result of verbose=true: Prism pipeline init order: d3d sw Using native-based Pisces rasterizer Using dirty region optimizations Not using texture mask for primitives Not forcing power of 2 sizes for textures Using hardware CLAMP_TO_ZERO mode Opting in for HiDPI pixel

Re: Canvas Clip performance

2016-02-05 Thread Chien Yang
It will be great if you can include in your bug report the following 2 piece of information: 1) Run your program with -Dprism.verbose=true. This will give us the graphics hardware information of your system. 2) Run your program with -Dprism.order=sw. This will force JavaFX to use its softwar

[9] Review request for 8139850: CategoryAxis rotates improperly as yAxis

2016-02-05 Thread Vadim Pakhnushev
Jonathan, Could you please take a look at the fix: https://bugs.openjdk.java.net/browse/JDK-8139850 http://cr.openjdk.java.net/~vadim/8139850/webrev.00/ Thanks, Vadim

Re: Canvas Clip performance

2016-02-05 Thread Kevin Rushforth
Please file a bug. It might be possible for us to find a workaround, although it might also be possible that this is just an unfortunate limitation of Intel HD. -- Kevin Elric Morgenstern wrote: Ok. Maybe the problems I am experiencing now with JavaFX are the reason why D3D is not enabled fo

[9] Review request for 8088078: [Chart] “Insert Series” can not work as expected after we remove all data

2016-02-05 Thread Vadim Pakhnushev
Morris, Could you please take a look at the fix: https://bugs.openjdk.java.net/browse/JDK-8088078 http://cr.openjdk.java.net/~vadim/8088078/webrev.00/ Thanks, Vadim

In(Sanity) Testing Mondays

2016-02-05 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

Re: Canvas Clip performance

2016-02-05 Thread Elric Morgenstern
Ok. Maybe the problems I am experiencing now with JavaFX are the reason why D3D is not enabled for J2D? I think Intel Graphics are rather widespread among laptops, so I'm a bit surprised at the huge performance drop (from solid 60 FPS to 8 once I use a spherical clip shape). I'd think Intel Graphi

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-02-05 Thread Daniel.
Hi everybody, I've succesfully build and using framebuffer-vncserver. The only drawback is that it hasn't input support, but seeing the screen is already enough to me, here is it: https://github.com/ponty/framebuffer-vncserver If there is anybody using Yocto, you may find usefull this two recipes