st/mesa: inline the implementation of _mesa_store_compressed_teximage
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 15 Jan 2016 23:17:17 +0000 (18:17 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 3 Feb 2016 13:10:36 +0000 (14:10 +0100)
commit16c2ea1fcc495580c17a07e3518edffbb5824430
treec0dee83907fe16413e3d3fbaf4687422e55e85ec
parentc99f2fe70ec6a9273786d123fa4ac9924b5911b2
st/mesa: inline the implementation of _mesa_store_compressed_teximage

We will write our own version of texsubimage for PBO uploads, and we will
want to call that here as well.

Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
src/mesa/state_tracker/st_cb_texture.c