summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* win32: Automatically process windows messages when using a GMainLoopNeil Roberts2013-05-175-0/+79
* Fix the WGL winsys to not use deprecated feature flagsNeil Roberts2013-05-172-8/+5
* xlib: Don't crash just because the display doesn't expose RANDRAdam Jackson2013-05-161-1/+1
* Include cogl-defines.h before checking COGL_HAS_ defineRobert Bragg2013-05-141-0/+2
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2013-04-3012-24/+153
* Associate check and dispatch funcs with poll fdsRobert Bragg2013-04-2910-262/+260
* Add api for queuing idle callback internallyRobert Bragg2013-04-2916-340/+356
* Adds internal cogl closure list utilityRobert Bragg2013-04-296-92/+199
* Move event polling into CoglRendererRobert Bragg2013-04-2925-276/+472
* wayland: implement foreign surfaces for CoglOnscreenChris Cummins2013-04-263-20/+63
* wayland: free framebuffer's shell surface on destroyChris Cummins2013-04-261-0/+10
* wayland: implement poll_get_info and poll_dispatchAndreas Oberritter2013-04-241-0/+44
* build: Use LT_LIB_M to find the math library in a portable wayEmanuele Aina2013-04-231-1/+1
* doc: CoglXlibFilterReturn has been consolidated to CoglFilterReturnDamien Lespiau2013-04-211-6/+5
* cogl-xlib.h: add missing COGL_END_DECLSAndreas Oberritter2013-04-161-0/+2
* Remove support for luminance texturesNeil Roberts2013-04-156-69/+0
* onscreen: Make the resize callback work the same as the frame callbackNeil Roberts2013-04-043-68/+74
* pipeline-cache: Use a special trimmed down pipeline for the keyNeil Roberts2013-04-045-14/+221
* pipeline-hash-table: Store the hash value in the entryNeil Roberts2013-04-041-13/+12
* pipeline-cache: Use a shared hash table wrapperNeil Roberts2013-04-044-206/+263
* quartz-image: Pass a CoglError argument to the bitmap functionsNeil Roberts2013-04-041-2/+15
* egl: define missing EGL_KHR_create_context enumsRobert Bragg2013-03-241-0/+18
* Fix multiple snippet interleaving bugPlamena Manolova2013-03-201-1/+2
* Prune redundant pipeline ancestry after adding a layer differenceNeil Roberts2013-03-181-1/+6
* Revert "cogl-buffer: Stop warning spam running in sw rendering"Robert Bragg2013-03-061-2/+1
* gl: ensure depth isn't masked during clearRobert Bragg2013-03-061-1/+15
* framebuffer: vp change = clip change for gen6 workaroundRobert Bragg2013-03-061-1/+21
* bitmap: don't mark bitmap bound on _gl_bind errorRobert Bragg2013-03-061-2/+7
* Add the layer's sampler and uniform declarations at the startNeil Roberts2013-02-264-75/+125
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-265-5/+93
* cogl-buffer: Stop warning spam running in sw renderingBastien Nocera2013-02-251-1/+2
* Guard cogl-object.h within COGL_BEGIN_DECLSTomeu Vizoso2013-02-221-0/+6
* win32: Minor build fixes for building for win32Neil Roberts2013-02-212-6/+7
* Update to the latest version of the tesselator from GLUNeil Roberts2013-02-201-0/+1
* buffer: Don't set the invalidate hint when requesting read accessNeil Roberts2013-02-191-7/+24
* journal: Dirty the modelview matrix state when flushingNeil Roberts2013-02-191-0/+4
* remove unused _SWAP_BUFFERS_EVENT definesRobert Bragg2013-02-155-19/+0
* onscreen: remove _swap_buffers_callback apisRobert Bragg2013-02-154-130/+0
* cogl-texture: Make the list of registered types global, not per-contextJasper St. Pierre2013-02-133-14/+4
* Bind the framebuffer before calling glDiscardFramebufferNeil Roberts2013-02-111-0/+3
* Don't #ifdef the call to glDiscardFramebufferNeil Roberts2013-02-111-5/+14
* Fix a clear of an array allocated with alloca which had the wrong sizeNeil Roberts2013-02-081-2/+2
* poll: Always let the winsys add fds even if there is a zero timeoutNeil Roberts2013-02-041-12/+9
* sdl: Wakeup the event blocking immediately if necessaryNeil Roberts2013-02-031-1/+20
* sdl: Use a 32-bit type to store the user event type numberNeil Roberts2013-02-031-1/+1
* Make it possible to call swap_buffers within a frame event callbackNeil Roberts2013-02-032-10/+27
* This reverts the first hunk from Jerome's last patchRobert Bragg2013-01-311-14/+7
* glx do not use multisample visual config for front or pixmapJerome Glisse2013-01-311-7/+24
* Add cogl_get_clock_time()Owen W. Taylor2013-01-304-0/+75
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-3020-69/+971