Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | gallium: Fix warning in u_blit.h | Jakob Bornecrantz | |
2008-06-23 | util: Blit can now copy from texture to surface | Jakob Bornecrantz | |
2008-04-24 | gallium: Add extern "C" to the headers. | José Fonseca | |
2008-03-19 | gallium: implement CSO save/restore functions for use by meta operations ↵ | Brian | |
(blit, gen-mipmaps, quad-clear, etc) Also, additional cso_set_*() functions for viewport, framebuffer, blend color, etc. state. | |||
2008-03-18 | gallium: s/copy_pixels_state/blit_state | Brian | |
2008-03-18 | gallium: new pixel blit code | Brian | |
Copy rectangular region from one surface to another w/ scaling. Disables most fragment operations. |