[Mesa-dev] [Bug 32086] New: [swrast] implementation error: unexpected format 0x8227 in _swrast_DrawPixels

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 3 13:32:50 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32086

           Summary: [swrast] implementation error: unexpected format
                    0x8227 in _swrast_DrawPixels
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: vlee at vmware.com


mesa: 9f7f093090c45278162a03f10e147fac688eee6f (master)

Run piglit rg-draw-pixels test on swrast.

$ ./bin/rg-draw-pixels
Mesa 7.10-devel implementation error: unexpected format 0x8227 in
_swrast_DrawPixels
Please report at bugzilla.freedesktop.org


mesa/include/GL/glext.h
  1700  #define GL_RG                             0x8227


mesa/src/mesa/swrast/s_drawpix.c
   691  void
   692  _swrast_DrawPixels( struct gl_context *ctx,
   693                      GLint x, GLint y,
   694                      GLsizei width, GLsizei height,
   695                      GLenum format, GLenum type,
   696                      const struct gl_pixelstore_attrib *unpack,
   697                      const GLvoid *pixels )
   698  {
...
   755     default:
   756        _mesa_problem(ctx, "unexpected format 0x%x in
_swrast_DrawPixels", format);
   757        /* don't return yet, clean-up */
   758     }

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


More information about the mesa-dev mailing list