summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-171-0/+41
* cogl-gtype: add missing gtype macros in intermediate macrosLionel Landwerlin2014-03-211-3/+3
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+3
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-12/+18
* framebuffer: move fb stack under cogl/deprecated/Robert Bragg2014-01-091-252/+0
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-091-0/+7
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-091-1/+1
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-091-14/+14
* framebuffer: if size unknown; allocate for size/vp queriesRobert Bragg2014-01-091-0/+32
* offscreen: allocate texture before querying slicingRobert Bragg2014-01-091-3/+5
* framebuffer: make format internalRobert Bragg2014-01-091-10/+7
* cogl-framebuffer: Don't mark the clear clip dirty from the journalJasper St. Pierre2013-12-041-1/+7
* Revert "Revert "Remove the framebuffer's stack of clip stacks""Neil Roberts2013-12-041-54/+14
* Revert "Remove the framebuffer's stack of clip stacks"Jasper St. Pierre2013-12-021-14/+54
* Remove the framebuffer's stack of clip stacksNeil Roberts2013-11-291-54/+14
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-3/+3
* Revert "framebuffer: Don't mark the clip dirty at mid scene"Neil Roberts2013-11-211-0/+1
* Revert "framebuffer: Fix clip tracking in the unclipped case"Jasper St. Pierre2013-11-191-5/+12
* framebuffer: Fix clip tracking in the unclipped caseJasper St. Pierre2013-11-181-12/+5
* framebuffer: Don't mark the clip dirty at mid sceneJasper St. Pierre2013-11-181-1/+0
* Add API to control per-framebuffer depth writingHans Petter Jansson2013-10-281-0/+36
* framebuffer: NOP _set_color_mask if mask isn't changingRobert Bragg2013-10-281-0/+3
* framebuffer: restore api to maintain ABI for releaseRobert Bragg2013-08-201-0/+112
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-191-8/+17
* offscreen: Allocate the framebuffer in cogl_offscreen_new_to_texture_fullAdel Gadllah2013-08-191-0/+8
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-191-55/+0
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-301-107/+0
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-291-29/+2
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-301-1/+8
* wayland: Don't delay resize if nothing is drawn since last swapNeil Roberts2013-05-301-2/+3
* Rename _cogl_framebuffer_dirty to _cogl_framebuffer_mark_mid_sceneNeil Roberts2013-05-301-2/+2
* Add fence APIDaniel Stone2013-05-281-0/+2
* framebuffer: vp change = clip change for gen6 workaroundRobert Bragg2013-03-061-1/+21
* disable viewport scissor workaround for clearRobert Bragg2013-01-221-0/+37
* Query the framebuffer stencil bits instead of assuming it's globalNeil Roberts2013-01-221-0/+11
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-221-0/+11
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-221-16/+13
* Allow lazy texture storage allocationRobert Bragg2013-01-221-34/+33
* framebuffer: split out GL read_pixels codeRobert Bragg2013-01-221-363/+7
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2013-01-221-26/+26
* framebuffer: remove use of _COGL_GET_CONTEXTRobert Bragg2013-01-221-2/+1
* Fix spelling of _cogl_propagate_errorNeil Roberts2013-01-221-1/+1
* blit: avoid referring to framebuffer stackRobert Bragg2013-01-221-27/+21
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2013-01-221-1/+5
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-85/+147
* Fix flushing the stencil viewport clipping workaroundNeil Roberts2013-01-221-3/+9
* clip-stack: workaround intel gen6 viewport clip bugRobert Bragg2013-01-221-0/+6
* Add a GL 3 driverNeil Roberts2013-01-221-2/+4
* Give buffer/bitmap bind functions gl infixRobert Bragg2013-01-221-8/+8