summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* cogl-context: Remove the unused buffer_types variableJasper St. Pierre2013-02-132-6/+0
* Don't #ifdef the call to glDiscardFramebufferNeil Roberts2013-02-131-5/+14
* Bind the framebuffer before calling glDiscardFramebufferNeil Roberts2013-02-131-0/+3
* test-gles2-context: Read pixels using GL_RGBA not GL_RGBNeil Roberts2013-02-081-6/+6
* test-gles2-context: Use test_utils_compare_pixel instead of g_assertsNeil Roberts2013-02-081-15/+5
* Fix a clear of an array allocated with alloca which had the wrong sizeNeil Roberts2013-02-081-2/+2
* cogl-pango: Fix some doc/introspection commentsJasper St. Pierre2013-02-071-3/+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
* Convert the two SDL examples to use the frame callbackNeil Roberts2013-01-312-34/+70
* 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
* cogl-crate: use new _add_frame_callback apiRobert Bragg2013-01-301-18/+9
* cogl-hello: use new _add_frame_callback apiRobert Bragg2013-01-301-14/+11
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-3020-69/+972
* Prefer OML_sync_control over SGI_video_sync when waiting for swapOwen W. Taylor2013-01-302-7/+49
* renderer: expose CoglOutputsRobert Bragg2013-01-304-0/+108
* Add CoglOutput and track for the GLX backendOwen W. Taylor2013-01-3010-9/+858
* Support cogl_renderer_get_n_fragment_texture_units() for ARBfpNeil Roberts2013-01-301-1/+2
* Updated Uyghur translationGheyret Kenji2013-01-301-132/+152
* Bind the dummy surface or drawable when current onscreen is destroyedNeil Roberts2013-01-252-2/+42
* Don't set GL_TEXTURE_MAX_LEVEL on GLESNeil Roberts2013-01-255-12/+15
* Add some defines that are missing on GLESNeil Roberts2013-01-252-1/+12
* Query rectangle tex parameters when creating a foreign texture on GL3Neil Roberts2013-01-251-1/+2
* Replace some #if HAVE_COGL_GL lines with #ifdefNeil Roberts2013-01-253-3/+3
* l10n: Add po/POTFILES.skip filePiotr Drąg2013-01-241-0/+1
* egl: support EGL_EXT_buffer_ageRobert Bragg2013-01-233-1/+31
* cogl-onscreen: Add buffer_age supportAdel Gadllah2013-01-237-1/+110
* meta-texture: Fix nonsensical <= on pointersAdam Jackson2013-01-221-2/+2
* Post-release version bump to 1.13.3Robert Bragg2013-01-221-2/+2
* Release 1.13.2 (snapshot)1.13.2Robert Bragg2013-01-221-4/+4
* Updates NEWS for the 1.13.2 releaseRobert Bragg2013-01-221-1/+43
* Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.Patrick Welche2013-01-222-4/+0
* test-write-texture-formats: Add fuzziness to the pixel comparisonsNeil Roberts2013-01-223-11/+39
* tests: Mark test_framebuffer_get_bits as only working on GLNeil Roberts2013-01-221-1/+3
* bitmap: Don't try to token paste the typenames from stdint.hNeil Roberts2013-01-222-86/+90
* build: update to build with automake 1.13Robert Bragg2013-01-228-17/+17
* tests: flag backface culling failure without NPOT supportRobert Bragg2013-01-221-1/+1
* disable viewport scissor workaround for clearRobert Bragg2013-01-221-0/+37
* Reorder some struct members to avoid padding due to alignmentNeil Roberts2013-01-226-23/+23
* Fix filling the array of texture pointers for sliced texturesNeil Roberts2013-01-221-2/+0