Ticket #151 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Various redraw bugs

Reported by: mekstran Assigned to: mekstran
Priority: major Milestone: SSS Tarball Aug. 06
Component: Goanna Version:
Keywords: Cc:
Blocking:

Description

The topography view frequently fails to redraw correctly until the mouse is moved over the window.

Change History

06/22/06 18:45:48 changed by mekstran

  • priority changed from major to critical.

The redraw issues are particularly bad on Mac (observed on Tiger). It barely redraws at all.

06/27/06 21:57:36 changed by mekstran

  • milestone set to SSS Tarball Aug. 06.

07/07/06 16:25:12 changed by mekstran

  • status changed from new to assigned.

Further information with regards to redraw bugs on Tiger:

The screen only redraws when it is uncovered by another window. Somehow the expose events aren't happening or being acted upon, I believe.

07/07/06 18:09:26 changed by mekstran

(In [803]) References #151. Fixed a lot of the redraw bugs. The clipping planes were being incorrectly set due to incorrect camera position data at the time of the setup_viewport call.

07/07/06 18:41:28 changed by mekstran

  • priority changed from critical to major.

The Mac bugs are still present, but this is not as important.

07/10/06 14:36:24 changed by mekstran

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [810]) Fixes #151. The double-buffering flag got set incorrectly when the GLExaminer got a double-buffered, but not multisampled, visual.