mesa: add compressed_tex_sub_image_{error,no_error} helpers
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 21 Jul 2017 08:43:22 +0000 (10:43 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 24 Jul 2017 14:43:38 +0000 (16:43 +0200)
commit0bc8315e63d8df76260cc3e3865bc9e3711e7553
tree6e91d709e11f2443c0398f278efa5fff91897c35
parent5d47dd9c2a7b3a64429aaf7863b5cdad68b683ec
mesa: add compressed_tex_sub_image_{error,no_error} helpers

To avoid inlining compressed_tex_sub_image() a bunch of times.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/teximage.c