RE: ProgressIndicator indeterminate transition bugs

2016-02-28 Thread Cirujano Cuesta, Diego
Hi Jonathan: I thought they would be reopened that´s why I did not create them. Here there are: JI-9029954 JI-9029955 By the way I also created another one for a few weeks (28.01.2016) JI-9029025 but I did not receive anything else. I do not know if I am creating the bugs in a wrong place or

Re: ProgressIndicator indeterminate transition bugs

2016-02-28 Thread Jonathan Giles
If you can, are you able to file bug reports for these? -- Jonathan On 29/02/16 10:49 AM, Cirujano Cuesta, Diego wrote: Hi all, We found two important bugs in ProgressIndicator that are related with the following tickets: https://bugs.openjdk.java.net/browse/JDK-8094829

ProgressIndicator indeterminate transition bugs

2016-02-28 Thread Cirujano Cuesta, Diego
Hi all, We found two important bugs in ProgressIndicator that are related with the following tickets: https://bugs.openjdk.java.net/browse/JDK-8094829 https://bugs.openjdk.java.net/browse/JDK-8094078 Now are quite critical because in a 4K monitor may cause OutOfMemoryException. Using the

RE: [Review request] 8090477: Customizable visibility timing for Tooltip

2016-02-28 Thread Cirujano Cuesta, Diego
Hi Jonathan, I saw that was already reviewed, good!. I tested it also and it works like a charm. Thanks, Diego

GLS language errors (Was: Internal error: Error loading stock shader FillRoundRect_LinearGradient,_PAD on Vivante ARM)

2016-02-28 Thread Maurice
When I run the glslangValidator on FillRoundRect_LinearGradient_PAD.frag it gives the following error: ERROR: 0:19: 'non-constant global initializer' : not supported with this profile: es When I move pixcoord's declaration on line 19 into the main() function it gives no errors. This is