Dieter Nützel wrote:
Mesa/tests> ./multipal
r200CreateScreen
2 texture units supported
../images/tile.rgb 256 x 256
Mesa implementation error: unexpected texture format in r200ChoosTexFormat
Please report to the DRI bug database at dri.sourceforge.net
multipal: texstore.c:729: _mesa_store_teximage2d: Assertion `texImage->TexFormat' failed.
There were two problems.  First, glTexImage2D wasn't generating an
error when internalformat was GL_COLOR_INDEX and GL_EXT_paletted_texture
was disabled.

Second, the multipal demo wasn't checking that GL_EXT_paletted_texture
is available.

Fixed now.

-Brian



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to