Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | auxiliary: fix util_framebuffer_copy | Luca Barbieri | |
util_framebuffer_copy was attempting to copy all elements of the source framebuffer state. However, this breaks if the user does not zero initialize the structure. Instead, only copy the elements up to nr_cbufs, and clear elements up to dst->nr_cbufs, if the destination was larger than the source. | |||
2010-06-07 | util: add util_framebuffer_min_size | Keith Whitwell | |
2010-05-03 | gallium: move framebuffer utility functions into a new file | Brian Paul | |