st/mesa: begin moving PBO functions into their own file
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 26 Apr 2016 02:35:10 +0000 (21:35 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 1 Jun 2016 20:37:18 +0000 (22:37 +0200)
commit4ecc32b0e12d0a86f15beec1dd8b45063e7b2e20
treebfc92df5c1ee4069b60b0383b9640ae16932f391
parentd9893feb2c9d86345ea561f84d03e89229faa35d
st/mesa: begin moving PBO functions into their own file

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/Makefile.sources
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_cb_texture.h
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_pbo.c [new file with mode: 0644]
src/mesa/state_tracker/st_pbo.h [new file with mode: 0644]