-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b14
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2149535 | 6u4 | Christopher Campbell | P4 | Resolved | Fixed | b01 |
In 6529101 we pulled a bunch of OGL-specific code up so that it could be shared with
the new D3D pipeline. We need to do the same for OGLBufImgOps.java (move the common
code up into BufferedBufImgOps.java).
There's also some minor cleanup (typo and copyright fixes, etc) that needs to be done
along the way.
the new D3D pipeline. We need to do the same for OGLBufImgOps.java (move the common
code up into BufferedBufImgOps.java).
There's also some minor cleanup (typo and copyright fixes, etc) that needs to be done
along the way.
- backported by
-
JDK-2149535 OGL: more cleanup needed in preparation for new D3D pipeline
- Resolved