summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* avoid touching fb matrix stack directlyRobert Bragg2011-12-061-0/+21
* Adds cogl_framebuffer_identity_matrixRobert Bragg2011-12-061-0/+8
* framebuffer: Add CoglFramebuffer matrix stack methodsRobert Bragg2011-12-061-0/+173
* Don't take a reference to the last used onscreen framebufferNeil Roberts2011-11-141-10/+8
* pipeline: Make the backface culling experimental publicNeil Roberts2011-11-141-1/+1
* framebuffer: adds cogl_framebuffer_get_samples_per_pixelRobert Bragg2011-11-011-0/+29
* Start to reduce dependence on glibRobert Bragg2011-11-011-21/+21
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-329/+9
* features: Support more than 32 features!Robert Bragg2011-11-011-3/+3
* make COGL_FEATURE_OFFSCREEN_BLIT a private featureRobert Bragg2011-11-011-2/+5
* framebuffer: Adds experimental _finish() APIRobert Bragg2011-11-011-0/+7
* offscreen: Adds support for offscreen multisamplingRobert Bragg2011-10-281-216/+319
* Rework how we search for winsys configsRobert Bragg2011-10-281-0/+16
* framebuffer: Add explicit buffer discard APIRobert Bragg2011-10-281-17/+72
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-17/+16
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-9/+26
* cogl-framebuffer: Force flushing the color mask when changing fbsNeil Roberts2011-09-191-37/+57
* framebuffer: Add a getter for the framebuffer formatRobert Bragg2011-09-051-0/+6
* framebuffer: make _swap_region coords top-left relativeRobert Bragg2011-08-121-1/+1
* framebuffer: lazily allocate framebuffers as neededRobert Bragg2011-08-121-4/+6
* framebuffer: Make framebuffer_clear APIs public experimentalRobert Bragg2011-08-121-27/+15
* framebuffer: don't reference default fb in _clear apisRobert Bragg2011-08-121-13/+13
* framebuffer: avoid redundant calls to _init_bitsRobert Bragg2011-08-121-6/+0
* framebuffer: Adds a context getter for CoglFramebufferRobert Bragg2011-08-121-0/+8
* framebuffer: dec current_pipeline_age to force color_maskRobert Bragg2011-07-281-0/+2
* Adds ColorMask support to CoglRobert Bragg2011-07-191-0/+38
* framebuffer: Add dither_enabled getter/settersRobert Bragg2011-07-131-0/+27
* onscreen: make platform specific onscreen apis consistentRobert Bragg2011-07-111-5/+5
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-3/+7
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-80/+64
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-12/+12
* framebuffer: Add _get_XYZ_bits() functionsRobert Bragg2011-07-041-4/+4
* framebuffer: expose viewport getters/settersRobert Bragg2011-06-301-11/+11
* Typo fix in cogl-framebufferAdam Jackson2011-06-161-1/+1
* Make stub winsys into a proper winsys backendRobert Bragg2011-06-011-2/+0
* framebuffer: validate width/height in _set_viewportRobert Bragg2011-06-011-5/+8
* framebuffer: Bail out if the viewport has negative sizeEmmanuele Bassi2011-05-251-0/+4
* framebuffer: Checks if glBindFramebuffer() exists when using GLES1Damien Lespiau2011-05-171-1/+3
* framebuffer: check we have a draw/read_buffer before freeingRobert Bragg2011-05-111-8/+14
* Add a WGL winsysNeil Roberts2011-05-101-0/+29
* cogl-winsys: Explicitly comment which vfuncs are optionalNeil Roberts2011-05-101-2/+25
* framebuffer: in onscreen_x11_get_xid return foreign xidsRobert Bragg2011-05-051-2/+7
* Adds a way for Cogl to control event_mask of foreign winsRobert Bragg2011-05-051-1/+9
* Adds cogl_onscreen_show/hide functionsRobert Bragg2011-05-051-0/+31
* Add a vtable of indirection to the winsys codeRobert Bragg2011-05-051-18/+53
* Make cogl_framebuffer_get_width/height experimental public APIRobert Bragg2011-04-111-2/+2
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-32/+203
* Add temporary cogl-clutter.h to aid splitting out CoglRobert Bragg2011-04-111-6/+3
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-12/+12
* framebuffer: track context as CoglFramebuffer memberRobert Bragg2011-04-111-23/+34