• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Weird behavior in a NSOpenGLView and an ATI Rage Pro 128
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Weird behavior in a NSOpenGLView and an ATI Rage Pro 128


  • Subject: Weird behavior in a NSOpenGLView and an ATI Rage Pro 128
  • From: email@hidden
  • Date: Fri, 28 Jun 2002 21:27:00 +0200

May I introduce a nominee for the award of weirdest behavior in a NSOpenGLView?

I'm porting a Windows OpenGL ScreenSaver.

I have set my OpenGLView with the following attributes:

NSOpenGLPixelFormatAttribute attribs[] =
{
NSOpenGLPFAAccelerated,
NSOpenGLPFAColorSize, (NSOpenGLPixelFormatAttribute)32,
NSOpenGLPFAClosestPolicy,
(NSOpenGLPixelFormatAttribute)0
};

NSOpenGLPixelFormat *format = [[[NSOpenGLPixelFormat alloc] initWithAttributes:attribs] autorelease];

In the Preview frame, I sometimes get a really weird behavior:

The drawing are drawn in black and white.

If I launch Mail.app and compose a new mail, each time the insertion cursor is drawn, the drawings in the OpenGL view are in color, when the insertion cursor is hidden, the drawings are in black and white.

Same paranormal phenomenon when I browse the Dock.

Other strange phenomenon, part of the NSOpenGLView is drawn in Green when the shadow of a window overlaps it.

What kind of stupid thing from my part could lead to this kind of behavior?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
  • Prev by Date: Re: Recognizing standard about box
  • Next by Date: Re: Error in NSReadThemeImageFromRsrc !!!! What is this ?
  • Previous by thread: Getting value from NSTableView.
  • Next by thread: Missing outlineView:didClickTableColumn:
  • Index(es):
    • Date
    • Thread