commit | fcf438e9e03f6e75bca4a49ad372fe7c4b1abbf8 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Wed Feb 24 18:49:33 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Mar 03 12:37:04 2010 -0800 |
tree | 97e60edd4183291bd9e255e30a0998564c6a51f4 | |
parent | a9c1b3caf67f035df83c6a4e38709cfa395f4cc6 [diff] |
mesa: Remove support for creating color-index visuals Remove the rgbMode and indexBits parameters from _mesa_create_visual and _mesa_initialize_visual. These values are now hardcoded to GL_TRUE and 0. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>