summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_framebuffer.c
AgeCommit message (Collapse)Author
2010-08-11auxiliary: fix util_framebuffer_copyLuca 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-07util: add util_framebuffer_min_sizeKeith Whitwell
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul