summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_pbo.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-10mesa/st: move compute pbo shutdown to compute pbo fileMike Blumenkrantz1-0/+2
2021-11-18gallium: implement compute pbo downloadMike Blumenkrantz1-0/+6
2021-11-18mesa/st: make some pbo functions publicMike Blumenkrantz1-0/+8
2021-11-18mesa/st: make sampler_type_for_target publicMike Blumenkrantz1-0/+14
2020-12-29st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT and skip gsMike Blumenkrantz1-2/+4
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