Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: fix SINT <-> UINT conversion during PBO upload / download | Nicolai Hähnle | 2016-11-16 | 1 | -2/+6 |
* | st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs | Nicolai Hähnle | 2016-11-16 | 1 | -1/+1 |
* | st/mesa: implement PBO downloads for ReadPixels | Nicolai Hähnle | 2016-06-01 | 1 | -0/+4 |
* | st/mesa: add layer_offset to PBO fragment shader | Nicolai Hähnle | 2016-06-01 | 1 | -0/+1 |
* | st/mesa: create PBO download fragment shaders | Nicolai Hähnle | 2016-06-01 | 1 | -0/+3 |
* | st/mesa: move shareable parts of PBO upload state and draw to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+4 |
* | st/mesa: move PBO buffer address calculation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+43 |
* | st/mesa: move PBO upload fs creation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+3 |
* | st/mesa: move PBO vertex and geometry shader creation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+6 |
* | st/mesa: begin moving PBO functions into their own file | Nicolai Hähnle | 2016-06-01 | 1 | -0/+35 |