[Cogl] [PATCH] Adds cogl_framebuffer_draw_[*_]rectangle functions

Neil Roberts neil at linux.intel.com
Tue Mar 20 04:56:09 PDT 2012


Looks good to me apart from that
_cogl_framebuffer_draw_multitextued_rectangles is consistently spelt
wrong (‘textued’ is missing an ‘r’) and the documentation mispells
‘responsibility’. I guess you are using some sort of tag completion? :)

You might want to add the new functions to
cogl-2.0-experimental-sections.txt too.

Regards,
- Neil

On Mon, 19 Mar 2012 21:09:36 +0000, Robert Bragg <robert at sixbynine.org> wrote:
> From: Robert Bragg <robert at linux.intel.com>
> 
> This adds experimental 2.0 api replacements for the cogl_rectangle[_*]
> functions that don't depend on having a current pipeline set on the
> context via cogl_{set,push}_source() or having a current framebuffer set
> on the context via cogl_push_framebuffer(). The aim for 2.0 is to switch
> away from having a statefull context that affects drawing to having
> framebuffer drawing apis that are explicitly passed a framebuffer and
> pipeline.


More information about the Cogl mailing list