Summary: | MemoryObject.java has no more equals() method | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Franco <fzanelli> |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | P1 | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
6c971f91fbe6a7e3bc45563d80d42a753586d629
|
Workaround: | --- |
Description
Franco
2014-01-09 17:07:37 CET
Thank you for finding this regression! +++ Bug 938 - MemoryObject.java has no more equals() method Re-adding 'equals(..)' method erroneously removed with commit 8457bf35fee253d9af29ff1150a9671f6896fc17. 'equals(..)' is important to allow the HashMap<> for glMapBuffer(..) work properly! +++ Further GLBufferStateTracker / glMapBuffer work is underway, please see Bug 942 and review/help. |