-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2166589 | 6u12 | Dmitri Trembovetski | P3 | Closed | Won't Fix | |
JDK-2166702 | 6u10 | Dmitri Trembovetski | P3 | Resolved | Fixed | b32 |
D3D is missing a loop for uploading data from a ThreeByteBgr image
into a texture, so the upload for these images happens through a
generic loop which is slow and uses an intermediate image
(so there's one extra copy and some GC activity if the intermediate
image is collected).
ThreeByteBgr is often used by video decoders (directshow specifically)
so the upload happens on every frame.
into a texture, so the upload for these images happens through a
generic loop which is slow and uses an intermediate image
(so there's one extra copy and some GC activity if the intermediate
image is collected).
ThreeByteBgr is often used by video decoders (directshow specifically)
so the upload happens on every frame.
- backported by
-
JDK-2166702 D3D/OGL: add missing ThreeByteBgr to texture upload blit loop
-
- Resolved
-
-
JDK-2166589 D3D/OGL: add missing ThreeByteBgr to texture upload blit loop
-
- Closed
-
- relates to
-
JDK-6207877 OGL: remove code for unused pixel formats
-
- Resolved
-