Philipp Klaus Krause wrote:
Brian Paul wrote:

It seems my OpenGL is somehow broken since the last xorg upgrade (from
Debian unstable)

trying to run with -ci gives:

freeglut (./a.out):  ERROR:  Internal error <Visual with necessary
capabilities not found> in function fgOpenWindow
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  4 (X_DestroyWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  24
  Current serial number in output stream:  27

I do not use color index mode in my program where I see the error.

OK, I guess I assumed color index mode. If you're using GL_INDEX_OFFSET in RGB mode, that means you're using glPixelMap() to convert the color indexes in your image to RGB.

Is that correct?

-Brian


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to