[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: OpenGL Linux: no depth testing
|
Enter a bug report. Thanks.
"Bo Majewski" <bo@xxxxxxxxxxxxxxxxxx> wrote in message
news:pan.2005.01.16.03.01.45.390529@xxxxxxxxxxxxxxxxxxxxx
> I was testing the OpenGL plug-in under Windows and Linux and to my
> surprised I have noticed that the depth testing support was not
> enabled under Linux. After some searching, I found out that GLContext is
> initialized without XGL.GLX_DEPTH_SIZE flag (two lines are commented out).
> Is there any particular reason for this? I removed comments, re-created
> opengl.jar and the code runs fine, without any undesirable side effects.
> Anybody can shed any light on why these two lines were removed?