summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-171-0/+52
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-14/+20
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-271-2/+8
* Add API to control per-framebuffer depth writingHans Petter Jansson2013-10-281-0/+33
* framebuffer: add missing transfer annotationLionel Landwerlin2013-09-241-3/+3
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-161-2/+2
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-151-209/+6
* framebuffer: remove _draw_primitive() apiRobert Bragg2013-07-151-23/+0
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-10/+7
* Separate out CoglPath api into sub-libraryRobert Bragg2013-06-121-59/+0
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-081-0/+14
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2012-12-311-8/+9
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2012-12-311-6/+4
* doc: Add missing symbol in cogl_framebuffer_get_context() documentationDamien Lespiau2012-12-301-0/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2012-12-051-4/+4
* Make cogl_texture_draw_and_read_to_bitmap publicRobert Bragg2012-11-261-2/+5
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-1/+3
* Fixes for --disable-glibNeil Roberts2012-11-261-6/+4
* framebuffer: Annotate the output parameter of get_viewport4fv()Damien Lespiau2012-10-011-1/+2
* cogl: Don't expose longs in the API (2/2)Damien Lespiau2012-10-011-3/+3
* framebuffer: Support texture based depth buffersDamien Lespiau2012-09-071-0/+56
* Adds CoglError apiRobert Bragg2012-09-071-5/+5
* Remove all experimental API guardsRobert Bragg2012-08-301-13/+1
* 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-05-181-0/+38
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-04-181-0/+41
* Remove legacy stateNeil Roberts2012-04-181-16/+0
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-7/+7
* Remove the legacy CoglPath APINeil Roberts2012-04-161-5/+0
* 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