core: Slight cleanup in GP_Context.
commit42be3cae59405f7867c489e4be12f85c40e4a54e
authorCyril Hrubis <metan@ucw.cz>
Tue, 12 Jun 2012 16:49:05 +0000 (12 18:49 +0200)
committerCyril Hrubis <metan@ucw.cz>
Tue, 12 Jun 2012 19:00:24 +0000 (12 21:00 +0200)
treee0d2caccb07296f164627e93bb7d8c6bab9855fa
parentdbcb0965a2d31e572ab897d23ca4cbc14377fc02
core: Slight cleanup in GP_Context.

The most notable changes are:

* Split the subcontext API into two functions

* Split the ContextConvert API into two functions

* Added inline helpers for rotation flags handling

* Added GP_ContextPrintInfo() function

+ Various cleanups and fixups.
demos/spiv/spiv.c
doc/context.txt
include/core/GP_Context.h
libs/core/GP_Blit.c
libs/core/GP_Context.c
libs/filters/GP_Resize.c
pylib/gfxprim/core/core.i
tests/SDL/blittest.c
tests/SDL/subcontext.c