[Mesa-dev] [PATCH 1/3] mesa: move glBlitFramebuffer code into new blit.c file

Kenneth Graunke kenneth at whitecape.org
Sat Feb 1 11:25:52 PST 2014


On 02/01/2014 07:59 AM, Brian Paul wrote:
> Just for better organization.
> ---
>  src/mesa/Makefile.sources |    1 +
>  src/mesa/SConscript       |    1 +
>  src/mesa/main/blit.c      |  513 +++++++++++++++++++++++++++++++++++++++++++++
>  src/mesa/main/blit.h      |   39 ++++
>  src/mesa/main/fbobject.c  |  473 -----------------------------------------
>  src/mesa/main/fbobject.h  |    5 -
>  6 files changed, 554 insertions(+), 478 deletions(-)
>  create mode 100644 src/mesa/main/blit.c
>  create mode 100644 src/mesa/main/blit.h

Patches 1-2 are:
Acked-by: Kenneth Graunke <kenneth at whitecape.org>
(I like the idea, but didn't review the changes thoroughly.)

Patch 3 is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140201/3d6e0e7c/attachment.pgp>


More information about the mesa-dev mailing list