mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
authorBrian Paul <brianp@vmware.com>
Fri, 24 Apr 2015 18:56:04 +0000 (12:56 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Apr 2015 20:48:54 +0000 (14:48 -0600)
commit13b2e6a520d1f8979fc4da1dd2c6811585b16203
tree975e8383ab5e9fd7205d965c521dce65271f2232
parent0087cf23e8e399778e93369d67dd543e767ab526
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message

Give the user some idea about the size of the texture which caused
the GL_OUT_OF_MEMORY error.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/teximage.c