From: Sven G. <sgo...@ja...> - 2000-10-18 20:38:04
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - ---------- Forwarded Message ---------- Subject: Re: pixel format Date: Wed, 18 Oct 2000 22:30:36 +0200 From: Sven Goethel <sgo...@ja...> To: bm...@we... - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 18 Oct 2000, you wrote: > Sven, > > Pertaining to the letter I sent yesterday, the reason the microsoft > OpenGL library is being used in my application is because of the > choosen pixel format. My application selects PIXELFORMAT 3. I know > this because I set gljNativeDebug and gljClassDebug to true. When I > run the GL4Java demos, the PIXELFORMAT is set to 2. Format 2 sets the > PFD_SUPPORT_GDI while format 3 sets PFD_GENERIC_FORMAT. > > When I run a GL4Java demo, and then my Java application, both use > format 2. When I run my Java app, and then a GL4Jave, both use format > 3. I would like to format 2, as this seems to offer better performance > (3dlabs vs. microsoft). > > Is there a way to set the pixel format in GL4Java? > > Thanks > Brian well, this is because of the visual features you have choosed. an appropiate pixelformat is choosed, based upon your choosed visual, like: doubleBuffer, stereo, rgba, .. Well, an 100% OpenGL driver should support you with all these formats ;-) We have to check the details, if this is an GL4Java bug choosing the PIXELFORMAT, or a driver (usage/installation) bug .. (i thing it is the latter ..) You may want to add the debug outputs .. of both: java gl4java.GLContext -info and ... you java application ... .. please zip/gzip this info's with a high compression. Yours, Sven - - -- mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440, +49-170-2115963; fax: +49-521-2399442 - -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.3 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE57ghtHdOA30NoFAARAm0SAKCgqapgHqREFtyNUBfykw/QM9rLkwCeIfA/ iCsrELf+nHaUJoTiy3eNYck= =oyMP - -----END PGP SIGNATURE----- - ------------------------------------------------------- - -- mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440, +49-170-2115963; fax: +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.3 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE57gmZHdOA30NoFAARAnfZAKC4DFNEuG/5wws8mfxVPphLbUWEwQCeIKwS bm7oYt3cUlaQPKCHnJuluHA= =sN9/ -----END PGP SIGNATURE----- |