summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused _cogl_swap_buffers_notifyRobert Bragg2011-04-111-5/+0
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* offscreen: Plug a leak in an error pathEmmanuele Bassi2011-04-041-1/+6
* viewport: consistently use floats for viewportsRobert Bragg2011-03-071-11/+12
* cogl-framebuffer: Add _cogl_blit_framebufferNeil Roberts2011-02-151-0/+46
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-151-60/+175
* cogl-framebuffer: Fix flushing the framebuffer on pushNeil Roberts2011-02-101-5/+10
* cogl-framebuffer: Remove all dependencies after a flushNeil Roberts2011-02-101-0/+1
* framebuffer: flush journal when switching framebuffersRobert Bragg2011-01-241-4/+22
* cogl-debug: Split the flags to support more than 32Neil Roberts2011-01-241-2/+2
* debug: Adds a COGL_DEBUG=disable-fast-read-pixel optionRobert Bragg2011-01-211-0/+3
* cogl: Implements a software only read-pixel fast-pathRobert Bragg2011-01-211-3/+193
* cogl: Adds _cogl_swap_buffers_notify for clutter backendsRobert Bragg2011-01-211-0/+5
* clip: rename get_clip_stack + add framebuffer_get_stackRobert Bragg2011-01-211-0/+17
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-14/+97
* framebuffer: Move clear code to cogl-framebuffer.cRobert Bragg2011-01-211-0/+103
* Remove the GLES2 wrapperNeil Roberts2010-12-131-5/+1
* cogl-matrix-stack: Convert to be a CoglObjectNeil Roberts2010-12-131-2/+2
* cogl-framebuffer: Try to track format of the framebufferNeil Roberts2010-11-241-0/+15
* Add an internal _cogl_offscreen_new_to_texture_full functionNeil Roberts2010-11-241-24/+76
* cogl-framebuffer: Add a flag to skip flushing the clip stateNeil Roberts2010-11-041-1/+2
* cogl: Move the clip stack dirtiness to the context rather than the FBNeil Roberts2010-11-041-1/+1
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-1/+1
* cogl-framebuffer.c: GL_DEPTH_STENCIL not supported in glesJammy Zhou2010-09-231-0/+2
* cogl-framebuffer: fix leak when popping framebufferRobert Bragg2010-09-141-1/+1
* cogl-framebuffer: Clear the renderbuffer list on failureNeil Roberts2010-09-131-0/+4
* cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-021-0/+1
* Don't define public cogl_is_* functions for internal typesNeil Roberts2010-07-091-4/+4
* cogl: Don't define the deprecated ref/unref accessors for new typesNeil Roberts2010-07-091-0/+1
* framebuffer: Replace CoglHandle with CoglFramebuffer *Robert Bragg2010-07-071-72/+49
* cogl: Initialize the framebuffer bits on state flushEmmanuele Bassi2010-06-101-2/+5
* cogl-framebuffer: Use the FBO extension for color sizesEmmanuele Bassi2010-06-101-4/+74
* cogl: Hide cogl_framebuffer_get_*_bits()Emmanuele Bassi2010-06-101-4/+4
* Merge branch 'wip/framebuffer-bits'Emmanuele Bassi2010-05-211-0/+57
|\
| * Implement accessors for the color bits in a framebufferEmmanuele Bassi2010-05-051-0/+57
* | cogl-framebuffer: Flush journal when creating fboOwen W. Taylor2010-05-101-2/+5
|/
* Separate out CoglClipStackState from cogl-clip-stack.cNeil Roberts2010-04-151-5/+5
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl debug: Adds glViewport call tracingRobert Bragg2010-02-231-0/+6
* cogl: remove redundant _cogl_journal_flush prototypeRobert Bragg2010-02-121-0/+1
* cogl-framebuffer: Return gboolean from try_creating_fboNeil Roberts2010-01-141-28/+28
* cogl-framebuffer: Add some missing GL definesNeil Roberts2010-01-121-0/+6
* cogl: Support multiple fallbacks in cogl_offscreen_new_to_texture()Robert Bragg2010-01-111-83/+155
* framebuffers: cogl_offscreen_new_to_texture should take a ref on the textureRobert Bragg2010-01-081-0/+3
* cogl: Use #ifdef GL around GL_TEXTURE_RECTANGLE_ARBNeil Roberts2009-12-021-2/+5
* cogl: deprecate cogl_draw_buffer API and replace with a cogl_framebuffer APIRobert Bragg2009-11-261-0/+618