mesa: call ctx->Driver.TexParameter() in texture_buffer_range()
authorBrian Paul <brianp@vmware.com>
Mon, 3 Oct 2016 15:40:56 +0000 (09:40 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 6 Oct 2016 17:29:32 +0000 (11:29 -0600)
commit0f3aee888efa820cb9875cfebc83cf8cc855f599
tree71bc887f88134301713f64a9f51d740abd322d38
parentb3127a96a942513d0c7df9e45857959244490f4c
mesa: call ctx->Driver.TexParameter() in texture_buffer_range()

To inform drivers of texture buffer offset/size changes, as we do for
other texture object parameters.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/main/teximage.c