History log of /external/mesa3d/src/gallium/auxiliary/util/u_framebuffer.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
deb809ec98664257ed215e75554e1a80c149c851 06-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> auxiliary: fix util_framebuffer_copy

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.
/external/mesa3d/src/gallium/auxiliary/util/u_framebuffer.c
258f433fffa67710d6424d3703528294133ada65 27-May-2010 Keith Whitwell <keithw@vmware.com> util: add util_framebuffer_min_size
/external/mesa3d/src/gallium/auxiliary/util/u_framebuffer.c
1fc5a318a64b10567ed6990eb04b2dc3ecb2b347 04-May-2010 Brian Paul <brianp@vmware.com> gallium: move framebuffer utility functions into a new file
/external/mesa3d/src/gallium/auxiliary/util/u_framebuffer.c