mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
framebuffer: remove attribute drawing apis
Almost nothing draws attributes directly and for those things that do it's trivial to adapt them to instead draw via the cogl_primitive api. This simplifies the Cogl api a bit. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 7395925bcc01aad6c695fd0d9af78b784b3c64d4) Conflicts: cogl/cogl-framebuffer.c cogl/cogl-framebuffer.h
This commit is contained in:

committed by
Neil Roberts

parent
e9f721216e
commit
e4f24dba75
@ -542,10 +542,6 @@ cogl_framebuffer_set_dither_enabled
|
||||
cogl_framebuffer_get_dither_enabled
|
||||
|
||||
<SUBSECTION>
|
||||
cogl_framebuffer_draw_attributes
|
||||
cogl_framebuffer_vdraw_attributes
|
||||
cogl_framebuffer_draw_indexed_attributes
|
||||
cogl_framebuffer_vdraw_indexed_attributes
|
||||
cogl_framebuffer_draw_rectangle
|
||||
cogl_framebuffer_draw_textured_rectangle
|
||||
cogl_framebuffer_draw_multitextured_rectangle
|
||||
|
Reference in New Issue
Block a user