summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.h
Commit message (Expand)AuthorAgeFilesLines
* framebuffer: add missing transfer annotationLionel Landwerlin2013-09-231-3/+3
* framebuffer: restore api to maintain ABI for releaseRobert Bragg2013-08-201-0/+227
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-191-2/+2
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-191-64/+0
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-301-221/+6
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-291-12/+12
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-221-0/+14
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2013-01-221-8/+9
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2013-01-221-6/+4
* doc: Add missing symbol in cogl_framebuffer_get_context() documentationDamien Lespiau2013-01-221-0/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2013-01-221-4/+4
* Fixes for --disable-glibNeil Roberts2013-01-221-6/+4
* framebuffer: Annotate the output parameter of get_viewport4fv()Damien Lespiau2013-01-221-1/+2
* Adds CoglError apiRobert Bragg2013-01-221-3/+3
* framebuffer: Support texture based depth buffersDamien Lespiau2013-01-181-0/+60
* framebuffer: Take const pointers for the matrix settersNeil Roberts2012-08-151-2/+2
* Add functions to directly transform from a euler or a quaternionNeil Roberts2012-08-061-0/+38
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-08-061-0/+41
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-7/+7
* Create standalone public wayland client/server headersRobert Bragg2012-03-201-4/+0
* Fix some documentation problemsNeil Roberts2012-03-201-2/+2
* Adds cogl_framebuffer_draw_[*_]rectangle functionsRobert Bragg2012-03-201-5/+307
* framebuffer: Fix a closing tag in the documentationNeil Roberts2012-03-191-1/+1
* Add cogl_framebuffer_read_pixels()Neil Roberts2012-03-191-0/+48
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+14
* Add a public cogl_framebuffer_read_pixels_into_bitmapNeil Roberts2012-03-051-0/+34
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-2/+11
* Fix some doc issuesJasper St. Pierre2012-02-141-3/+3
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-0/+210
* framebuffer: Remove _EXP symbol mangling and add gtk-docRobert Bragg2012-01-161-61/+161
* framebuffer: Add CoglFramebuffer clip stack methodsRobert Bragg2011-12-061-0/+132
* Adds cogl_framebuffer_identity_matrixRobert Bragg2011-12-061-0/+14
* framebuffer: Add CoglFramebuffer matrix stack methodsRobert Bragg2011-12-061-0/+243
* framebuffer: adds cogl_framebuffer_get_samples_per_pixelRobert Bragg2011-11-011-0/+30
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-215/+2
* framebuffer: Adds experimental _finish() APIRobert Bragg2011-11-011-0/+19
* offscreen: Adds support for offscreen multisamplingRobert Bragg2011-10-281-0/+135
* framebuffer: Add explicit buffer discard APIRobert Bragg2011-10-281-0/+70
* framebuffer: Add a getter for the framebuffer formatRobert Bragg2011-09-051-0/+16
* framebuffer: make _swap_region coords top-left relativeRobert Bragg2011-08-121-1/+1
* framebuffer: Make framebuffer_clear APIs public experimentalRobert Bragg2011-08-121-0/+49
* framebuffer: Adds a context getter for CoglFramebufferRobert Bragg2011-08-121-0/+16
* Fix cogl/cogl-framebuffer.h (#define error)Chun-wei Fan2011-07-311-1/+1
* Fix testing of undefined macro constants to check for definedness insteadPhilip Withnall2011-07-271-2/+2
* Adds ColorMask support to CoglRobert Bragg2011-07-191-0/+34
* framebuffer: Add dither_enabled getter/settersRobert Bragg2011-07-131-0/+42
* onscreen: make platform specific onscreen apis consistentRobert Bragg2011-07-111-14/+14
* docs: Adds missing cogl_framebuffer syms to referenceRobert Bragg2011-07-041-0/+38
* framebuffer: Add _get_XYZ_bits() functionsRobert Bragg2011-07-041-0/+60
* framebuffer: expose viewport getters/settersRobert Bragg2011-06-301-0/+29