Bug 3135 - error attempting to use texture color table in glColorTableSGI
Summary: error attempting to use texture color table in glColorTableSGI
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 6.2
Hardware: Other Linux (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 08:05 UTC by Melissa
Modified: 2005-04-26 21:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Melissa 2005-04-27 08:05:34 UTC
I get the error and message:

"Mesa 6.2 implementation error: bad color table type in set_component_sizes 0x0
Please report to the Mesa bug database at www.mesa3d.org"

the code that causes the error is:

glColorTableSGI(GL_TEXTURE_COLOR_TABLE_SGI, GL_RGB, 256, GL_RGB,
GL_UNSIGNED_BYTE, colorTable);
glEnable(GL_TEXTURE_COLOR_TABLE_SGI);
Comment 1 Brian Paul 2005-04-27 14:21:08 UTC
I've fixed this in the CVS code.  Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.