summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stash: start adding emscripten supportwip/emscriptenRobert Bragg2013-03-2212-126/+175
* egl: define missing EGL_KHR_create_context enumsRobert Bragg2013-03-221-0/+18
* cogland: Increase the display size to 800x600Neil Roberts2013-03-211-7/+12
* cogland: Add an option to split the desktop into four outputsNeil Roberts2013-03-211-5/+61
* configure: Add a minimum required version for the wayland packageNeil Roberts2013-03-212-11/+12
* cogland: Update to the Wayland 1.0 APINeil Roberts2013-03-213-159/+411
* cogl-gst-plugin: Use a real version number and web addressNeil Roberts2013-03-211-4/+3
* cogl-gst: More pedantic style fixesNeil Roberts2013-03-213-78/+90
* cogl-gst: pedantic typo fix in pkg-config descriptionChris Cummins2013-03-211-1/+1
* cogl-gst: pedantic style fixes in cogl-gst-video-sink.hRobert Bragg2013-03-211-4/+5
* cogl-gst: remove experimental "HW Decode" codeRobert Bragg2013-03-212-78/+0
* Fix multiple snippet interleaving bugPlamena Manolova2013-03-201-1/+2
* Include CoglGstPlamena Manolova2013-03-1913-1/+1925
* Prune redundant pipeline ancestry after adding a layer differenceNeil Roberts2013-03-182-2/+7
* Add test to verify replacing a layer doesn't leak the pipeline parentNeil Roberts2013-03-183-0/+124
* Converted Portuguese translation to New Spelling (Novo AO)Duarte Loreto2013-03-171-50/+50
* Update config.h.win32.inChun-wei Fan2013-03-151-4/+483
* [l10n] Updated Italian translation.Milo Casagrande2013-03-141-35/+35
* Updated Slovak translationPavol Klačanský2013-03-061-2/+2
* 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
* Added Slovak translationJan Kyselica2013-03-061-0/+460
* 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-266-8/+204
* 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-213-7/+7
* mingw: Add --enable-deprecated to the recommended build flagsNeil Roberts2013-02-211-1/+1
* mingw: Update to the latest version of glib.Neil Roberts2013-02-211-4/+76
* Update to the latest version of the tesselator from GLUNeil Roberts2013-02-201-0/+1
* cogl-pango: Add a missing backslash in the MakefileNeil Roberts2013-02-201-1/+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-192-1/+5
* Add a test to check interleaving primitives and the journalNeil Roberts2013-02-193-0/+129
* Updated Aragonese translationDaniel Martinez2013-02-181-159/+188
* Updated Polish translationPiotr Drąg2013-02-161-177/+5
* conform: explicitly check value of boolean env varsRobert Bragg2013-02-151-2/+30
* avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg2013-02-154-6/+6
* doc: Add _add/remove_frame_callback api to -sections.txtRobert Bragg2013-02-151-0/+6
* remove unused _SWAP_BUFFERS_EVENT definesRobert Bragg2013-02-155-19/+0
* onscreen: remove _swap_buffers_callback apisRobert Bragg2013-02-155-133/+0
* cogl-gles2-gears: use new _add_frame_callback apiRobert Bragg2013-02-151-12/+10
* cogl-gles2-context: use new _add_frame_callback apiRobert Bragg2013-02-151-12/+10
* test-journal: use new _add_frame_callback apiRobert Bragg2013-02-151-13/+11
* 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
* test-gles2-context: Read pixels using GL_RGBA not GL_RGBNeil Roberts2013-02-081-6/+6