Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: implement PBO downloads for ReadPixels | Nicolai Hähnle | 2016-06-01 | 1 | -0/+17 |
* | st/mesa: add layer_offset to PBO fragment shader | Nicolai Hähnle | 2016-06-01 | 1 | -4/+15 |
* | st/mesa: create PBO download fragment shaders | Nicolai Hähnle | 2016-06-01 | 1 | -7/+76 |
* | st/mesa: add PBO download enable bit and fragment shaders | Nicolai Hähnle | 2016-06-01 | 1 | -0/+15 |
* | st/mesa: move shareable parts of PBO upload state and draw to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+122 |
* | st/mesa: move PBO buffer address calculation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+113 |
* | st/mesa: move PBO upload fs creation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+76 |
* | st/mesa: rename pbo_upload to pbo | Nicolai Hähnle | 2016-06-01 | 1 | -23/+23 |
* | st/mesa: move PBO vertex and geometry shader creation to st_pbo.c | Nicolai Hähnle | 2016-06-01 | 1 | -0/+88 |
* | st/mesa: begin moving PBO functions into their own file | Nicolai Hähnle | 2016-06-01 | 1 | -0/+90 |