http://bugs.freedesktop.org/show_bug.cgi?id=10999

           Summary: GL_EXT_paletted_texture is not support without 3D driver
           Product: Mesa
           Version: CVS
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: GLX
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED], [EMAIL PROTECTED]


mesa Mesa: master 8a7f474c691dc077c081b59e30937e526400860f.

On intel platform (i965), I remove all 3D drivers and launch X for testing. Now
it is under indirect context for sure and glxinfo shows that
GL_EXT_paletted_texture is supported.
For the sake of testing whether this extension works: I generate a bitmap and
supply it as a texture's image by specifying the internal_format as
GL_COLOR_INDEX1_EXT, which is introduced by this extension we are talking
about. And then call glGetTexImage() with format and type set to GL_COLOR_INDEX
and GL_BITMAP respectively to get the bitmap data.
The behavior is that the bitmap data achieved later is not the same as the that
generated originally.
See the case later.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to