[Mesa-dev] [PATCH 1/2] mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_, }teximage.

Matt Turner mattst88 at gmail.com
Mon Dec 31 12:12:14 PST 2012


On Mon, Dec 31, 2012 at 11:18 AM, Paul Berry <stereotype441 at gmail.com> wrote:
> The old error reporting was completely bogus, passing _mesa_error() a
> format string that didn't even match the remaining arguments.  Also,
> in many cases the number of dimensions in the TexImage call was not
> preserved in the error message (e.g. an error in glTexImage2D was
> reported simply as an error in glTexImage).

Ouch.

Both are Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list