[Rev 04] RFR: 8238954: Improve performance of tiled snapshot rendering

Frederic Thevenet github.com+7450507+fthevenet at openjdk.java.net
Thu May 14 09:50:26 UTC 2020


On Mon, 11 May 2020 15:30:28 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Frederic Thevenet has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert changes in import statements
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java line 1483:
> 
>> 1482:                                     IntBuffer buffer, ResourceFactory rf, QuantumImage tileImg, QuantumImage
>> targetImg) { 1483:                 com.sun.prism.RTTexture rt = tileImg.getRT(w, h, rf);
>> 1484:                 if (rt == null) {
> 
> Any reason why the fully qualified name is needed?

Not that I can think of, probably some unfortunate copy/paste.
I'll fix that.

-------------

PR: https://git.openjdk.java.net/jfx/pull/112


More information about the openjfx-dev mailing list