summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_pbo.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-16st/mesa: fix SINT <-> UINT conversion during PBO upload / downloadNicolai Hähnle1-2/+6
2016-11-16st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fsNicolai Hähnle1-1/+1
2016-06-01st/mesa: implement PBO downloads for ReadPixelsNicolai Hähnle1-0/+4
2016-06-01st/mesa: add layer_offset to PBO fragment shaderNicolai Hähnle1-0/+1
2016-06-01st/mesa: create PBO download fragment shadersNicolai Hähnle1-0/+3
2016-06-01st/mesa: move shareable parts of PBO upload state and draw to st_pbo.cNicolai Hähnle1-0/+4
2016-06-01st/mesa: move PBO buffer address calculation to st_pbo.cNicolai Hähnle1-0/+43
2016-06-01st/mesa: move PBO upload fs creation to st_pbo.cNicolai Hähnle1-0/+3
2016-06-01st/mesa: move PBO vertex and geometry shader creation to st_pbo.cNicolai Hähnle1-0/+6
2016-06-01st/mesa: begin moving PBO functions into their own fileNicolai Hähnle1-0/+35